Package: release.debian.org
Severity: normal
User: release.debian....@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 <z...@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#

Reply via email to