r555 - non-free/packages/cube-data/trunk/debian

Gonéri Le Bouder goneri-guest at costa.debian.org
Fri Apr 28 18:57:39 UTC 2006


Author: goneri-guest
Date: 2006-04-28 18:57:38 +0000 (Fri, 28 Apr 2006)
New Revision: 555

Modified:
   non-free/packages/cube-data/trunk/debian/rules
Log:
remove dpatch thing


Modified: non-free/packages/cube-data/trunk/debian/rules
===================================================================
--- non-free/packages/cube-data/trunk/debian/rules	2006-04-27 07:00:17 UTC (rev 554)
+++ non-free/packages/cube-data/trunk/debian/rules	2006-04-28 18:57:38 UTC (rev 555)
@@ -33,7 +33,7 @@
 
 build: build-stamp
 
-build-stamp: patch configure-stamp 
+build-stamp: configure-stamp 
 	dh_testdir
 	
 	# Add here commands to compile the package.
@@ -43,7 +43,7 @@
 
 	touch build-stamp
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
@@ -123,13 +123,5 @@
 	dh_md5sums
 	dh_builddeb
 
-patch: patch-stamp
-patch-stamp:
-	dpatch apply-all
-
-unpatch:
-	dpatch deapply-all
-	rm -Rf patch-stamp debian/patched
-
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure patch unpatch
+.PHONY: build clean binary-indep binary-arch binary install configure




More information about the Pkg-games-commits mailing list