[Python-modules-commits] r13545 - in packages/python-networkx/trunk/debian (changelog rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Tue Jun 22 21:59:26 UTC 2010


    Date: Tuesday, June 22, 2010 @ 21:59:25
  Author: morph
Revision: 13545

* debian/rules
  - use '-f' option of rm instead of the make-way of ignoring error

Modified:
  packages/python-networkx/trunk/debian/changelog
  packages/python-networkx/trunk/debian/rules

Modified: packages/python-networkx/trunk/debian/changelog
===================================================================
--- packages/python-networkx/trunk/debian/changelog	2010-06-22 21:45:26 UTC (rev 13544)
+++ packages/python-networkx/trunk/debian/changelog	2010-06-22 21:59:25 UTC (rev 13545)
@@ -2,8 +2,10 @@
 
   * debian/{control, source/format, rules}
     - switch to '3.0 (quilt)' source format
+  * debian/rules
+    - use '-f' option of rm instead of the make-way of ignoring error
 
- -- Sandro Tosi <morph at debian.org>  Tue, 22 Jun 2010 23:44:55 +0200
+ -- Sandro Tosi <morph at debian.org>  Tue, 22 Jun 2010 23:55:40 +0200
 
 python-networkx (1.1-1) unstable; urgency=low
 

Modified: packages/python-networkx/trunk/debian/rules
===================================================================
--- packages/python-networkx/trunk/debian/rules	2010-06-22 21:45:26 UTC (rev 13544)
+++ packages/python-networkx/trunk/debian/rules	2010-06-22 21:59:25 UTC (rev 13545)
@@ -17,7 +17,7 @@
 	dh_testroot
 
 	# Add here commands to clean up after the build process.
-	-rm -r build
+	rm -fr build
 
 	# Make sure that there's no .pyc left
 	find . -name '*.pyc' -exec rm {} ';'




More information about the Python-modules-commits mailing list