[Python-modules-commits] r15244 - in packages/mpmath/trunk/debian (changelog rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Mon Jan 3 12:26:25 UTC 2011


    Date: Monday, January 3, 2011 @ 12:26:23
  Author: morph
Revision: 15244

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

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

Modified: packages/mpmath/trunk/debian/changelog
===================================================================
--- packages/mpmath/trunk/debian/changelog	2011-01-03 12:25:31 UTC (rev 15243)
+++ packages/mpmath/trunk/debian/changelog	2011-01-03 12:26:23 UTC (rev 15244)
@@ -1,3 +1,11 @@
+mpmath (0.16-2) UNRELEASED; urgency=low
+
+  * debian/rules
+    - don't compress objects.inv; thanks to Michael Fladischer for the report;
+      Closes: #608762
+
+ -- Sandro Tosi <morph at debian.org>  Mon, 03 Jan 2011 13:25:54 +0100
+
 mpmath (0.16-1) experimental; urgency=low
 
   * New upstream release

Modified: packages/mpmath/trunk/debian/rules
===================================================================
--- packages/mpmath/trunk/debian/rules	2011-01-03 12:25:31 UTC (rev 15243)
+++ packages/mpmath/trunk/debian/rules	2011-01-03 12:26:23 UTC (rev 15244)
@@ -53,7 +53,7 @@
 	dh_installdocs
 	dh_installexamples	-ppython-mpmath-doc demo/*
 	dh_pysupport
-	dh_compress		-X.py -X.js
+	dh_compress		-X.py -X.js -Xobjects.inv
 	ln -sf /usr/share/javascript/jquery/jquery.js \
 		$(CURDIR)/debian/python-mpmath-doc/usr/share/doc/python-mpmath-doc/html/_static/jquery.js
 	dh_link




More information about the Python-modules-commits mailing list