r4665 - packages/trunk/foobillard/debian

Paul Wise pabs at alioth.debian.org
Thu Nov 15 04:55:44 UTC 2007


Author: pabs
Date: 2007-11-15 04:55:44 +0000 (Thu, 15 Nov 2007)
New Revision: 4665

Modified:
   packages/trunk/foobillard/debian/changelog
   packages/trunk/foobillard/debian/rules
Log:
* use the supplied quilt Makefile snippet instead of custom un/patch rules

Modified: packages/trunk/foobillard/debian/changelog
===================================================================
--- packages/trunk/foobillard/debian/changelog	2007-11-15 04:46:32 UTC (rev 4664)
+++ packages/trunk/foobillard/debian/changelog	2007-11-15 04:55:44 UTC (rev 4665)
@@ -33,8 +33,9 @@
   [ Paul Wise ]
   * add a Homepage field
   * use $(CURDIR) instead of `pwd` in debian/rules
+  * use the supplied quilt Makefile snippet instead of custom un/patch rules
 
- -- Jon Dowland <jon at alcopop.org>  Thu, 15 Nov 2007 14:13:49 +0930
+ -- Jon Dowland <jon at alcopop.org>  Thu, 15 Nov 2007 14:23:19 +0930
 
 foobillard (3.0a-2) unstable; urgency=low
 

Modified: packages/trunk/foobillard/debian/rules
===================================================================
--- packages/trunk/foobillard/debian/rules	2007-11-15 04:46:32 UTC (rev 4664)
+++ packages/trunk/foobillard/debian/rules	2007-11-15 04:55:44 UTC (rev 4665)
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 # This file is public domain software, originally written by Joey Hess.
 
+include /usr/share/quilt/quilt.make
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
@@ -46,12 +47,6 @@
 	-rm -f debian/foobillard.png
 	dh_clean
 
-patch:
-	$(MAKE) -f /usr/share/quilt/quilt.make patch
-
-unpatch:
-	$(MAKE) -f /usr/share/quilt/quilt.make unpatch
-
 install: build
 	dh_testdir
 	dh_testroot




More information about the Pkg-games-commits mailing list