[game-data-packager] 51/293: Cleaned up clean target
Simon McVittie
smcv at debian.org
Fri Oct 14 00:11:55 UTC 2016
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch quake
in repository game-data-packager.
commit af738230a16fd39f691ae139f4ab153fe2d8e669
Author: Jack Coulter <jscinoz at gmail.com>
Date: Thu Jun 26 06:35:08 2008 +0000
Cleaned up clean target
---
debian/rules | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index 607f7b5..b90ca9c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,10 +31,10 @@ build-arch-stamp:
clean:
dh_testdir
dh_testroot
- rm -f ioquake3 ioq3ded
- $(MAKE) clean
+ rm -f ioquake3 ioq3ded configure-stamp
+ rm -rf build
- rm -rf build configure-stamp
+ $(MAKE) clean
dh_clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git
More information about the Pkg-games-commits
mailing list