Merge lp:~timo-jyrinki/ubuntu-qtcreator-plugins/packaging_rename_fixes_add_copyright-unstablebranch into lp:ubuntu-qtcreator-plugins

Proposed by Timo Jyrinki
Status: Superseded
Proposed branch: lp:~timo-jyrinki/ubuntu-qtcreator-plugins/packaging_rename_fixes_add_copyright-unstablebranch
Merge into: lp:ubuntu-qtcreator-plugins
Diff against target: 171 lines (+68/-34)
10 files modified
ubuntu-qtcreator-plugins-data/.bzr-builddeb/default.conf (+3/-0)
ubuntu-qtcreator-plugins-data/debian/changelog (+3/-2)
ubuntu-qtcreator-plugins-data/debian/control (+28/-21)
ubuntu-qtcreator-plugins-data/debian/copyright (+24/-0)
ubuntu-qtcreator-plugins-data/debian/qtcreator-plugin-ubuntu-common.install (+8/-0)
ubuntu-qtcreator-plugins-data/debian/qtcreator-plugin-ubuntu-cordova-common.install (+1/-0)
ubuntu-qtcreator-plugins-data/debian/qtcreator-plugin-ubuntu-cordova-data.install (+0/-1)
ubuntu-qtcreator-plugins-data/debian/qtcreator-plugin-ubuntu-data.install (+0/-8)
ubuntu-qtcreator-plugins-data/debian/rules (+1/-1)
ubuntu-qtcreator-plugins-data/debian/source/format (+0/-1)
To merge this branch: bzr merge lp:~timo-jyrinki/ubuntu-qtcreator-plugins/packaging_rename_fixes_add_copyright-unstablebranch
Reviewer Review Type Date Requested Status
Ubuntu SDK team Pending
Review via email: mp+178723@code.launchpad.net

Commit message

Rename source to qtcreator-plugin-ubuntu and 'data' to 'common'. Add copyright file, tweak control/rules, add .bzr-builddeb and set executable bits for run files (lintian warning).

Description of the change

Rename source to qtcreator-plugin-ubuntu and 'data' to 'common'. Add copyright file, tweak control/rules, add .bzr-builddeb and set executable bits for run files (lintian warning).

To post a comment you must log in.

Unmerged revisions

265. By Timo Jyrinki

