[DebianGIS-dev] r1213 - packages/gpx2shp/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Wed Oct 17 11:06:33 UTC 2007


Author: frankie
Date: 2007-10-17 11:06:32 +0000 (Wed, 17 Oct 2007)
New Revision: 1213

Modified:
   packages/gpx2shp/debian/changelog
   packages/gpx2shp/debian/rules
Log:
Minor lintian fix


Modified: packages/gpx2shp/debian/changelog
===================================================================
--- packages/gpx2shp/debian/changelog	2007-10-17 10:32:48 UTC (rev 1212)
+++ packages/gpx2shp/debian/changelog	2007-10-17 11:06:32 UTC (rev 1213)
@@ -6,8 +6,9 @@
   * Debhelper compatibility changed to 5 and debian/control updated as consequence
   * Added me as Uploader
   * Fixed watch file
+  * Fixed lintian error: debian-rules-ignores-make-clean-error
 
- -- Francesco Paolo Lovergine <frankie at debian.org>  Wed, 28 Mar 2007 21:05:22 +0200
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Wed, 17 Oct 2007 12:58:07 +0200
 
 gpx2shp (0.69-2) unstable; urgency=low
 

Modified: packages/gpx2shp/debian/rules
===================================================================
--- packages/gpx2shp/debian/rules	2007-10-17 10:32:48 UTC (rev 1212)
+++ packages/gpx2shp/debian/rules	2007-10-17 11:06:32 UTC (rev 1213)
@@ -47,7 +47,8 @@
 	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 Pkg-grass-devel mailing list