[Debian-hebrew-package] r656 - in /pkg/libhdate/trunk/debian: changelog rules

baruch at users.alioth.debian.org baruch at users.alioth.debian.org
Thu Dec 27 19:21:13 UTC 2007


Author: baruch
Date: Thu Dec 27 19:21:13 2007
New Revision: 656

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

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

Modified: pkg/libhdate/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/libhdate/trunk/debian/changelog?rev=656&op=diff
==============================================================================
--- pkg/libhdate/trunk/debian/changelog (original)
+++ pkg/libhdate/trunk/debian/changelog Thu Dec 27 19:21:13 2007
@@ -3,8 +3,9 @@
   * Add arm as a supported arch for libhdate-pascal (Closes: #457448)
   * Increased Standards-Version to 3.7.3, No changes needed.
   * Moved the Homepage to the control headers from the description
+  * Do not disable errors in make distclean
 
- -- Baruch Even <baruch at debian.org>  Thu, 27 Dec 2007 21:12:13 +0200
+ -- Baruch Even <baruch at debian.org>  Thu, 27 Dec 2007 21:20:30 +0200
 
 libhdate (1.4.9-2) unstable; urgency=low
 

Modified: pkg/libhdate/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/libhdate/trunk/debian/rules?rev=656&op=diff
==============================================================================
--- pkg/libhdate/trunk/debian/rules (original)
+++ pkg/libhdate/trunk/debian/rules Thu Dec 27 19:21:13 2007
@@ -59,7 +59,7 @@
 	rm -f build-stamp 
 
 	# Add here commands to clean up after the build process.
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 
 
 	dh_clean -s config.log




More information about the Debian-hebrew-package mailing list