← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~rvb/maas/packaging-1103195 into lp:~maas-maintainers/maas/packaging

 

Raphaël Badin has proposed merging lp:~rvb/maas/packaging-1103195 into lp:~maas-maintainers/maas/packaging.

Commit message:
The region controller needs /usr/sbin/dnssec-keygen which is in bind9utils.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~rvb/maas/packaging-1103195/+merge/144749
-- 
https://code.launchpad.net/~rvb/maas/packaging-1103195/+merge/144749
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~rvb/maas/packaging-1103195 into lp:~maas-maintainers/maas/packaging.
=== modified file 'debian/changelog'
--- debian/changelog	2012-12-19 05:33:07 +0000
+++ debian/changelog	2013-01-24 16:57:19 +0000
@@ -1,6 +1,8 @@
 maas (0.1+bzr1406+dfsg-0ubuntu1) UNRELEASED; urgency=low
 
   [ Raphaël Badin ]
+  * debian/control: maas-region-controller depends on bind9utils.
+    (LP: #1103195)
   * debian/maas-dns.postinst: Call write_dns_config.
     (LP: #1085865).
   * debian/maas-cluster-controller.postinst: Fix the name of the config

=== modified file 'debian/control'
--- debian/control	2012-11-28 20:47:37 +0000
+++ debian/control	2013-01-24 16:57:19 +0000
@@ -52,6 +52,7 @@
 Architecture: all
 Depends: apache2,
          avahi-daemon,
+         bind9utils,
          dbconfig-common,
          distro-info,
          libapache2-mod-wsgi,


Follow ups