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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Thu Dec 18 19:17:12 UTC 2008


    Date: Thursday, December 18, 2008 @ 19:17:11
  Author: morph
Revision: 7124

doc building with '--small' option, to reduce doc size (removing hi-res
and pdf galery images)

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

Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog	2008-12-18 18:49:12 UTC (rev 7123)
+++ packages/matplotlib/trunk/debian/changelog	2008-12-18 19:17:11 UTC (rev 7124)
@@ -34,6 +34,8 @@
   * debian/rules
     - merging all "rm" calls into "dh_clean" call
     - removed 'API_CHANGES' installation, since removed upstream
+    - doc building with '--small' option, to reduce doc size (removing hi-res
+      and pdf galery images)
   * debian/{control,rules,patches/*}
     - moved from quilt to dpatch
   * debian/patches/{matplotlibrc.template-typo.patch,doc_graphviz_errors_fix.patch,

Modified: packages/matplotlib/trunk/debian/rules
===================================================================
--- packages/matplotlib/trunk/debian/rules	2008-12-18 18:49:12 UTC (rev 7123)
+++ packages/matplotlib/trunk/debian/rules	2008-12-18 19:17:11 UTC (rev 7124)
@@ -25,7 +25,7 @@
 
 	# build the doc
 	-( cd doc ; MATPLOTLIBDATA=../lib/matplotlib/mpl-data/ \
-		    PYTHONPATH=../build/lib.$(PY_PLATFORM)-$(DEFPY) ./make.py )
+		    PYTHONPATH=../build/lib.$(PY_PLATFORM)-$(DEFPY) ./make.py --small html latex )
 
 	touch build-indep-stamp
 




More information about the Python-modules-commits mailing list