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

Bug#769185: marked as done (unblock: horizon/2014.1.3-5)



Your message dated Wed, 12 Nov 2014 18:58:12 +0000
with message-id <20141112185812.GZ21455@lupin.home.powdarrmonkey.net>
and subject line Re: Bug#769185: unblock: horizon/2014.1.3-5
has caused the Debian Bug report #769185,
regarding unblock: horizon/2014.1.3-5
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 owner@bugs.debian.org
immediately.)


-- 
769185: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769185
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Dear release team,

This is a one-liner "rm -rf" patch that helps purging horizon files correctly
on package removal. Please unblock horizon/2014.1.3-5 (debdiff attached).

Thomas Goirand (zigo)
diff -Nru horizon-2014.1.3/debian/changelog horizon-2014.1.3/debian/changelog
--- horizon-2014.1.3/debian/changelog	2014-10-25 08:13:26.000000000 +0000
+++ horizon-2014.1.3/debian/changelog	2014-11-11 21:25:59.000000000 +0000
@@ -1,3 +1,10 @@
+horizon (2014.1.3-5) unstable; urgency=medium
+
+  * Purge the /usr/share/openstack-dashboard/openstack_dashboard folder when
+    purging openstack-dashboard (Closes: #769101).
+
+ -- Thomas Goirand <zigo@debian.org>  Wed, 12 Nov 2014 05:24:26 +0800
+
 horizon (2014.1.3-4) unstable; urgency=medium
 
   * Added Dutch debconf translations thanks to Frans Spiesschaert
diff -Nru horizon-2014.1.3/debian/openstack-dashboard.postrm horizon-2014.1.3/debian/openstack-dashboard.postrm
--- horizon-2014.1.3/debian/openstack-dashboard.postrm	2014-10-25 08:13:26.000000000 +0000
+++ horizon-2014.1.3/debian/openstack-dashboard.postrm	2014-11-11 21:25:59.000000000 +0000
@@ -5,6 +5,7 @@
 if [ "${1}" = "purge" ] ; then
 	rm -rf /var/lib/openstack-dashboard
 	rm -rf /var/lib/horizon
+	rm -rf /usr/share/openstack-dashboard
 fi
 
 #DEBHELPER#

--- End Message ---
--- Begin Message ---
On Wed, Nov 12, 2014 at 06:58:18AM +0800, Thomas Goirand wrote:
> This is a one-liner "rm -rf" patch that helps purging horizon files correctly
> on package removal. Please unblock horizon/2014.1.3-5 (debdiff attached).

Unblocked, thanks.

-- 
Jonathan Wiltshire                                      jmw@debian.org
Debian Developer                         http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: