This is an automated email from the git hooks/post-receive script. intrigeri pushed a commit to branch master in repository libparse-debianchangelog-perl.
commit ad72a941c427edb342cf3eb29e4ee9c1d65a65e5 Author: Frank Lichtenheld <[email protected]> Date: Mon Jul 16 04:01:56 2007 +0200 debian/rules: Fix clean rule There is no distclean target anymore. On the other hand, let's just call the target unconditionally, which might generate the Build file and delete it again, but what the heck... --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index cd70dcd..c4b60ae 100755 --- a/debian/rules +++ b/debian/rules @@ -32,7 +32,7 @@ clean: dh_testroot # Add commands to clean up after the build process here - -$(MAKE) distclean + $(MAKE) clean dh_clean build-stamp install-stamp -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libparse-debianchangelog-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
