[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#774781: unblock: openstack-trove/2014.1.3-5



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Dear release team,

Please unblock package openstack-trove. It contains the below
fixes:

- Also purges /var/lib/trove when package is purged (Closes: #769771) by
doing rm -rf /var/lib/trove on purge.
- Rebuilt using openstack-pkg-tools (>= 21~) to ensure init scripts fixes.

Debdiff attached.

Please unblock openstack-trove/2014.1.3-5.

Cheers,

Thomas Goirand (zigo)
diff -Nru openstack-trove-2014.1.3/debian/changelog openstack-trove-2014.1.3/debian/changelog
--- openstack-trove-2014.1.3/debian/changelog	2014-12-03 12:51:53.000000000 +0000
+++ openstack-trove-2014.1.3/debian/changelog	2015-01-07 00:05:15.000000000 +0000
@@ -1,3 +1,10 @@
+openstack-trove (2014.1.3-5) unstable; urgency=medium
+
+  * Also purges /var/lib/trove when package is purged (Closes: #769771).
+  * Rebuilt using openstack-pkg-tools (>= 21~) to ensure init scripts fixes.
+
+ -- Thomas Goirand <zigo@debian.org>  Wed, 07 Jan 2015 00:02:07 +0000
+
 openstack-trove (2014.1.3-4) unstable; urgency=medium
 
   * Fixed ucfr call to use trove-common and not nova-common (Closes: #771873).
diff -Nru openstack-trove-2014.1.3/debian/control openstack-trove-2014.1.3/debian/control
--- openstack-trove-2014.1.3/debian/control	2014-12-03 12:51:53.000000000 +0000
+++ openstack-trove-2014.1.3/debian/control	2015-01-07 00:05:15.000000000 +0000
@@ -6,7 +6,7 @@
            Thomas Goirand <zigo@debian.org>,
            Mehdi Abaakouk <sileht@sileht.net>
 Build-Depends: debhelper (>= 9),
-               openstack-pkg-tools (>= 12~),
+               openstack-pkg-tools (>= 21~),
                po-debconf,
                python-all (>= 2.6.6-3~),
                python-pbr (>= 0.6),
diff -Nru openstack-trove-2014.1.3/debian/trove-common.postrm openstack-trove-2014.1.3/debian/trove-common.postrm
--- openstack-trove-2014.1.3/debian/trove-common.postrm	2014-12-03 12:51:53.000000000 +0000
+++ openstack-trove-2014.1.3/debian/trove-common.postrm	2015-01-07 00:05:15.000000000 +0000
@@ -23,6 +23,7 @@
 	rm -f /etc/trove/api-paste.ini
 	rm -f /etc/trove/trove.conf
 	[ -d /etc/trove ] && rmdir --ignore-fail-on-non-empty /etc/trove
+	rm -rf /var/lib/trove
 fi
 
 #DEBHELPER#

Reply to: