This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository antlr.
commit 5db669bbee4c6aadac60f6c981d31f6fb6421f00 Author: Jeroen van Wolffelaar <[email protected]> Date: Fri Apr 1 10:10:14 2005 +0000 Remove all Makefile's on clean --- debian/changelog | 3 ++- debian/rules | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6ef71eb..06ebcc5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ antlr (2.7.5-4) unstable; urgency=low * antlr: make example files not executable + * Remove all Makefile's on clean (Jeroen van Wolffelaar) - -- Michael Koch <[email protected]> Fri, 1 Apr 2005 09:30:03 +0000 + -- Michael Koch <[email protected]> Fri, 01 Apr 2005 12:08:38 +0200 antlr (2.7.5-3) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 8b26e95..780386e 100755 --- a/debian/rules +++ b/debian/rules @@ -35,6 +35,7 @@ clean: -rm -f lib/cpp/config.sub lib/cpp/config.guess lib/cpp/config.cache lib/cpp/config.log -rm -f lib/cpp/scripts/config.sub lib/cpp/scripts/config.guess lib/cpp/scripts/config.cache lib/cpp/scripts/config.log -rm config.status config.log + find -name Makefile | xargs -r rm dh_clean install-indep: build-indep -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/antlr.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

