[Python-modules-commits] r7201 - in packages/matplotlib/trunk/debian (4 files)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Sun Dec 28 00:46:54 UTC 2008
Date: Sunday, December 28, 2008 @ 00:46:53
Author: morph
Revision: 7201
and pdf gallery images)
* debian/{control,rules,patches/*,README.source}
* debian/patches/{matplotlibrc.template-typo.patch,
doc_graphviz_errors_fix.patch,bts-498229_axes3d_typo.patch}
Modified:
packages/matplotlib/trunk/debian/NEWS
packages/matplotlib/trunk/debian/README.source
packages/matplotlib/trunk/debian/changelog
packages/matplotlib/trunk/debian/rules
Modified: packages/matplotlib/trunk/debian/NEWS
===================================================================
--- packages/matplotlib/trunk/debian/NEWS 2008-12-28 00:28:30 UTC (rev 7200)
+++ packages/matplotlib/trunk/debian/NEWS 2008-12-28 00:46:53 UTC (rev 7201)
@@ -1,4 +1,4 @@
-matplotlib (0.98.5-1) UNRELEASED; urgency=low
+matplotlib (0.98.5.2-1) experimental; urgency=low
With this release, we are setting the default backend for matplotlib to
'TkAgg', the lower level of backend suggested by upsteam.
@@ -17,4 +17,4 @@
to reproduce the previous behaviour.
- -- Sandro Tosi <morph at debian.org> Sat, 13 Dec 2008 09:35:32 +0100
+ -- Sandro Tosi <morph at debian.org> Thu, 18 Dec 2008 23:04:31 +0100
Modified: packages/matplotlib/trunk/debian/README.source
===================================================================
--- packages/matplotlib/trunk/debian/README.source 2008-12-28 00:28:30 UTC (rev 7200)
+++ packages/matplotlib/trunk/debian/README.source 2008-12-28 00:46:53 UTC (rev 7201)
@@ -1,4 +1,4 @@
-This package uses quilt as patch system, you can find some information
-about it at:
+This package uses dpatch to handle patches against upstream source code; you
+can find additional information about dpatch at
- /usr/share/doc/quilt/README.source
+ /usr/share/doc/dpatch/
Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog 2008-12-28 00:28:30 UTC (rev 7200)
+++ packages/matplotlib/trunk/debian/changelog 2008-12-28 00:46:53 UTC (rev 7201)
@@ -35,16 +35,16 @@
- 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/*}
+ and pdf gallery images)
+ * debian/{control,rules,patches/*,README.source}
- moved from quilt to dpatch
- * debian/patches/{matplotlibrc.template-typo.patch,doc_graphviz_errors_fix.patch,
- bts-498229_axes3d_typo.patch}
+ * debian/patches/{matplotlibrc.template-typo.patch,
+ doc_graphviz_errors_fix.patch,bts-498229_axes3d_typo.patch}
- removed since merged upstream
* debian/docs
- removed since not needed since long time (doc files are listed in debian/rules)
- -- Benjamin Drung <benjamin.drung at gmail.com> Sat, 08 Nov 2008 00:33:36 +0100
+ -- Sandro Tosi <morph at debian.org> Sun, 28 Dec 2008 01:41:11 +0100
matplotlib (0.98.3-5) unstable; urgency=medium
Modified: packages/matplotlib/trunk/debian/rules
===================================================================
--- packages/matplotlib/trunk/debian/rules 2008-12-28 00:28:30 UTC (rev 7200)
+++ packages/matplotlib/trunk/debian/rules 2008-12-28 00:46:53 UTC (rev 7201)
@@ -25,7 +25,7 @@
# build the doc
-( cd doc ; MATPLOTLIBDATA=../lib/matplotlib/mpl-data/ \
- PYTHONPATH=../build/lib.$(PY_PLATFORM)-$(DEFPY) ./make.py --small html latex )
+ PYTHONPATH=../build/lib.$(PY_PLATFORM)-$(DEFPY) ./make.py --small all )
touch build-indep-stamp
More information about the Python-modules-commits
mailing list