r9616 - packages/trunk/bloboats/debian

Gonéri Le Bouder goneri at alioth.debian.org
Sat Apr 18 21:51:44 UTC 2009


Author: goneri
Date: 2009-04-18 21:51:44 +0000 (Sat, 18 Apr 2009)
New Revision: 9616

Modified:
   packages/trunk/bloboats/debian/changelog
   packages/trunk/bloboats/debian/rules
Log:
* Use /usr/share/quilt/quilt.make to call quilt
* Unapply the patches during the clean, thanks Raphael Geisser


Modified: packages/trunk/bloboats/debian/changelog
===================================================================
--- packages/trunk/bloboats/debian/changelog	2009-04-18 09:08:08 UTC (rev 9615)
+++ packages/trunk/bloboats/debian/changelog	2009-04-18 21:51:44 UTC (rev 9616)
@@ -1,10 +1,15 @@
 bloboats (1.0.1.dsfg-3) UNRELEASED; urgency=low
 
+  [ Paul Wise ]
   * Add a watch file
   * Update upstream URLs
 
- -- Paul Wise <pabs at debian.org>  Sat, 31 Jan 2009 19:03:27 +0900
+  [ Gonéri Le Bouder ]
+  * Use /usr/share/quilt/quilt.make to call quilt
+  * Unapply the patches during the clean, thanks Raphael Geisser
 
+ -- Gonéri Le Bouder <goneri at rulezlan.org>  Sat, 18 Apr 2009 23:48:41 +0200
+
 bloboats (1.0.1.dsfg-2) unstable; urgency=low
 
   [ William Lima ]

Modified: packages/trunk/bloboats/debian/rules
===================================================================
--- packages/trunk/bloboats/debian/rules	2009-04-18 09:08:08 UTC (rev 9615)
+++ packages/trunk/bloboats/debian/rules	2009-04-18 21:51:44 UTC (rev 9616)
@@ -1,21 +1,19 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 #export DH_VERBOSE=1
+include /usr/share/quilt/quilt.make
 
-
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
-	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
 	make DATADIR=/usr/share/games/bloboats
 	docbook-to-man debian/bloboats.sgml > debian/bloboats.6
 	touch build-stamp
 
-clean:
+clean: unpatch
 	dh_testdir
 	# first make clean failes
 	- make clean
-	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 	rm -f debian/bloboats.6
 	dh_clean
 




More information about the Pkg-games-commits mailing list