Merge lp:~andreserl/maas/packaging.raring.lintian into lp:~maas-maintainers/maas/packaging

Proposed by Andres Rodriguez
Status: Merged
Approved by: Andres Rodriguez
Approved revision: no longer in the source branch.
Merged at revision: 165
Proposed branch: lp:~andreserl/maas/packaging.raring.lintian
Merge into: lp:~maas-maintainers/maas/packaging
Diff against target: 126 lines (+22/-17)
7 files modified
debian/changelog (+8/-6)
debian/control (+7/-4)
debian/maas-cli.lintian-overrides (+1/-0)
debian/maas-cluster-controller.lintian-overrides (+2/-0)
debian/maas-region-controller.lintian-overrides (+2/-7)
debian/python-maas-provisioningserver.lintian-overrides (+1/-0)
debian/watch (+1/-0)
To merge this branch: bzr merge lp:~andreserl/maas/packaging.raring.lintian
Reviewer Review Type Date Requested Status
Julian Edwards (community) Approve
Review via email: mp+144413@code.launchpad.net

Commit message

Makes the packaging more lintian clean.
Depends on distro-info for maas-cluster-controller instead of maas-region-controller.

To post a comment you must log in.
Revision history for this message
Julian Edwards (julian-edwards) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2013-02-10 22:39:33 +0000
+++ debian/changelog 2013-03-04 16:53:19 +0000
@@ -51,13 +51,15 @@
51 * debian/control:51 * debian/control:
52 - maas-cluster-controller Conflicts with tftpd-hpa (LP: #1076028)52 - maas-cluster-controller Conflicts with tftpd-hpa (LP: #1076028)
53 - maas-dns: Conflicts with dnsmasq53 - maas-dns: Conflicts with dnsmasq
54 - maas-cluster-controller Conflicts/Replaces maas-region-controller as import54 - maas-cluster-controller Conflicts/Replaces maas-region-controller as
55 scripts are no longer shipped in the region.55 import scripts are no longer shipped in the region.
56 * debian/maas-cluster-controller.config: If URL has been detected, add /MAAS if56 - debian/control: Depends on distro-info for maas-cluster-controller
57 it doesn't contain it. This helps upgrades from versions where DEFAULT_MAAS_URL57 instead of maas-region-controller (LP: #1103194)
58 didn't use /MAAS.58 * debian/maas-cluster-controller.config: If URL has been detected,
59 add /MAAS if it doesn't contain it. This helps upgrades from versions
60 where DEFAULT_MAAS_URL didn't use /MAAS.
5961
60 -- Julian Edwards <julian.edwards@canonical.com> Thu, 22 Nov 2012 17:26:15 +100062 -- Andres Rodriguez <andreserl@ubuntu.com> Mon, 04 Mar 2013 11:49:44 -0500
6163
62maas (0.1+bzr1269+dfsg-0ubuntu1) quantal-proposed; urgency=low64maas (0.1+bzr1269+dfsg-0ubuntu1) quantal-proposed; urgency=low
6365
6466
=== modified file 'debian/control'
--- debian/control 2013-02-14 18:32:36 +0000
+++ debian/control 2013-03-04 16:53:19 +0000
@@ -14,7 +14,7 @@
1414
15Package: maas15Package: maas
16Architecture: all16Architecture: all
17Pre-Depends: ${misc:Pre-Depends}17Pre-Depends: ${misc:Pre-Depends}, ${misc:Depends}
18Depends: maas-cluster-controller, maas-region-controller, python-django-maas18Depends: maas-cluster-controller, maas-region-controller, python-django-maas
19Conflicts: maas-provision19Conflicts: maas-provision
20Replaces: maas-provision20Replaces: maas-provision
@@ -28,11 +28,12 @@
28 be deployed on demand by name, or allocated to a queue for28 be deployed on demand by name, or allocated to a queue for
29 dynamic allocation to services being deployed on this MAAS.29 dynamic allocation to services being deployed on this MAAS.
30 .30 .
31 This package installs a complete MAAS service on a single machine.31 This package is a metapackage which installs a complete MAAS
32 service on a single machine.
3233
33Package: maas-common34Package: maas-common
34Architecture: all35Architecture: all
35Depends: ${python:Depends}36Depends: ${misc:Depends}, ${python:Depends}
36Conflicts: maas ( <= 0.1+bzr1048+dfsg-0ubuntu1 )37Conflicts: maas ( <= 0.1+bzr1048+dfsg-0ubuntu1 )
37Replaces: maas ( <= 0.1+bzr1048+dfsg-0ubuntu1 )38Replaces: maas ( <= 0.1+bzr1048+dfsg-0ubuntu1 )
38Description: Ubuntu MAAS Server39Description: Ubuntu MAAS Server
@@ -53,7 +54,6 @@
53 avahi-daemon,54 avahi-daemon,
54 bind9utils,55 bind9utils,
55 dbconfig-common,56 dbconfig-common,
56 distro-info,
57 libapache2-mod-wsgi,57 libapache2-mod-wsgi,
58 libjs-raphael,58 libjs-raphael,
59 libjs-yui3-full,59 libjs-yui3-full,
@@ -89,6 +89,7 @@
89 UI and the database.89 UI and the database.
9090
91Package: python-maas-provisioningserver91Package: python-maas-provisioningserver
92Section: python
92Architecture: all93Architecture: all
93Depends: python-celery,94Depends: python-celery,
94 python-formencode,95 python-formencode,
@@ -145,6 +146,7 @@
145 This package contains the client command line tool.146 This package contains the client command line tool.
146147
147Package: python-maas-client148Package: python-maas-client
149Section: python
148Architecture: all150Architecture: all
149Depends: python-oauth, ${misc:Depends}, ${python:Depends}151Depends: python-oauth, ${misc:Depends}, ${python:Depends}
150Conflicts: maas (<= 0.1+bzr971+dfsg-0ubuntu2 )152Conflicts: maas (<= 0.1+bzr971+dfsg-0ubuntu2 )
@@ -164,6 +166,7 @@
164Package: maas-cluster-controller166Package: maas-cluster-controller
165Architecture: all167Architecture: all
166Depends: bind9utils,168Depends: bind9utils,
169 distro-info,
167 freeipmi-tools,170 freeipmi-tools,
168 maas-cli (=${binary:Version}),171 maas-cli (=${binary:Version}),
169 maas-common (=${binary:Version}),172 maas-common (=${binary:Version}),
170173
=== added file 'debian/maas-cli.lintian-overrides'
--- debian/maas-cli.lintian-overrides 1970-01-01 00:00:00 +0000
+++ debian/maas-cli.lintian-overrides 2013-03-04 16:53:19 +0000
@@ -0,0 +1,1 @@
1maas-cli: binary-without-manpage usr/bin/maas-cli
02
=== added file 'debian/maas-cluster-controller.lintian-overrides'
--- debian/maas-cluster-controller.lintian-overrides 1970-01-01 00:00:00 +0000
+++ debian/maas-cluster-controller.lintian-overrides 2013-03-04 16:53:19 +0000
@@ -0,0 +1,2 @@
1maas-cluster-controller: binary-without-manpage usr/sbin/maas-import-ephemerals
2maas-cluster-controller: binary-without-manpage usr/sbin/maas-import-isos
03
=== modified file 'debian/maas-region-controller.lintian-overrides'
--- debian/maas-region-controller.lintian-overrides 2012-09-25 07:54:44 +0000
+++ debian/maas-region-controller.lintian-overrides 2013-03-04 16:53:19 +0000
@@ -1,7 +1,2 @@
1maas-region-controller: embedded-javascript-library usr/share/maas/web/static/jslibs/yui/3.4.1/build/yui/yui-min.js1maas-region-controller: binary-without-manpage usr/sbin/maas
2maas-region-controller: extra-license-file usr/share/maas/web/static/jslibs/yui/3.4.1/docs/assets/panel/vendor/prettify/COPYING2maas-region-controller: binary-without-manpage usr/sbin/maas-region-celeryd
3maas-region-controller: extra-license-file usr/share/maas/web/static/jslibs/yui/3.4.1/docs/assets/vendor/prettify/COPYING
4maas-region-controller: script-not-executable usr/share/maas/web/static/jslibs/yui/3.4.1/tests/loader/tests/server/server.js
5maas-region-controller: unusual-interpreter usr/share/maas/web/static/jslibs/yui/3.4.1/tests/loader/tests/server/server.js #!node
6maas-region-controller: postinst-uses-db-input
7maas-region-controller: binary-without-manpage usr/bin/maas
83
=== added file 'debian/python-maas-provisioningserver.lintian-overrides'
--- debian/python-maas-provisioningserver.lintian-overrides 1970-01-01 00:00:00 +0000
+++ debian/python-maas-provisioningserver.lintian-overrides 2013-03-04 16:53:19 +0000
@@ -0,0 +1,1 @@
1python-maas-provisioningserver: binary-without-manpage usr/sbin/maas-provision
02
=== modified file 'debian/watch'
--- debian/watch 2012-02-16 22:03:35 +0000
+++ debian/watch 2013-03-04 16:53:19 +0000
@@ -1,2 +1,3 @@
1version=31version=3
2opts=dversionmangle=s/\.dfsg// \
2http://launchpad.net/maas/+download https://launchpad.net/maas/.*/maas-(.*).tar.*3http://launchpad.net/maas/+download https://launchpad.net/maas/.*/maas-(.*).tar.*

Subscribers

People subscribed via source and target branches

to all changes: