This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jasmin-sable.
commit 43b1dbefb317a30a10dbd3f56c0d1eb98bb990c4 Author: Chris Lamb <[email protected]> Date: Fri Feb 8 18:15:51 2008 +0000 Don't ignore clean target errors. Signed-off-by: Chris Lamb <[email protected]> --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0f39ec2..0ebd66c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ jasmin-sable (1.2-3) unstable; urgency=low * Add Homepage: field. * Add all copyright holders to copyright notice. * Bump Standards-Version to 3.7.3. + * Don't ignore clean target errors. -- Chris Lamb <[email protected]> Fri, 08 Feb 2008 08:45:38 +0000 diff --git a/debian/rules b/debian/rules index c80934c..bff4a2c 100755 --- a/debian/rules +++ b/debian/rules @@ -32,7 +32,7 @@ clean: unpatch cp -f ./debian/Makefile-jasmin ./Makefile - -$(MAKE) clean + $(MAKE) clean dh_clean -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jasmin-sable.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

