[SCM] Packaging for scorched3d branch, master, updated. upstream/42.1dfsg-44-g7acc38e

Bruno Kleinert fuddl at tauware.de
Fri Nov 20 14:23:28 UTC 2009


The following commit has been merged in the master branch:
commit a114d3f3b23f20a9066e427bba12bad47257264f
Author: Bruno Kleinert <fuddl at tauware.de>
Date:   Fri Nov 20 13:35:35 2009 +0100

    Purge quilt calls from rules file
    
    We don't need to care for patch and unpatch targets anymory, since the package
    is now in 3.0 (quilt) format.

diff --git a/debian/rules b/debian/rules
index 16f60c9..e2c5899 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,18 +36,7 @@ else
 	CFLAGS += -O2
 endif
 
-patch: patch-stamp
-patch-stamp:
-	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
-	touch patch-stamp
-
-unpatch:
-	[ ! -f patch-stamp ] || \
-		QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
-	rm -f patch-stamp
-	rm -rf .pc
-
-config.status: patch-stamp
+config.status:
 	dh_testdir
 	sh ./autogen.sh $(confflags)
 
@@ -57,18 +46,14 @@ build-stamp: config.status
 	$(MAKE)
 	touch build-stamp
 
-clean: clean-patched
-clean-patched: patch-stamp
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp 
 	[ ! -f Makefile ] || $(MAKE) distclean
-	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 	dh_clean debian/scorched3d.png
 	rm -f data/fonts/test.ttf
 	rm -f config.log config.status
-	rm -rf .pc
-	rm -f patch-stamp
 	dh_clean 
 
 install: build

-- 
Packaging for scorched3d



More information about the Pkg-games-commits mailing list