Merge lp:~mpontillo/maas/make-avahi-and-tcpdump-depends-for-now into lp:~maas-maintainers/maas/packaging

Proposed by Mike Pontillo
Status: Merged
Approved by: Mike Pontillo
Approved revision: no longer in the source branch.
Merged at revision: 520
Proposed branch: lp:~mpontillo/maas/make-avahi-and-tcpdump-depends-for-now
Merge into: lp:~maas-maintainers/maas/packaging
Diff against target: 55 lines (+7/-4)
2 files modified
debian/changelog (+1/-1)
debian/control (+6/-3)
To merge this branch: bzr merge lp:~mpontillo/maas/make-avahi-and-tcpdump-depends-for-now
Reviewer Review Type Date Requested Status
Andres Rodriguez (community) Approve
Review via email: mp+304817@code.launchpad.net

Commit message

Change avahi-utils and tcpdump from Recommends to Depends, until the bug is fixed which makes them truly optional.

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 2016-09-01 11:05:08 +0000
3+++ debian/changelog 2016-09-02 17:09:59 +0000
4@@ -1,7 +1,7 @@
5 maas (2.1.0~alpha2+bzr5307-0ubuntu1) UNRELEASED; urgency=medium
6
7 * UNRELEASED
8- * Add depends on ntp
9+ * Add depends on avahi-utils, ntp, and tcpdump.
10
11 -- Andres Rodriguez <andreserl@ubuntu.com> Wed, 31 Aug 2016 20:25:17 +0100
12
13
14=== modified file 'debian/control'
15--- debian/control 2016-09-01 22:43:59 +0000
16+++ debian/control 2016-09-02 17:09:59 +0000
17@@ -96,12 +96,14 @@
18
19 Package: maas-region-controller
20 Architecture: all
21-Depends: dbconfig-pgsql,
22+Depends: avahi-utils,
23+ dbconfig-pgsql,
24 maas-dns (= ${binary:Version}),
25 maas-region-api (= ${binary:Version}),
26 postgresql (>= 9.1),
27+ tcpdump,
28 ${misc:Depends},
29-Recommends: avahi-utils, openssh-server, tcpdump
30+Recommends: openssh-server
31 Description: Region Controller for MAAS
32 The MAAS region controller (maas-regiond) is the REST API server for
33 all MAAS clients, and the postgres database that maintains machine
34@@ -184,6 +186,7 @@
35 Package: maas-rack-controller
36 Architecture: all
37 Depends: authbind,
38+ avahi-utils,
39 bind9utils,
40 distro-info,
41 freeipmi-tools,
42@@ -200,12 +203,12 @@
43 python3-twisted,
44 python3-zope.interface,
45 syslinux-common,
46+ tcpdump,
47 tgt,
48 uuid-runtime,
49 wget,
50 ${misc:Depends},
51 ${python3:Depends}
52-Recommends: avahi-utils, tcpdump
53 Suggests: amtterm, ipmitool, libvirt-bin, wsmancli
54 Conflicts: tftpd-hpa
55 Breaks: python-maas-provisioningserver,

Subscribers

People subscribed via source and target branches