[Python-modules-commits] r7972 - in packages/matplotlib/trunk/debian (changelog rules)

bdrung-guest at users.alioth.debian.org bdrung-guest at users.alioth.debian.org
Tue Mar 24 01:12:59 UTC 2009


    Date: Tuesday, March 24, 2009 @ 01:12:58
  Author: bdrung-guest
Revision: 7972

debian/rules: In clean target use rm -rf instead dh_clean for removing build directory; thanks Andrew Straw for the patch

Modified:
  packages/matplotlib/trunk/debian/changelog
  packages/matplotlib/trunk/debian/rules

Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog	2009-03-24 00:53:49 UTC (rev 7971)
+++ packages/matplotlib/trunk/debian/changelog	2009-03-24 01:12:58 UTC (rev 7972)
@@ -1,8 +1,11 @@
 matplotlib (0.98.5.2-2) UNRELEASED; urgency=low
 
   * debian/control: Rename python-enthought-traits to python-traits
+  * debian/rules
+    - In clean target use rm -rf instead dh_clean for removing build directory;
+      thanks Andrew Straw for the patch
 
- -- Benjamin Drung <benjamin.drung at gmail.com>  Thu, 15 Jan 2009 01:18:27 +0100
+ -- Benjamin Drung <benjamin.drung at gmail.com>  Tue, 24 Mar 2009 02:09:03 +0100
 
 matplotlib (0.98.5.2-1) experimental; urgency=low
 

Modified: packages/matplotlib/trunk/debian/rules
===================================================================
--- packages/matplotlib/trunk/debian/rules	2009-03-24 00:53:49 UTC (rev 7971)
+++ packages/matplotlib/trunk/debian/rules	2009-03-24 01:12:58 UTC (rev 7972)
@@ -61,7 +61,8 @@
 	         lib/matplotlib/mpl-data/matplotlibrc                      \
 		 doc/mpl_data/matplotlib.conf doc/mpl_data/matplotlibrc    \
 		 setup.cfg doc/_static/inheritance* doc/_static/math-*.png \
-		 doc/test.png build
+		 doc/test.png
+	rm -rf build
 
 # install
 install-arch: build-arch $(PYVERS:%=install-stamp-%)




More information about the Python-modules-commits mailing list