Your message dated Sat, 10 Jan 2015 13:06:05 +0100
with message-id <20150110120605.gb19...@ugent.be>
and subject line Re: Bug#774819: unblock: neutron/2014.1.3-10
has caused the Debian Bug report #774819,
regarding unblock: neutron/2014.1.3-10
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
774819: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=774819
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock
Hi,
Yet another patch that needs to enter Jessie.
By default, to be policy compliant, Neutron should *not* handle
the database bits of Neutron, unless the user explicitely asks
for it on the Debconf prompts. I'm not sure why Neutron had a
different behavior/debconf default value, but this patch fixes
the issue there.
Please unblock neutron/2014.1.3-10.
Cheers,
Thomas Goirand (zigo)
diff -Nru neutron-2014.1.3/debian/changelog neutron-2014.1.3/debian/changelog
--- neutron-2014.1.3/debian/changelog 2015-01-06 21:40:25.000000000 +0000
+++ neutron-2014.1.3/debian/changelog 2015-01-07 23:10:06.000000000 +0000
@@ -1,3 +1,9 @@
+neutron (2014.1.3-10) unstable; urgency=medium
+
+ * Sets neutron/configure_db default value to false (Closes: #770944).
+
+ -- Thomas Goirand <z...@debian.org> Thu, 08 Jan 2015 00:05:56 +0100
+
neutron (2014.1.3-9) unstable; urgency=medium
* Build-depends on openstack-pkg-tools (>= 21~) to ensure we have the sysv-rc
diff -Nru neutron-2014.1.3/debian/neutron-common.templates neutron-2014.1.3/debian/neutron-common.templates
--- neutron-2014.1.3/debian/neutron-common.templates 2015-01-06 21:40:25.000000000 +0000
+++ neutron-2014.1.3/debian/neutron-common.templates 2015-01-07 23:10:06.000000000 +0000
@@ -45,7 +45,7 @@
Template: neutron/configure_db
Type: boolean
-Default: true
+Default: false
_Description: Set up a database for Neutron?
No database has been set up for Neutron to use. Before continuing, you should
make sure you have the following information:
--- End Message ---
--- Begin Message ---
Hi Thomas,
On Thu, Jan 08, 2015 at 12:17:47AM +0100, Thomas Goirand wrote:
> Yet another patch that needs to enter Jessie.
Closing this bug, as this upload has been superseded by yet another upload.
Could you please make sure that the next unblock request(s) for your packages
contain the remaining changes you want to get into jessie and that they are
tested before you file an unblock request? Also, once packages are unblocked,
it's preferable to let them migrate to jessie before uploading additional
changes. This avoids the need to review the same changes again. Obviously
this only applies if the unblocked version doesn't introduce new issues in
jessie.
If the number of uploads for these packages doesn't go down, it's unclear if
these packages are suitable for a stable release.
Cheers,
Ivo
--- End Message ---