Author: baby-guest
Date: 2007-08-04 12:09:46 +0000 (Sat, 04 Aug 2007)
New Revision: 3547

Modified:
   packages/trunk/pixfrogger/debian/rules
Log:
check directory when patching and unpatching



Modified: packages/trunk/pixfrogger/debian/rules
===================================================================
--- packages/trunk/pixfrogger/debian/rules      2007-08-04 11:40:31 UTC (rev 
3546)
+++ packages/trunk/pixfrogger/debian/rules      2007-08-04 12:09:46 UTC (rev 
3547)
@@ -4,9 +4,11 @@
 #export DH_VERBOSE=1
 
 patch:
+       dh_testdir
        QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
 
 unpatch:
+       dh_testdir
        QUILT_PATCHES=debian/patches quilt pop -a -f || test $$? = 2
 
 build: build-stamp


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to