Merge lp:~andreserl/maas/packaging_tighten_deps_1.7 into lp:~maas-maintainers/maas/packaging.utopic

Proposed by Andres Rodriguez
Status: Merged
Approved by: Andres Rodriguez
Approved revision: 345
Merged at revision: 345
Proposed branch: lp:~andreserl/maas/packaging_tighten_deps_1.7
Merge into: lp:~maas-maintainers/maas/packaging.utopic
Diff against target: 45 lines (+7/-3)
2 files modified
debian/changelog (+1/-0)
debian/control (+6/-3)
To merge this branch: bzr merge lp:~andreserl/maas/packaging_tighten_deps_1.7
Reviewer Review Type Date Requested Status
Andres Rodriguez (community) Approve
Review via email: mp+243900@code.launchpad.net

Commit message

debian/control: Tighten Dependency Versioning of some packages.

To post a comment you must log in.
Revision history for this message
Andres Rodriguez (andreserl) wrote :

self approve.

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-12-05 16:00:48 +0000
3+++ debian/changelog 2014-12-06 17:45:28 +0000
4@@ -10,6 +10,7 @@
5 * Set 'maas' homedir to '/var/lib/maas' (LP: #1399016):
6 - debian/maas-common.postinst: Do not try to update 'maas'
7 home user dir on upgrade.
8+ * debian/control: Tighten Dependency Versioning of some packages.
9
10 -- Andres Rodriguez <andreserl@ubuntu.com> Fri, 14 Nov 2014 09:04:29 -0500
11
12
13=== modified file 'debian/control'
14--- debian/control 2014-10-20 19:09:19 +0000
15+++ debian/control 2014-12-06 17:45:28 +0000
16@@ -14,7 +14,10 @@
17
18 Package: maas
19 Architecture: all
20-Depends: ${misc:Depends}, maas-cluster-controller, maas-region-controller, python-django-maas
21+Depends: ${misc:Depends},
22+ maas-cluster-controller (= ${binary:Version}),
23+ maas-region-controller (= ${binary:Version}),
24+ python-django-maas (= ${binary:Version})
25 Description: MAAS server all-in-one metapackage
26 MAAS is "Metal As A Service", a system for dynamic provisioning of physical
27 servers that has many of the same characteristics as a cloud. You register
28@@ -59,7 +62,7 @@
29 python-maas-provisioningserver (= ${binary:Version}),
30 python-djorm-ext-pgarray,
31 rsyslog,
32- maas-proxy,
33+ maas-proxy (= ${binary:Version}),
34 ${misc:Depends},
35 ${python:Depends}
36 Breaks: maas-region-controller ( <= 1.4+bzr1693+dfsg-0ubuntu3 )
37@@ -90,7 +93,7 @@
38 python-jsonschema,
39 python-lockfile,
40 python-lxml,
41- python-maas-client,
42+ python-maas-client (= ${binary:Version}),
43 python-netifaces,
44 python-oops,
45 python-oops-datedir-repo,

Subscribers

People subscribed via source and target branches

to all changes: