[blockattack] 20/88: if quilt is not installed in the chroot, the make clean doesn't fail anymore

Markus Koschany apo-guest at moszumanska.debian.org
Wed Jan 6 11:53:24 UTC 2016


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

apo-guest pushed a commit to branch master
in repository blockattack.

commit d55d21fc18131227cc3c4a9b900a7b229546dfc7
Author: Gonéri Le Bouder <goneri at rulezlan.org>
Date:   Mon Sep 4 14:24:32 2006 +0000

    if quilt is not installed in the chroot, the make clean doesn't fail anymore
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index b347530..d6507b0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ build-stamp:
 clean:
 	dh_testdir
 	scons -c
-	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/blockattack.git



More information about the Pkg-games-commits mailing list