This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository asc.
commit 12b690df1c3b26ab4a91c9e1dc60dbb5db896b0a Author: Barry deFreese <[email protected]> Date: Fri Oct 5 15:28:44 2007 +0000 Fix make clean warning --- debian/changelog | 3 +++ debian/rules | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1fa2a46..34c53e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,9 @@ asc (1.16.3.0-4) UNRELEASED; urgency=low [ Cyril Brulebois ] * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file. + [ Barry deFreese ] + * Fix make-clean lintian warning + -- Sam Hocevar (Debian packages) <[email protected]> Wed, 11 Jul 2007 19:30:13 +0200 asc (1.16.3.0-3) unstable; urgency=low diff --git a/debian/rules b/debian/rules index d9634ef..7f235e0 100755 --- a/debian/rules +++ b/debian/rules @@ -48,7 +48,7 @@ clean: dh_testroot rm -f build-stamp - -$(MAKE) clean + [ ! -f Makefile ] || $(MAKE) clean dh_clean install: build -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/asc.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

