launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #13139
[Merge] lp:~andreserl/maas/packaging_updates_bzr1099-2 into lp:~maas-maintainers/maas/packaging
Andres Rodriguez has proposed merging lp:~andreserl/maas/packaging_updates_bzr1099-2 into lp:~maas-maintainers/maas/packaging.
Commit message:
debian/maas-cluster-controller.config: Source debconf at the beginning of the
script. (LP: #1063857)
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~andreserl/maas/packaging_updates_bzr1099-2/+merge/128551
--
https://code.launchpad.net/~andreserl/maas/packaging_updates_bzr1099-2/+merge/128551
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~andreserl/maas/packaging_updates_bzr1099-2 into lp:~maas-maintainers/maas/packaging.
=== modified file 'debian/changelog'
--- debian/changelog 2012-10-05 10:36:43 +0000
+++ debian/changelog 2012-10-08 17:22:18 +0000
@@ -1,6 +1,6 @@
-maas (0.1+bzr1170+dfsg-0ubuntu1) UNRELEASED; urgency=low
+maas (0.1+bzr1199+dfsg-0ubuntu1) UNRELEASED; urgency=low
- * New upstream release.
+ * New upstream release. (LP: #1062518)
[ Julian Edwards ]
* Ensure isc-dhcp-server is disabled when installing maas-dhcp.
@@ -38,12 +38,14 @@
* update po files for the templates.
* debian/extras/99-maas: Install in usr/share/maas/conf and symlink to the
appropriate etc dir.
+ * debian/maas-cluster-controller.config: Source debconf at the beginning of the
+ script. (LP: #1063857)
[ Robie Basak ]
* Add maas-cluster-controller dependency on uuid-runtime, needed for uuidgen
by postinst.
- -- Robie Basak <robie.basak@xxxxxxxxxx> Fri, 05 Oct 2012 11:35:25 +0100
+ -- Andres Rodriguez <andreserl@xxxxxxxxxx> Mon, 08 Oct 2012 13:10:23 -0400
maas (0.1+bzr1110+dfsg-0ubuntu1) quantal; urgency=low
=== modified file 'debian/maas-cluster-controller.config'
--- debian/maas-cluster-controller.config 2012-10-03 06:08:41 +0000
+++ debian/maas-cluster-controller.config 2012-10-08 17:22:18 +0000
@@ -1,9 +1,11 @@
#!/bin/sh -e
+. /usr/share/debconf/confmodule
+db_version 2.0
+
# Only ask for new installations and reconfiguring.
# XXX Fix to not ask when installing from the CD.
if ([ "$1" = "configure" ] && [ -z "$2" ]); then
- . /usr/share/debconf/confmodule
db_get maas-cluster-controller/maas-url || true
if [ -n "$RET" ]; then
=== modified file 'debian/maas-cluster-controller.postrm'
--- debian/maas-cluster-controller.postrm 2012-09-29 02:25:18 +0000
+++ debian/maas-cluster-controller.postrm 2012-10-08 17:22:18 +0000
@@ -3,6 +3,7 @@
set -e
. /usr/share/debconf/confmodule
+db_version 2.0
case "$1" in
purge)
=== modified file 'debian/maas-cluster-controller.prerm'
--- debian/maas-cluster-controller.prerm 2012-10-03 06:47:57 +0000
+++ debian/maas-cluster-controller.prerm 2012-10-08 17:22:18 +0000
@@ -3,6 +3,7 @@
set -e
. /usr/share/debconf/confmodule
+db_version 2.0
#DEBHELPER#
Follow ups