[Pkg-xfce-commits] r3820 - desktop/trunk/mousepad/debian

Lionel Le Folgoc mrpouit-guest at alioth.debian.org
Tue Jan 26 08:17:03 UTC 2010


Author: mrpouit-guest
Date: 2010-01-26 20:17:01 +0000 (Tue, 26 Jan 2010)
New Revision: 3820

Modified:
   desktop/trunk/mousepad/debian/changelog
   desktop/trunk/mousepad/debian/rules
Log:
debian/rules: fix dh_quilt_unpatch call in clean.

Modified: desktop/trunk/mousepad/debian/changelog
===================================================================
--- desktop/trunk/mousepad/debian/changelog	2010-01-20 22:42:23 UTC (rev 3819)
+++ desktop/trunk/mousepad/debian/changelog	2010-01-26 20:17:01 UTC (rev 3820)
@@ -1,3 +1,9 @@
+mousepad (0.2.16-4) UNRELEASED; urgency=low
+
+  * debian/rules: fix dh_quilt_unpatch call in clean.
+
+ -- Lionel Le Folgoc <mrpouit at gmail.com>  Tue, 26 Jan 2010 21:15:25 +0100
+
 mousepad (0.2.16-3) unstable; urgency=low
 
   [ Lionel Le Folgoc ]

Modified: desktop/trunk/mousepad/debian/rules
===================================================================
--- desktop/trunk/mousepad/debian/rules	2010-01-20 22:42:23 UTC (rev 3819)
+++ desktop/trunk/mousepad/debian/rules	2010-01-26 20:17:01 UTC (rev 3820)
@@ -46,8 +46,8 @@
 	# Add here commands to clean up after the build process.
 	[ ! -f Makefile ] || $(MAKE) distclean
 
-	dh_clean 
 	dh_quilt_unpatch
+	dh_clean
 
 install: build
 	dh_testdir




More information about the Pkg-xfce-commits mailing list