[jasmin-sable] 12/78: Don't ignore clean target errors.

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Feb 10 23:34:36 UTC 2015


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 <chris at chris-lamb.co.uk>
Date:   Fri Feb 8 18:15:51 2008 +0000

    Don't ignore clean target errors.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>
---
 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 <chris at chris-lamb.co.uk>  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



More information about the pkg-java-commits mailing list