r3547 - packages/trunk/pixfrogger/debian

Miriam Ruiz baby-guest at alioth.debian.org
Sat Aug 4 12:09:46 UTC 2007


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




More information about the Pkg-games-commits mailing list