[DebianGIS-dev] r1210 - packages/geos/trunk/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Wed Oct 17 10:30:59 UTC 2007


Author: frankie
Date: 2007-10-17 10:30:59 +0000 (Wed, 17 Oct 2007)
New Revision: 1210

Modified:
   packages/geos/trunk/debian/changelog
   packages/geos/trunk/debian/rules
Log:
Minor lintian fix


Modified: packages/geos/trunk/debian/changelog
===================================================================
--- packages/geos/trunk/debian/changelog	2007-10-16 20:53:44 UTC (rev 1209)
+++ packages/geos/trunk/debian/changelog	2007-10-17 10:30:59 UTC (rev 1210)
@@ -6,8 +6,11 @@
   [ Paul Wise ]
   * Switch to the new Homepage field
 
- -- Paul Wise <pabs at debian.org>  Thu, 27 Sep 2007 10:54:32 +1000
+  [ Francesco Paolo Lovergine ]
+  * Fixed lintian errore: debian-rules-ignores-make-clean-error  
 
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Wed, 17 Oct 2007 12:30:10 +0200
+
 geos (2.2.3-3) unstable; urgency=low
 
   * debian/control: move doxygen from build-depends-indep to build-depends.

Modified: packages/geos/trunk/debian/rules
===================================================================
--- packages/geos/trunk/debian/rules	2007-10-16 20:53:44 UTC (rev 1209)
+++ packages/geos/trunk/debian/rules	2007-10-17 10:30:59 UTC (rev 1210)
@@ -74,7 +74,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-arch-stamp build-indep-stamp
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	[ -f config.sub.bak ] && mv config.sub.bak config.sub || true
 	[ -f config.guess.bak ] && mv config.guess.bak config.guess || true
 	dh_clean 




More information about the Pkg-grass-devel mailing list