[Debian-hebrew-package] r704 - in /pkg/hocr/trunk/debian: changelog rules

baruch at users.alioth.debian.org baruch at users.alioth.debian.org
Sat Dec 29 15:55:18 UTC 2007


Author: baruch
Date: Sat Dec 29 15:55:17 2007
New Revision: 704

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

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

Modified: pkg/hocr/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/hocr/trunk/debian/changelog?rev=704&op=diff
==============================================================================
--- pkg/hocr/trunk/debian/changelog (original)
+++ pkg/hocr/trunk/debian/changelog Sat Dec 29 15:55:17 2007
@@ -2,6 +2,7 @@
 
   * Move Homepage from description to control field
   * Add Vcs-* fields
+  * Do not ignore errors of make distclean
 
  -- Baruch Even <baruch at debian.org>  Sat, 29 Dec 2007 17:52:56 +0200
 

Modified: pkg/hocr/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/hocr/trunk/debian/rules?rev=704&op=diff
==============================================================================
--- pkg/hocr/trunk/debian/rules (original)
+++ pkg/hocr/trunk/debian/rules Sat Dec 29 15:55:17 2007
@@ -54,7 +54,7 @@
 	rm -f build-stamp 
 
 	# Add here commands to clean up after the build process.
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
 	cp -f /usr/share/misc/config.sub config.sub
 endif




More information about the Debian-hebrew-package mailing list