r32603 - in /packages/unstable/hamster-applet/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Feb 12 08:42:52 UTC 2012


Author: biebl
Date: Sun Feb 12 08:42:51 2012
New Revision: 32603

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=32603
Log:
Don't remove complete usr/lib/hamster-applet/ directory along with the
D-Bus services but only the hamster-applet script. Closes: #659567

Modified:
    packages/unstable/hamster-applet/debian/changelog
    packages/unstable/hamster-applet/debian/rules

Modified: packages/unstable/hamster-applet/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/hamster-applet/debian/changelog?rev=32603&op=diff
==============================================================================
--- packages/unstable/hamster-applet/debian/changelog [utf-8] (original)
+++ packages/unstable/hamster-applet/debian/changelog [utf-8] Sun Feb 12 08:42:51 2012
@@ -1,3 +1,10 @@
+hamster-applet (2.91.3+git20120211.9ebb889-2) UNRELEASED; urgency=low
+
+  * Don't remove complete usr/lib/hamster-applet/ directory along with the
+    D-Bus services but only the hamster-applet script. Closes: #659567
+
+ -- Michael Biebl <biebl at debian.org>  Sun, 12 Feb 2012 09:38:29 +0100
+
 hamster-applet (2.91.3+git20120211.9ebb889-1) unstable; urgency=low
 
   * New upstream Git snapshot.

Modified: packages/unstable/hamster-applet/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/hamster-applet/debian/rules?rev=32603&op=diff
==============================================================================
--- packages/unstable/hamster-applet/debian/rules [utf-8] (original)
+++ packages/unstable/hamster-applet/debian/rules [utf-8] Sun Feb 12 08:42:51 2012
@@ -8,7 +8,8 @@
 
 binary-install/hamster-applet::
 	cd debian/hamster-applet && \
-		rm -rf usr/lib/bonobo usr/lib/hamster-applet && \
+		rm -rf usr/lib/bonobo && \
+		rm -f usr/lib/hamster-applet/hamster-applet && \
 		rm -f usr/share/applications/hamster-applet.desktop && \
 		find -name applet.py -o -name applet.ui -delete
 	dh_python2 -phamster-applet




More information about the pkg-gnome-commits mailing list