Merge lp:~andreserl/maas/maas_release_bzr1817 into lp:~maas-maintainers/maas/packaging

Proposed by Andres Rodriguez
Status: Merged
Approved by: Andres Rodriguez
Approved revision: 222
Merged at revision: 220
Proposed branch: lp:~andreserl/maas/maas_release_bzr1817
Merge into: lp:~maas-maintainers/maas/packaging
Diff against target: 88 lines (+17/-4)
2 files modified
debian/changelog (+10/-2)
debian/control (+7/-2)
To merge this branch: bzr merge lp:~andreserl/maas/maas_release_bzr1817
Reviewer Review Type Date Requested Status
Andres Rodriguez (community) Approve
Review via email: mp+201713@code.launchpad.net

Commit message

Open 1.4+bzr1817+dfsg-0ubuntu2
Release 1.4+bzr1817+dfsg-0ubuntu1
debian/control: Depends on python-amqp; Conflicts on python-librabbitmq.

To post a comment you must log in.
Revision history for this message
Andres Rodriguez (andreserl) :
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 2014-01-14 05:08:51 +0000
+++ debian/changelog 2014-01-15 05:27:45 +0000
@@ -1,19 +1,27 @@
1maas (1.4+bzr1814+dfsg-0ubuntu1) UNRELEASED; urgency=low1maas (1.4+bzr1817+dfsg-0ubuntu2) UNRELEASED; urgency=low
22
3 * UNRELEASED3 * UNRELEASED
44
5 -- Andres Rodriguez <andreserl@ubuntu.com> Wed, 15 Jan 2014 00:24:58 -0500
6
7maas (1.4+bzr1817+dfsg-0ubuntu1) trusty; urgency=low
8
9 * New upstream release
10
5 [ Andres Rodriguez ]11 [ Andres Rodriguez ]
6 * debian/maas-dns.postinst: Drop write_dns_config as this is run by12 * debian/maas-dns.postinst: Drop write_dns_config as this is run by
7 celery jobs.13 celery jobs.
8 * debian/maas-region-controller.templates: Rename template to14 * debian/maas-region-controller.templates: Rename template to
9 maas-region-controller-min.templates15 maas-region-controller-min.templates
16 * debian/control: Depends on python-amqp; Conflicts on python-librabbitmq.
17
10 [ Julian Edwards ]18 [ Julian Edwards ]
11 * New maas-probe-dhcp script to detect DHCP servers19 * New maas-probe-dhcp script to detect DHCP servers
12 - debian/extras/maas-probe-dhcp: New script20 - debian/extras/maas-probe-dhcp: New script
13 - debian/maas-dhcp.install: Install new maas-probe-dhcp script21 - debian/maas-dhcp.install: Install new maas-probe-dhcp script
14 - maas-dhcp.lintian-overrides: New maas-probe-dhcp script has no manpage22 - maas-dhcp.lintian-overrides: New maas-probe-dhcp script has no manpage
1523
16 -- Julian Edwards <julian.edwards@canonical.com> Tue, 14 Jan 2014 15:05:22 +100024 -- Andres Rodriguez <andreserl@ubuntu.com> Wed, 15 Jan 2014 00:23:44 -0500
1725
18maas (1.4+bzr1789+dfsg-0ubuntu1) trusty; urgency=low26maas (1.4+bzr1789+dfsg-0ubuntu1) trusty; urgency=low
1927
2028
=== modified file 'debian/control'
--- debian/control 2013-12-09 20:27:48 +0000
+++ debian/control 2014-01-15 05:27:45 +0000
@@ -107,7 +107,8 @@
107Package: python-maas-provisioningserver107Package: python-maas-provisioningserver
108Section: python108Section: python
109Architecture: all109Architecture: all
110Depends: python-celery,110Depends: python-amqp,
111 python-celery,
111 python-distro-info,112 python-distro-info,
112 python-formencode,113 python-formencode,
113 python-lockfile,114 python-lockfile,
@@ -131,6 +132,7 @@
131 ${python:Depends}132 ${python:Depends}
132Breaks: python-django-maas ( <= 0.1+bzr1048+dfsg-0ubuntu1 ), maas-cluster-controller (<= 0.1+bzr1243+dfsg-0ubuntu3)133Breaks: python-django-maas ( <= 0.1+bzr1048+dfsg-0ubuntu1 ), maas-cluster-controller (<= 0.1+bzr1243+dfsg-0ubuntu3)
133Replaces: python-django-maas ( <= 0.1+bzr1048+dfsg-0ubuntu1 ), maas-cluster-controller (<= 0.1+bzr1243+dfsg-0ubuntu3)134Replaces: python-django-maas ( <= 0.1+bzr1048+dfsg-0ubuntu1 ), maas-cluster-controller (<= 0.1+bzr1243+dfsg-0ubuntu3)
135Conflicts: python-librabbitmq
134Description: Ubuntu MAAS Server136Description: Ubuntu MAAS Server
135 Ubuntu MAAS Server is the successor to Orchestra. It offers a137 Ubuntu MAAS Server is the successor to Orchestra. It offers a
136 nice UI to provision your Ubuntu servers. Each physical server138 nice UI to provision your Ubuntu servers. Each physical server
@@ -191,6 +193,7 @@
191 maas-cli (=${binary:Version}),193 maas-cli (=${binary:Version}),
192 maas-common (=${binary:Version}),194 maas-common (=${binary:Version}),
193 maas-dhcp (=${binary:Version}),195 maas-dhcp (=${binary:Version}),
196 python-amqp,
194 python-celery,197 python-celery,
195 python-httplib2,198 python-httplib2,
196 python-lockfile,199 python-lockfile,
@@ -208,7 +211,7 @@
208 wget,211 wget,
209 ${misc:Depends},212 ${misc:Depends},
210 ${python:Depends}213 ${python:Depends}
211Conflicts: tftpd-hpa214Conflicts: tftpd-hpa, python-librabbitmq
212Breaks: maas ( <= 0.1+bzr1048+dfsg-0ubuntu1 ), maas-region-controller ( <= 0.1+bzr1314+dfsg-0ubuntu1 )215Breaks: maas ( <= 0.1+bzr1048+dfsg-0ubuntu1 ), maas-region-controller ( <= 0.1+bzr1314+dfsg-0ubuntu1 )
213Replaces: maas ( <= 0.1+bzr1048+dfsg-0ubuntu1 ), maas-region-controller ( <= 0.1+bzr1314+dfsg-0ubuntu1 )216Replaces: maas ( <= 0.1+bzr1048+dfsg-0ubuntu1 ), maas-region-controller ( <= 0.1+bzr1314+dfsg-0ubuntu1 )
214Description: Ubuntu MAAS Cluster Controller217Description: Ubuntu MAAS Cluster Controller
@@ -229,6 +232,7 @@
229Section: python232Section: python
230Architecture: all233Architecture: all
231Depends: python-avahi,234Depends: python-avahi,
235 python-amqp,
232 python-celery,236 python-celery,
233 python-convoy,237 python-convoy,
234 python-curtin,238 python-curtin,
@@ -251,6 +255,7 @@
251 python-zope.interface,255 python-zope.interface,
252 ${misc:Depends},256 ${misc:Depends},
253 ${python:Depends}257 ${python:Depends}
258Conflicts: python-librabbitmq
254Description: Ubuntu MAAS Server - (django files)259Description: Ubuntu MAAS Server - (django files)
255 Ubuntu MAAS Server is the successor to Orchestra. It offers a260 Ubuntu MAAS Server is the successor to Orchestra. It offers a
256 nice UI to provision your Ubuntu servers. Each physical server261 nice UI to provision your Ubuntu servers. Each physical server

Subscribers

People subscribed via source and target branches

to all changes: