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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Fri Nov 9 19:21:51 UTC 2012


    Date: Friday, November 9, 2012 @ 19:21:50
  Author: morph
Revision: 22931

* debian/rules
  - no longer set examples.* options in matplotlibrc when building doc (they
    are not needed with 1.2.0)

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

Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog	2012-11-09 18:48:38 UTC (rev 22930)
+++ packages/matplotlib/trunk/debian/changelog	2012-11-09 19:21:50 UTC (rev 22931)
@@ -5,8 +5,11 @@
     - run tests for python3 module
   * debian/{control, README.debian}
     - add several missing dependencies (and b-d) for Matplotlib backends
+  * debian/rules
+    - no longer set examples.* options in matplotlibrc when building doc (they
+      are not needed with 1.2.0)
 
- -- Sandro Tosi <morph at debian.org>  Fri, 09 Nov 2012 19:47:52 +0100
+ -- Sandro Tosi <morph at debian.org>  Fri, 09 Nov 2012 20:19:38 +0100
 
 matplotlib (1.2.0~rc2-2) experimental; urgency=low
 

Modified: packages/matplotlib/trunk/debian/rules
===================================================================
--- packages/matplotlib/trunk/debian/rules	2012-11-09 18:48:38 UTC (rev 22930)
+++ packages/matplotlib/trunk/debian/rules	2012-11-09 19:21:50 UTC (rev 22931)
@@ -18,10 +18,6 @@
 build-indep-stamp: $(DEFPY:%=build-%-stamp)
 	dh_testdir
 
-	# add information to use local copy of 'sampledata' and bypass downloading
-	echo "examples.download : False" >> $(CURDIR)/doc/matplotlibrc
-	echo "examples.directory : $(CURDIR)/sampledata" >> $(CURDIR)/doc/matplotlibrc
-
 	# build the doc
 	-( cd doc ; MPLCONFIGDIR=. MATPLOTLIBDATA=../lib/matplotlib/mpl-data/ \
 		PYTHONPATH=../build/lib.$(PY_PLATFORM)-$(DEFPY) ./make.py --small all )




More information about the Python-modules-commits mailing list