[Python-modules-commits] r15283 - in packages/matplotlib/trunk/debian (3 files)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Mon Jan 10 23:35:25 UTC 2011
Date: Monday, January 10, 2011 @ 23:35:24
Author: morph
Revision: 15283
install examples sample data
Modified:
packages/matplotlib/trunk/debian/changelog
packages/matplotlib/trunk/debian/patches/30_disable_sample_downloads.patch
packages/matplotlib/trunk/debian/python-matplotlib-data.install
Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog 2011-01-10 23:29:06 UTC (rev 15282)
+++ packages/matplotlib/trunk/debian/changelog 2011-01-10 23:35:24 UTC (rev 15283)
@@ -9,9 +9,11 @@
- don't compress objects.inv; thanks to Michael Fladischer for the report;
Closes: #608760
* debian/rules, debian/patches/30_disable_sample_downloads.patch
- - bypass examples download from internet, but use local copy instead
+ - bypass examples data download from internet, but use local copy instead
+ * debian/python-matplotlib-data.install
+ - install examples sample data
- -- Sandro Tosi <morph at debian.org> Tue, 11 Jan 2011 00:28:26 +0100
+ -- Sandro Tosi <morph at debian.org> Tue, 11 Jan 2011 00:34:46 +0100
matplotlib (0.99.3-1) unstable; urgency=low
Modified: packages/matplotlib/trunk/debian/patches/30_disable_sample_downloads.patch
===================================================================
--- packages/matplotlib/trunk/debian/patches/30_disable_sample_downloads.patch 2011-01-10 23:29:06 UTC (rev 15282)
+++ packages/matplotlib/trunk/debian/patches/30_disable_sample_downloads.patch 2011-01-10 23:35:24 UTC (rev 15283)
@@ -12,4 +12,4 @@
-#examples.download : True # False to bypass downloading mechanism
-#examples.directory : '' # directory to look in if download is false
+examples.download : False # False to bypass downloading mechanism
-+examples.directory : '/usr/share/matplotlib/sample_data' # absolute directory to look in if download is false
++examples.directory : '/usr/share/matplotlib/sampledata' # absolute directory to look in if download is false
Modified: packages/matplotlib/trunk/debian/python-matplotlib-data.install
===================================================================
--- packages/matplotlib/trunk/debian/python-matplotlib-data.install 2011-01-10 23:29:06 UTC (rev 15282)
+++ packages/matplotlib/trunk/debian/python-matplotlib-data.install 2011-01-10 23:35:24 UTC (rev 15283)
@@ -4,3 +4,4 @@
lib/matplotlib/mpl-data/lineprops.glade /usr/share/matplotlib/mpl-data/
lib/matplotlib/mpl-data/matplotlib.conf /usr/share/matplotlib
lib/matplotlib/mpl-data/matplotlibrc /etc/
+sampledata/ /usr/share/matplotlib/sampledata/
More information about the Python-modules-commits
mailing list