[DebianGIS-dev] r1212 - packages/grass/trunk/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Wed Oct 17 10:32:48 UTC 2007


Author: frankie
Date: 2007-10-17 10:32:48 +0000 (Wed, 17 Oct 2007)
New Revision: 1212

Modified:
   packages/grass/trunk/debian/changelog
   packages/grass/trunk/debian/rules
Log:
Fixing minor lintian error


Modified: packages/grass/trunk/debian/changelog
===================================================================
--- packages/grass/trunk/debian/changelog	2007-10-17 10:31:24 UTC (rev 1211)
+++ packages/grass/trunk/debian/changelog	2007-10-17 10:32:48 UTC (rev 1212)
@@ -3,8 +3,9 @@
   NOT YET RELEASED
   * Added the new Homepage field to debian/control.
   * Updated obsolete ${Source-Version} to ${binary:Version}.
+  * Fixed lintian error: : debian-rules-ignores-make-clean-error
 
- -- Francesco Paolo Lovergine <frankie at debian.org>  Tue, 02 Oct 2007 00:03:45 +0200
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Wed, 17 Oct 2007 12:32:12 +0200
 
 grass (6.2.2-2) unstable; urgency=medium
 

Modified: packages/grass/trunk/debian/rules
===================================================================
--- packages/grass/trunk/debian/rules	2007-10-17 10:31:24 UTC (rev 1211)
+++ packages/grass/trunk/debian/rules	2007-10-17 10:32:48 UTC (rev 1212)
@@ -79,7 +79,8 @@
 	dh_testroot
 
 	# 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 Pkg-grass-devel mailing list