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 <[EMAIL PROTECTED]>  Wed, 23 Aug 2006 19:11:22 +0800
+ -- Paul Wise <[EMAIL PROTECTED]>  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 


_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to