Author: fuddl-guest
Date: 2007-08-26 20:17:40 +0000 (Sun, 26 Aug 2007)
New Revision: 3862

Modified:
   packages/trunk/sauerbraten/debian/rules
Log:
another try, to get a clean diff.gz... grrr

Modified: packages/trunk/sauerbraten/debian/rules
===================================================================
--- packages/trunk/sauerbraten/debian/rules     2007-08-26 19:57:43 UTC (rev 
3861)
+++ packages/trunk/sauerbraten/debian/rules     2007-08-26 20:17:40 UTC (rev 
3862)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 #export DH_VERBOSE=1
 
-include /usr/share/dpatch/dpatch.make
+#include /usr/share/dpatch/dpatch.make
 
 build: build-stamp
 build-stamp: patch
@@ -11,7 +11,12 @@
        $(MAKE)
        touch $@
 
-clean: clean-patched unpatch
+patch: patch-stamp
+patch-stamp:
+       dpatch apply-all
+       dpatch cat-all > patch-stamp
+
+clean: patch-stamp clean-patched unpatch
 clean-patched:
        dh_testdir
        dh_testroot
@@ -20,6 +25,10 @@
        rm -f sauerbraten.png sauerbraten.xpm
        dh_clean 
 
+unpatch:
+       dpatch deapply-all
+       rm -rf patch-stamp debian/patched
+
 install: build
        dh_testdir
        dh_testroot


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

Reply via email to