Rename source to qtcreator-plugin-ubuntu and 'data' to 'common'. Add copyright file, tweak control/rules, add .bzr-builddeb and set executable bits for run files (lintian warning).

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory 'ubuntu-qtcreator-plugins-data/.bzr-builddeb'
2=== added file 'ubuntu-qtcreator-plugins-data/.bzr-builddeb/default.conf'
3--- ubuntu-qtcreator-plugins-data/.bzr-builddeb/default.conf 1970-01-01 00:00:00 +0000
4+++ ubuntu-qtcreator-plugins-data/.bzr-builddeb/default.conf 2013-08-06 11:22:27 +0000
5@@ -0,0 +1,3 @@
6+[BUILDDEB]
7+split = true
8+
9
10=== modified file 'ubuntu-qtcreator-plugins-data/debian/changelog'
11--- ubuntu-qtcreator-plugins-data/debian/changelog 2013-07-29 11:44:12 +0000
12+++ ubuntu-qtcreator-plugins-data/debian/changelog 2013-08-06 11:22:27 +0000
13@@ -1,5 +1,6 @@
14-qtcreator-plugin-ubuntu-data (0.1-0ubuntu1) precise; urgency=low
15+qtcreator-plugin-ubuntu (0.1-0ubuntu1) UNRELEASED; urgency=low
16
17+ [ Juhapekka Piiroinen ]
18 * Initial release
19
20- -- Juhapekka Piiroinen <juhapekka.piiroinen@canonical.com> Fri, 26 Jul 2013 13:51:40 +0300
21+ -- Timo Jyrinki <timo-jyrinki@ubuntu.com> Tue, 06 Aug 2013 07:30:43 +0000
22
23=== modified file 'ubuntu-qtcreator-plugins-data/debian/control'
24--- ubuntu-qtcreator-plugins-data/debian/control 2013-07-26 11:17:07 +0000
25+++ ubuntu-qtcreator-plugins-data/debian/control 2013-08-06 11:22:27 +0000
26@@ -1,25 +1,32 @@
27-Source: qtcreator-plugin-ubuntu-data
28+Source: qtcreator-plugin-ubuntu
29 Section: devel
30 Priority: optional
31 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
32 Build-Depends: debhelper (>= 9),
33-Standards-Version: 3.9.3
34-
35-Package: qtcreator-plugin-ubuntu-data
36-Architecture: all
37-Description: a data package for the Ubuntu plugin for Qt Creator IDE
38- Qt Creator is a new, lightweight, cross-platform integrated development
39- environment (IDE) designed to make development with the Qt application
40- framework even faster and easier.
41- .
42- This package contains the runtime data files for the Ubuntu plugin for Qt Creator IDE
43-
44-Package: qtcreator-plugin-ubuntu-cordova-data
45-Architecture: all
46-Description: a data package for Cordova Ubuntu plugin for Qt Creator IDE
47- Qt Creator is a new, lightweight, cross-platform integrated development
48- environment (IDE) designed to make development with the Qt application
49- framework even faster and easier.
50- .
51- This package contains a data package for the Cordova Ubuntu plugin for Qt Creator.
52-
53+Standards-Version: 3.9.4
54+# Note: currently the qtcreator-plugin-ubuntu binary package still comes
55+# from qtcreator source package. The end goal is to have the plugin
56+# compilable separately from qtcreator sources, thus merging the plugin
57+# code also into this source package.
58+
59+Package: qtcreator-plugin-ubuntu-common
60+Architecture: all
61+Depends: ${misc:Depends}
62+Description: Common data files for the Ubuntu plugin for Qt Creator IDE
63+ Qt Creator is a new, lightweight, cross-platform integrated development
64+ environment (IDE) designed to make development with the Qt application
65+ framework even faster and easier.
66+ .
67+ This package contains the runtime data files for the Ubuntu plugin for
68+ Qt Creator IDE.
69+
70+Package: qtcreator-plugin-ubuntu-cordova-common
71+Architecture: all
72+Depends: ${misc:Depends}
73+Description: Common data files for Cordova Ubuntu plugin for Qt Creator IDE
74+ Qt Creator is a new, lightweight, cross-platform integrated development
75+ environment (IDE) designed to make development with the Qt application
76+ framework even faster and easier.
77+ .
78+ This package contains a data package for the Cordova Ubuntu plugin
79+ for Qt Creator IDE.
80
81=== added file 'ubuntu-qtcreator-plugins-data/debian/copyright'
82--- ubuntu-qtcreator-plugins-data/debian/copyright 1970-01-01 00:00:00 +0000
83+++ ubuntu-qtcreator-plugins-data/debian/copyright 2013-08-06 11:22:27 +0000
84@@ -0,0 +1,24 @@
85+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
86+Upstream-Name: ubuntu-qtcreator-plugins-data
87+Source: http://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-qtcreator-plugins/trunk/files/head:/ubuntu-qtcreator-plugins-data/
88+
89+Files: *
90+Copyright: 2013 Canonical Ltd.
91+License: LGPL-2.1
92+
93+License: LGPL-2.1
94+ This program is free software; you can redistribute it and/or modify
95+ it under the terms of the GNU Lesser General Public License as published by
96+ the Free Software Foundation; version 2.1.
97+ .
98+ This program is distributed in the hope that it will be useful,
99+ but WITHOUT ANY WARRANTY; without even the implied warranty of
100+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
101+ GNU Lesser General Public License for more details.
102+ .
103+ You should have received a copy of the GNU Lesser General Public License
104+ along with this program. If not, see <http://www.gnu.org/licenses/>.
105+ .
106+ On Debian systems, the complete text of the GNU Lesser General Public
107+ License version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.
108+
109
110=== added file 'ubuntu-qtcreator-plugins-data/debian/qtcreator-plugin-ubuntu-common.install'
111--- ubuntu-qtcreator-plugins-data/debian/qtcreator-plugin-ubuntu-common.install 1970-01-01 00:00:00 +0000
112+++ ubuntu-qtcreator-plugins-data/debian/qtcreator-plugin-ubuntu-common.install 2013-08-06 11:22:27 +0000
113@@ -0,0 +1,8 @@
114+usr/share/qtcreator/templates/wizards/ubuntu/backend
115+usr/share/qtcreator/templates/wizards/ubuntu/backendplustabs
116+usr/share/qtcreator/templates/wizards/ubuntu/html5
117+usr/share/qtcreator/templates/wizards/ubuntu/projectypes.json
118+usr/share/qtcreator/templates/wizards/ubuntu/scope
119+usr/share/qtcreator/templates/wizards/ubuntu/simple
120+usr/share/qtcreator/templates/wizards/ubuntu/tabs
121+usr/share/qtcreator/ubuntu
122
123=== added file 'ubuntu-qtcreator-plugins-data/debian/qtcreator-plugin-ubuntu-cordova-common.install'
124--- ubuntu-qtcreator-plugins-data/debian/qtcreator-plugin-ubuntu-cordova-common.install 1970-01-01 00:00:00 +0000
125+++ ubuntu-qtcreator-plugins-data/debian/qtcreator-plugin-ubuntu-cordova-common.install 2013-08-06 11:22:27 +0000
126@@ -0,0 +1,1 @@
127+usr/share/qtcreator/templates/wizards/ubuntu/cordovaubuntu
128
129=== removed file 'ubuntu-qtcreator-plugins-data/debian/qtcreator-plugin-ubuntu-cordova-data.install'
130--- ubuntu-qtcreator-plugins-data/debian/qtcreator-plugin-ubuntu-cordova-data.install 2013-07-26 11:17:07 +0000
131+++ ubuntu-qtcreator-plugins-data/debian/qtcreator-plugin-ubuntu-cordova-data.install 1970-01-01 00:00:00 +0000
132@@ -1,1 +0,0 @@
133-usr/share/qtcreator/templates/wizards/ubuntu/cordovaubuntu
134\ No newline at end of file
135
136=== removed file 'ubuntu-qtcreator-plugins-data/debian/qtcreator-plugin-ubuntu-data.install'
137--- ubuntu-qtcreator-plugins-data/debian/qtcreator-plugin-ubuntu-data.install 2013-07-26 11:17:07 +0000
138+++ ubuntu-qtcreator-plugins-data/debian/qtcreator-plugin-ubuntu-data.install 1970-01-01 00:00:00 +0000
139@@ -1,8 +0,0 @@
140-usr/share/qtcreator/templates/wizards/ubuntu/projectypes.json
141-usr/share/qtcreator/templates/wizards/ubuntu/simple
142-usr/share/qtcreator/templates/wizards/ubuntu/tabs
143-usr/share/qtcreator/templates/wizards/ubuntu/html5
144-usr/share/qtcreator/templates/wizards/ubuntu/backend
145-usr/share/qtcreator/templates/wizards/ubuntu/backendplustabs
146-usr/share/qtcreator/templates/wizards/ubuntu/scope
147-usr/share/qtcreator/ubuntu
148
149=== modified file 'ubuntu-qtcreator-plugins-data/debian/rules'
150--- ubuntu-qtcreator-plugins-data/debian/rules 2013-07-26 11:17:07 +0000
151+++ ubuntu-qtcreator-plugins-data/debian/rules 2013-08-06 11:22:27 +0000
152@@ -4,7 +4,7 @@
153 export DH_VERBOSE=1
154
155 %:
156- dh $@
157+ dh $@ --fail-missing
158
159 override_dh_auto_install:
160 mkdir -p $(CURDIR)/debian/tmp/usr
161
162=== removed directory 'ubuntu-qtcreator-plugins-data/debian/source'
163=== removed file 'ubuntu-qtcreator-plugins-data/debian/source/format'
164--- ubuntu-qtcreator-plugins-data/debian/source/format 2013-07-26 11:17:07 +0000
165+++ ubuntu-qtcreator-plugins-data/debian/source/format 1970-01-01 00:00:00 +0000
166@@ -1,1 +0,0 @@
167-3.0 (native)
168
169=== modified file 'ubuntu-qtcreator-plugins-data/share/qtcreator/templates/wizards/ubuntu/backendplustabs/app/tests/autopilot/run' (properties changed: -x to +x)
170=== modified file 'ubuntu-qtcreator-plugins-data/share/qtcreator/templates/wizards/ubuntu/simple/tests/autopilot/run' (properties changed: -x to +x)
171=== modified file 'ubuntu-qtcreator-plugins-data/share/qtcreator/templates/wizards/ubuntu/tabs/tests/autopilot/run' (properties changed: -x to +x)

Subscribers

People subscribed via source and target branches

to all changes: