[Pkg-isocodes-devel] r937 - trunk/iso-codes/debian

toddy-guest at alioth.debian.org toddy-guest at alioth.debian.org
Mon Jul 23 18:54:52 UTC 2007


Author: toddy-guest
Date: 2007-07-23 18:54:52 +0000 (Mon, 23 Jul 2007)
New Revision: 937

Modified:
   trunk/iso-codes/debian/changelog
   trunk/iso-codes/debian/rules
Log:
The clean rule in debian/rules now only ignores missing Makefile
errors but catches all other errors. This fixes a lintian warning.


Modified: trunk/iso-codes/debian/changelog
===================================================================
--- trunk/iso-codes/debian/changelog	2007-07-23 18:18:52 UTC (rev 936)
+++ trunk/iso-codes/debian/changelog	2007-07-23 18:54:52 UTC (rev 937)
@@ -1,3 +1,10 @@
+iso-codes (1.3-2) unstable; urgency=low
+
+  * The clean rule in debian/rules now only ignores missing Makefile
+    errors but catches all other errors. This fixes a lintian warning.
+
+ -- Tobias Toedter <t.toedter at gmx.net>  Mon, 23 Jul 2007 20:22:15 +0200
+
 iso-codes (1.3-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/iso-codes/debian/rules
===================================================================
--- trunk/iso-codes/debian/rules	2007-07-23 18:18:52 UTC (rev 936)
+++ trunk/iso-codes/debian/rules	2007-07-23 18:54:52 UTC (rev 937)
@@ -26,7 +26,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp 
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	dh_clean
 
 




More information about the Pkg-isocodes-devel mailing list