[Debian-hebrew-package] r692 - in /pkg/fribidi/trunk/debian: changelog rules

baruch at users.alioth.debian.org baruch at users.alioth.debian.org
Sat Dec 29 12:47:26 UTC 2007


Author: baruch
Date: Sat Dec 29 12:47:26 2007
New Revision: 692

URL: http://svn.debian.org/wsvn/debian-hebrew/?sc=1&rev=692
Log:
* Do not ignore errors for make clean

Modified:
    pkg/fribidi/trunk/debian/changelog
    pkg/fribidi/trunk/debian/rules

Modified: pkg/fribidi/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/fribidi/trunk/debian/changelog?rev=692&op=diff
==============================================================================
--- pkg/fribidi/trunk/debian/changelog (original)
+++ pkg/fribidi/trunk/debian/changelog Sat Dec 29 12:47:26 2007
@@ -7,6 +7,9 @@
   [ Lior Kaplan ]
   * Update debian/control so packages are binNMU safe.
     See http://wiki.debian.org/binNMU for more info.
+
+  [ Baruch Even ]
+  * Do not ignore errors for make clean
 
  -- Lior Kaplan <kaplan at debian.org>  Thu, 21 Jun 2007 13:08:00 +0100
 

Modified: pkg/fribidi/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/fribidi/trunk/debian/rules?rev=692&op=diff
==============================================================================
--- pkg/fribidi/trunk/debian/rules (original)
+++ pkg/fribidi/trunk/debian/rules Sat Dec 29 12:47:26 2007
@@ -42,7 +42,7 @@
 	rm -f build-stamp configure-stamp
 	rm -rf $(CURDIR)/debian/tmp
 
-	-$(MAKE) clean
+	[ ! -f Makefile ] || $(MAKE) clean
 
 	dh_clean config.log config.status
 




More information about the Debian-hebrew-package mailing list