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
1=== modified file 'debian/changelog'
2--- debian/changelog 2014-01-14 05:08:51 +0000
3+++ debian/changelog 2014-01-15 05:27:45 +0000
4@@ -1,19 +1,27 @@
5-maas (1.4+bzr1814+dfsg-0ubuntu1) UNRELEASED; urgency=low
6+maas (1.4+bzr1817+dfsg-0ubuntu2) UNRELEASED; urgency=low
7
8 * UNRELEASED
9
10+ -- Andres Rodriguez <andreserl@ubuntu.com> Wed, 15 Jan 2014 00:24:58 -0500
11+
12+maas (1.4+bzr1817+dfsg-0ubuntu1) trusty; urgency=low
13+
14+ * New upstream release
15+
16 [ Andres Rodriguez ]
17 * debian/maas-dns.postinst: Drop write_dns_config as this is run by
18 celery jobs.
19 * debian/maas-region-controller.templates: Rename template to
20 maas-region-controller-min.templates
21+ * debian/control: Depends on python-amqp; Conflicts on python-librabbitmq.
22+
23 [ Julian Edwards ]
24 * New maas-probe-dhcp script to detect DHCP servers
25 - debian/extras/maas-probe-dhcp: New script
26 - debian/maas-dhcp.install: Install new maas-probe-dhcp script
27 - maas-dhcp.lintian-overrides: New maas-probe-dhcp script has no manpage
28
29- -- Julian Edwards <julian.edwards@canonical.com> Tue, 14 Jan 2014 15:05:22 +1000
30+ -- Andres Rodriguez <andreserl@ubuntu.com> Wed, 15 Jan 2014 00:23:44 -0500
31
32 maas (1.4+bzr1789+dfsg-0ubuntu1) trusty; urgency=low
33
34
35=== modified file 'debian/control'
36--- debian/control 2013-12-09 20:27:48 +0000
37+++ debian/control 2014-01-15 05:27:45 +0000
38@@ -107,7 +107,8 @@
39 Package: python-maas-provisioningserver
40 Section: python
41 Architecture: all
42-Depends: python-celery,
43+Depends: python-amqp,
44+ python-celery,
45 python-distro-info,
46 python-formencode,
47 python-lockfile,
48@@ -131,6 +132,7 @@
49 ${python:Depends}
50 Breaks: python-django-maas ( <= 0.1+bzr1048+dfsg-0ubuntu1 ), maas-cluster-controller (<= 0.1+bzr1243+dfsg-0ubuntu3)
51 Replaces: python-django-maas ( <= 0.1+bzr1048+dfsg-0ubuntu1 ), maas-cluster-controller (<= 0.1+bzr1243+dfsg-0ubuntu3)
52+Conflicts: python-librabbitmq
53 Description: Ubuntu MAAS Server
54 Ubuntu MAAS Server is the successor to Orchestra. It offers a
55 nice UI to provision your Ubuntu servers. Each physical server
56@@ -191,6 +193,7 @@
57 maas-cli (=${binary:Version}),
58 maas-common (=${binary:Version}),
59 maas-dhcp (=${binary:Version}),
60+ python-amqp,
61 python-celery,
62 python-httplib2,
63 python-lockfile,
64@@ -208,7 +211,7 @@
65 wget,
66 ${misc:Depends},
67 ${python:Depends}
68-Conflicts: tftpd-hpa
69+Conflicts: tftpd-hpa, python-librabbitmq
70 Breaks: maas ( <= 0.1+bzr1048+dfsg-0ubuntu1 ), maas-region-controller ( <= 0.1+bzr1314+dfsg-0ubuntu1 )
71 Replaces: maas ( <= 0.1+bzr1048+dfsg-0ubuntu1 ), maas-region-controller ( <= 0.1+bzr1314+dfsg-0ubuntu1 )
72 Description: Ubuntu MAAS Cluster Controller
73@@ -229,6 +232,7 @@
74 Section: python
75 Architecture: all
76 Depends: python-avahi,
77+ python-amqp,
78 python-celery,
79 python-convoy,
80 python-curtin,
81@@ -251,6 +255,7 @@
82 python-zope.interface,
83 ${misc:Depends},
84 ${python:Depends}
85+Conflicts: python-librabbitmq
86 Description: Ubuntu MAAS Server - (django files)
87 Ubuntu MAAS Server is the successor to Orchestra. It offers a
88 nice UI to provision your Ubuntu servers. Each physical server

Subscribers

People subscribed via source and target branches

to all changes: