[Python-modules-commits] r21683 - in packages/numpy/trunk/debian (changelog rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Thu May 10 17:44:39 UTC 2012


    Date: Thursday, May 10, 2012 @ 17:44:37
  Author: morph
Revision: 21683

remove leftover from build process, so the package can be built twice in a
row; thanks to Jakub Wilk for the report; Closes: #671194

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

Modified: packages/numpy/trunk/debian/changelog
===================================================================
--- packages/numpy/trunk/debian/changelog	2012-05-10 07:49:40 UTC (rev 21682)
+++ packages/numpy/trunk/debian/changelog	2012-05-10 17:44:37 UTC (rev 21683)
@@ -11,11 +11,13 @@
   * debian/rules
     - link the include directory to the right path to the header files; thanks
       to Marc J. Driftmeyer for the report; Closes: #670970
+    - remove leftover from build process, so the package can be built twice in a
+      row; thanks to Jakub Wilk for the report; Closes: #671194
   * debian/python-numpy.links
     - correctly generate symlinks to numarray include files; thanks to Ian
       Zimmerman for the report; Closes: #631677
 
- -- Sandro Tosi <morph at debian.org>  Tue, 08 May 2012 23:04:39 +0200
+ -- Sandro Tosi <morph at debian.org>  Thu, 10 May 2012 19:41:52 +0200
 
 python-numpy (1:1.6.1-8) unstable; urgency=low
 

Modified: packages/numpy/trunk/debian/rules
===================================================================
--- packages/numpy/trunk/debian/rules	2012-05-10 07:49:40 UTC (rev 21682)
+++ packages/numpy/trunk/debian/rules	2012-05-10 17:44:37 UTC (rev 21683)
@@ -25,6 +25,7 @@
 	rm -rf `find -name build -type d`
 	rm -rf `find . -name "*.pyc" -type f`
 	rm -rf debian/tmp2
+	rm -rf doc/fontList.cache numpy/f2py/docs/usersguide/index.html
 
 override_dh_installman:
 	dh_installman numpy/f2py/f2py.1




More information about the Python-modules-commits mailing list