[netpanzer] 44/118: Also use scons in debian/rules clean
Markus Koschany
apo at moszumanska.debian.org
Sun Jun 5 10:18:17 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository netpanzer.
commit c27bea2511d8ac699ec7af01f2c8348cedf69307
Author: Alexander Reichle-Schmehl <tolimar at debian.org>
Date: Thu Jan 19 16:52:26 2012 +0000
Also use scons in debian/rules clean
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 4d5ea7d..38a57ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
INSTALL_PROGRAM += -s
endif
-config.status: configure
+config.status:
dh_testdir
QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
@@ -39,7 +39,7 @@ clean:
dh_testroot
rm -f build-stamp config.log
- if test -f $(CURDIR)/Jamconfig; then jam distclean; fi
+ scons --clean
QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
rm -rf .pc
dh_clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/netpanzer.git
More information about the Pkg-games-commits
mailing list