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

certik-guest at users.alioth.debian.org certik-guest at users.alioth.debian.org
Sun Mar 9 17:12:05 UTC 2008


    Date: Sunday, March 9, 2008 @ 17:12:03
  Author: certik-guest
Revision: 4764

the package is lintian clean now. :)

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

Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog	2008-03-09 17:00:58 UTC (rev 4763)
+++ packages/matplotlib/trunk/debian/changelog	2008-03-09 17:12:03 UTC (rev 4764)
@@ -11,8 +11,10 @@
   * Package descriptions fixed (python -> Python) 
   * Homepage field added (and removed from description)
   * python-matplotlib-doc package moved to the "doc" Section
+  * /usr/share/matplotlib/mpl-data/images/*.svg made chmod 644 (i.e. not
+    executable) 
 
- -- Ondrej Certik <ondrej at certik.cz>  Sun, 09 Mar 2008 18:00:09 +0100
+ -- Ondrej Certik <ondrej at certik.cz>  Sun, 09 Mar 2008 18:04:19 +0100
 
 matplotlib (0.90.1-3.1) unstable; urgency=medium
 

Modified: packages/matplotlib/trunk/debian/rules
===================================================================
--- packages/matplotlib/trunk/debian/rules	2008-03-09 17:00:58 UTC (rev 4763)
+++ packages/matplotlib/trunk/debian/rules	2008-03-09 17:12:03 UTC (rev 4764)
@@ -65,6 +65,7 @@
 	rm -fr $(CURDIR)/debian/$(pdata)/usr/share/matplotlib/mpl-data/fonts/ttf/*.TXT
 	rm -fr $(CURDIR)/debian/$(pdata)/usr/share/matplotlib/mpl-data/fonts/ttf/local.conf
 	rm -fr $(CURDIR)/debian/$(pdata)/usr/share/matplotlib/mpl-data/fonts/pdfcorefonts/readme.txt
+	chmod 644 $(CURDIR)/debian/$(pdata)/usr/share/matplotlib/mpl-data/images/*.svg
 
 
 # binary




More information about the Python-modules-commits mailing list