[DebianGIS-dev] r526 - packages/thuban/debian

Paul Wise Away from net 3 months pabs-guest at costa.debian.org
Wed Aug 23 11:17:27 UTC 2006


Author: pabs-guest
Date: 2006-08-23 11:17:27 +0000 (Wed, 23 Aug 2006)
New Revision: 526

Modified:
   packages/thuban/debian/changelog
   packages/thuban/debian/rules
Log:
* Don't fail in the clean target when setup.py isn't there

Modified: packages/thuban/debian/changelog
===================================================================
--- packages/thuban/debian/changelog	2006-08-23 11:12:33 UTC (rev 525)
+++ packages/thuban/debian/changelog	2006-08-23 11:17:27 UTC (rev 526)
@@ -7,8 +7,9 @@
   * Make the homepage comply with the developers reference
   * Integrate changes by Martin Schulze's NMU (closes: #368060)
   * Update gdal build-depends to 1.3.2 (closes: #383145)
+  * Don't fail in the clean target when setup.py isn't there
 
- -- Paul Wise <pabs3 at bonedaddy.net>  Wed, 23 Aug 2006 19:11:22 +0800
+ -- Paul Wise <pabs3 at bonedaddy.net>  Wed, 23 Aug 2006 19:16:58 +0800
 
 thuban (1.0.1-1.1) unstable; urgency=medium
 

Modified: packages/thuban/debian/rules
===================================================================
--- packages/thuban/debian/rules	2006-08-23 11:12:33 UTC (rev 525)
+++ packages/thuban/debian/rules	2006-08-23 11:17:27 UTC (rev 526)
@@ -33,7 +33,7 @@
 	dh_testdir
 	dh_testroot
 
-	python setup.py clean
+	[ ! -f setup.py ] || python setup.py clean
 	find $(CURDIR) -name "*.mo" -exec rm -f {} \;
 	
 	rm -f build-stamp 




More information about the Pkg-grass-devel mailing list