[Debian-hebrew-package] r667 - in /pkg/aspell-he/trunk/debian: changelog rules

baruch at users.alioth.debian.org baruch at users.alioth.debian.org
Sat Dec 29 05:23:46 UTC 2007


Author: baruch
Date: Sat Dec 29 05:23:46 2007
New Revision: 667

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

Modified:
    pkg/aspell-he/trunk/debian/changelog
    pkg/aspell-he/trunk/debian/rules

Modified: pkg/aspell-he/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/aspell-he/trunk/debian/changelog?rev=667&op=diff
==============================================================================
--- pkg/aspell-he/trunk/debian/changelog (original)
+++ pkg/aspell-he/trunk/debian/changelog Sat Dec 29 05:23:46 2007
@@ -4,6 +4,7 @@
   * Doesn't have a homepage, What was marked as homepage was just the source of download
   * Add pointers to the subversion repository in the control headers
   * Update Standards-Version to 3.7.3, no changes needed
+  * Do not ignore errors in make distclean
 
  -- Baruch Even <baruch at debian.org>  Sat, 29 Dec 2007 07:11:49 +0200
 

Modified: pkg/aspell-he/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/aspell-he/trunk/debian/rules?rev=667&op=diff
==============================================================================
--- pkg/aspell-he/trunk/debian/rules (original)
+++ pkg/aspell-he/trunk/debian/rules Sat Dec 29 05:23:46 2007
@@ -23,7 +23,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	dh_clean
 
 install: DH_OPTIONS=




More information about the Debian-hebrew-package mailing list