[Pkg-mono-svn-commits] rev 3760 - libgdiplus/trunk/debian

Mirco Bauer meebey at alioth.debian.org
Sun Nov 16 18:12:51 UTC 2008


Author: meebey
Date: 2008-11-16 18:12:51 +0000 (Sun, 16 Nov 2008)
New Revision: 3760

Modified:
   libgdiplus/trunk/debian/changelog
   libgdiplus/trunk/debian/rules
Log:
fixed unpatch



Modified: libgdiplus/trunk/debian/changelog
===================================================================
--- libgdiplus/trunk/debian/changelog	2008-11-16 18:06:24 UTC (rev 3759)
+++ libgdiplus/trunk/debian/changelog	2008-11-16 18:12:51 UTC (rev 3760)
@@ -23,7 +23,8 @@
   [ Mirco Bauer ]
   * debian/rules:
     + Fixed clean target, config.{status,log} must not be deleted before
-      running make clean.
+      running "make clean".
+    + Run "make clean" before unpatching.
   * debian/control:
     + Added Homepage, Vcs-Browser and Vcs-Svn fields.
     + Enhanced package description.

Modified: libgdiplus/trunk/debian/rules
===================================================================
--- libgdiplus/trunk/debian/rules	2008-11-16 18:06:24 UTC (rev 3759)
+++ libgdiplus/trunk/debian/rules	2008-11-16 18:12:51 UTC (rev 3760)
@@ -33,7 +33,8 @@
 	perl -pe 's,^Requires:.*,,; s,^Libs:.*,,; s,^Cflags:.*,,;' -i libgdiplus.pc
 	touch build-stamp
 
-clean: unpatch
+clean: clean-patched unpatch
+clean-patched:
 	dh_testdir
 	dh_testroot
 	[ ! -f Makefile ] || $(MAKE) clean




More information about the Pkg-mono-svn-commits mailing list