r2043 - packages/trunk/fwp/debian

Gonéri Le Bouder goneri-guest at alioth.debian.org
Thu Dec 7 23:16:38 CET 2006


Author: goneri-guest
Date: 2006-12-07 23:16:37 +0100 (Thu, 07 Dec 2006)
New Revision: 2043

Modified:
   packages/trunk/fwp/debian/control
   packages/trunk/fwp/debian/rules
Log:
transition to quilt


Modified: packages/trunk/fwp/debian/control
===================================================================
--- packages/trunk/fwp/debian/control	2006-12-07 22:12:43 UTC (rev 2042)
+++ packages/trunk/fwp/debian/control	2006-12-07 22:16:37 UTC (rev 2043)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Miriam Ruiz <little_miry at yahoo.es>, Gonéri Le Bouder <goneri at rulezlan.org>
-Build-Depends: debhelper (>= 5.0.0), autotools-dev, libogre-dev, libcegui-mk2-dev, libode0-dev, libsdl1.2-dev, libsdl-net1.2-dev, libsdl-mixer1.2-dev, docbook-to-man  
-Standards-Version: 3.7.0
+Build-Depends: debhelper (>= 5.0.0), autotools-dev, libogre-dev, libcegui-mk2-dev, libode0-dev, libsdl1.2-dev, libsdl-net1.2-dev, libsdl-mixer1.2-dev, docbook-to-man, quilt 
+Standards-Version: 3.7.2
 
 Package: fwp
 Architecture: any

Modified: packages/trunk/fwp/debian/rules
===================================================================
--- packages/trunk/fwp/debian/rules	2006-12-07 22:12:43 UTC (rev 2042)
+++ packages/trunk/fwp/debian/rules	2006-12-07 22:16:37 UTC (rev 2043)
@@ -28,17 +28,8 @@
 ifneq "$(wildcard /usr/share/misc/config.guess)" ""
 	cp -f /usr/share/misc/config.guess config.guess
 endif
+	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
 
-	for i in debian/patches/*.diff; do \
-		test -e "$$i.stamp" || patch -p1 <"$$i" && touch "$$i.stamp"; \
-		done
-
-	# Add here commands to configure the package.
-	CFLAGS="$(CFLAGS) -Wl,-z,defs" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
-		--prefix=/usr --bindir=\$${prefix}/games --datadir=\$${prefix}/share/games \
-		--mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
-
-
 build: build-stamp
 
 build-stamp:  config.status
@@ -54,15 +45,11 @@
 	dh_testdir
 	dh_testroot
 
-	-for i in debian/patches/*.diff; do \
-		test -e "$$i.stamp" && patch -p1 -R <"$$i" && rm -f "$$i.stamp"; \
-		done
-
 	rm -f build-stamp 
 
 	# Add here commands to clean up after the build process.
 	-$(MAKE) distclean
-
+	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 	rm -f config.sub config.guess config.log
 
 	dh_clean 




More information about the Pkg-games-commits mailing list