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

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


    Date: Monday, January 3, 2011 @ 12:25:31
  Author: morph
Revision: 15243

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

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

Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog	2011-01-03 12:23:57 UTC (rev 15242)
+++ packages/matplotlib/trunk/debian/changelog	2011-01-03 12:25:31 UTC (rev 15243)
@@ -5,8 +5,11 @@
     - updated to new upstream code
   * debian/patches/30_doc_pass_dpi.patch
     - removed, merged upstream
+  * debian/rules
+    - don't compress objects.inv; thanks to Michael Fladischer for the report;
+      Closes: #608760
 
- -- Sandro Tosi <morph at debian.org>  Sun, 02 Jan 2011 20:46:14 +0100
+ -- Sandro Tosi <morph at debian.org>  Mon, 03 Jan 2011 13:25:00 +0100
 
 matplotlib (0.99.3-1) unstable; urgency=low
 

Modified: packages/matplotlib/trunk/debian/rules
===================================================================
--- packages/matplotlib/trunk/debian/rules	2011-01-03 12:23:57 UTC (rev 15242)
+++ packages/matplotlib/trunk/debian/rules	2011-01-03 12:25:31 UTC (rev 15243)
@@ -114,7 +114,7 @@
 	dh_installchangelogs -i CHANGELOG
 	dh_installdocs -p$(pd) -i doc/build/html/ doc/build/latex/Matplotlib.pdf
 	dh_installexamples -p$(pd) -i examples/*
-	dh_compress -i -Xexamples -Xexamples/data -Xpdf -X.js
+	dh_compress -i -Xexamples -Xexamples/data -Xpdf -X.js -Xobjects.inv
 	ln -sf /usr/share/javascript/jquery/jquery.js \
 		$(CURDIR)/debian/$(pd)/usr/share/doc/python-matplotlib-doc/html/_static/jquery.js
 	dh_link -i




More information about the Python-modules-commits mailing list