[pangzero] 31/68: Remember to actually enable quilt in rules.

Markus Koschany apo at moszumanska.debian.org
Wed Jun 8 06:58:35 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository pangzero.

commit 9b31f030513084e1154503705958a26ca3db3e56
Author: Barry deFreese <bdefreese at debian.org>
Date:   Tue Mar 17 19:30:54 2009 +0000

    Remember to actually enable quilt in rules.
---
 debian/rules | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 32a9028..9e0976e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,9 @@ endif
 
 config.status: configure
 	dh_testdir
-	#QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
+
+	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
+
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
 	cp -f /usr/share/misc/config.sub config.sub
 endif
@@ -44,7 +46,9 @@ clean:
 	rm -f build-stamp 
 	[ ! -f Makefile ] || $(MAKE) distclean
 	-rm -f config.sub config.guess config.log config.status
-	#QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
+
+	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
+
 	dh_clean 
 
 install: build

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/pangzero.git



More information about the Pkg-games-commits mailing list