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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Mon Jan 3 12:28:18 UTC 2011


    Date: Monday, January 3, 2011 @ 12:28:16
  Author: morph
Revision: 15246

* debian/rules
  - don't compress objects.inv; thanks to Michael Fladischer for the report;
    Closes: #608771

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

Modified: packages/numpy/trunk/debian/changelog
===================================================================
--- packages/numpy/trunk/debian/changelog	2011-01-03 12:27:22 UTC (rev 15245)
+++ packages/numpy/trunk/debian/changelog	2011-01-03 12:28:16 UTC (rev 15246)
@@ -1,3 +1,11 @@
+python-numpy (1:1.5.1-2) UNRELEASED; urgency=low
+
+  * debian/rules
+    - don't compress objects.inv; thanks to Michael Fladischer for the report;
+      Closes: #608771
+
+ -- Sandro Tosi <morph at debian.org>  Mon, 03 Jan 2011 13:27:51 +0100
+
 python-numpy (1:1.5.1-1) experimental; urgency=low
 
   * New upstream release

Modified: packages/numpy/trunk/debian/rules
===================================================================
--- packages/numpy/trunk/debian/rules	2011-01-03 12:27:22 UTC (rev 15245)
+++ packages/numpy/trunk/debian/rules	2011-01-03 12:28:16 UTC (rev 15246)
@@ -74,7 +74,7 @@
 	echo "numpy python-numpy (>= 1:1.5.1), python-numpy (<< 1:1.6)" > debian/python-numpy/usr/share/python/dist/python-numpy
 
 override_dh_compress:
-	dh_compress -X.js
+	dh_compress -X.js -Xobjects.inv
 
 override_dh_strip:
 ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))




More information about the Python-modules-commits mailing list