[Python-modules-commits] r6276 - in packages/matplotlib/trunk/debian (5 files)

morph-guest at users.alioth.debian.org morph-guest at users.alioth.debian.org
Thu Aug 21 16:37:17 UTC 2008


    Date: Thursday, August 21, 2008 @ 16:37:15
  Author: morph-guest
Revision: 6276

moved some pkgs from depends to suggests/recommends; updated debian/README.debian; added debian/docs;

Added:
  packages/matplotlib/trunk/debian/docs
Modified:
  packages/matplotlib/trunk/debian/README.debian
  packages/matplotlib/trunk/debian/changelog
  packages/matplotlib/trunk/debian/control
  packages/matplotlib/trunk/debian/python-matplotlib-data.install

Modified: packages/matplotlib/trunk/debian/README.debian
===================================================================
--- packages/matplotlib/trunk/debian/README.debian	2008-08-21 13:36:07 UTC (rev 6275)
+++ packages/matplotlib/trunk/debian/README.debian	2008-08-21 16:37:15 UTC (rev 6276)
@@ -1,19 +1,10 @@
-Dependency on Numeric/Numarray:
--------------------------------
+MatplotLib Data Directory
+-------------------------
 
-While numpy enters unstable, matplotlib is still depending on
-Numeric/numarray.
+For various functions to work, for example 
 
-Please update the field "numerix"  /etc/matplotlibrc or
-~/.matplotlib/matplotlibrc to your needs until numpy enters Debian
-archives.
+help() -> modules
 
+you need to set the enviromental variable:
 
-python-matplotlib documentation
--------------------------------
-
-You can find the latest version of matplotlib's docs here:
-
-  * pydoc documentation: <http://matplotlib.sourceforge.net/classdocs.html>
-  * pylab commands: <http://matplotlib.sourceforge.net/pylab_commands.html>
-
+export MATPLOTLIBDATA=/usr/share/matplotlib/

Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog	2008-08-21 13:36:07 UTC (rev 6275)
+++ packages/matplotlib/trunk/debian/changelog	2008-08-21 16:37:15 UTC (rev 6276)
@@ -1,12 +1,21 @@
 matplotlib (0.98.3-4) UNRELEASED; urgency=low
 
+  * Release in collaboration with Benjamin Drung, from Ubuntu
   * debian/control
     - applied Benjamin Drung patch to split dep fields a package per line;
       thanks to him; Closes: #495287
     - replaced dep on python-dev with python; thanks to Benjamin Drung for the
       notice
+    - depends reorganization: dvipng moved to recommends (optional tex
+      depends), python-configobj and python-enthought-traits to suggests
+      (experimental support); Closes: #490992
+    - added libagg-dev to build-dep; ************** INITIAL FIX FOR #377271 *************
+  * debian/README.debian
+    - removed outdated info, added notice for MATPLOTLIBDATA env variable
+  * debian/python-matplotlib-data.install
+    - added matplotlib.conf installation
 
- -- Sandro Tosi <matrixhasu at gmail.com>  Mon, 18 Aug 2008 16:01:58 +0200
+ -- Sandro Tosi <matrixhasu at gmail.com>  Thu, 21 Aug 2008 18:29:22 +0200
 
 matplotlib (0.98.3-3) unstable; urgency=medium
 

Modified: packages/matplotlib/trunk/debian/control
===================================================================
--- packages/matplotlib/trunk/debian/control	2008-08-21 13:36:07 UTC (rev 6275)
+++ packages/matplotlib/trunk/debian/control	2008-08-21 16:37:15 UTC (rev 6276)
@@ -7,6 +7,7 @@
                dvipng,
                graphviz,
                ipython,
+               libagg-dev,
                libfreetype6-dev,
                libgtk2.0-dev,
                libpng-dev,
@@ -41,12 +42,9 @@
 XB-Python-Version: ${python:Versions}
 Depends: ${python:Depends},
          ${shlibs:Depends},
-         dvipng,
-	 python,
+         python,
          python-cairo,
-         python-configobj,
          python-dateutil,
-         python-enthought-traits (>= 2.0),
          python-excelerator,
          python-gd (>= 0.52) | python-gtk2 | python-wxgtk2.6 | python-qt3 | python-qt4,
          python-glade2,
@@ -60,7 +58,10 @@
 Conflicts: python2.4-matplotlib
 Replaces: python2.4-matplotlib
 Enhances: ipython
+Recommends: dvipng
 Suggests: ipython (>= 0.6.3),
+          python-configobj,
+          python-enthought-traits (>= 2.0),
           python-matplotlib-doc,
           python-scipy,
           texlive-extra-utils,

Added: packages/matplotlib/trunk/debian/docs
===================================================================
--- packages/matplotlib/trunk/debian/docs	                        (rev 0)
+++ packages/matplotlib/trunk/debian/docs	2008-08-21 16:37:15 UTC (rev 6276)
@@ -0,0 +1,4 @@
+API_CHANGES
+INTERACTIVE
+KNOWN_BUGS
+TODO

Modified: packages/matplotlib/trunk/debian/python-matplotlib-data.install
===================================================================
--- packages/matplotlib/trunk/debian/python-matplotlib-data.install	2008-08-21 13:36:07 UTC (rev 6275)
+++ packages/matplotlib/trunk/debian/python-matplotlib-data.install	2008-08-21 16:37:15 UTC (rev 6276)
@@ -1,4 +1,5 @@
 lib/matplotlib/mpl-data/fonts/ /usr/share/matplotlib/mpl-data/
 lib/matplotlib/mpl-data/images/ /usr/share/matplotlib/mpl-data/
+lib/matplotlib/mpl-data/matplotlib.conf /usr/share/matplotlib
 lib/matplotlib/mpl-data/matplotlibrc /etc/
 lib/matplotlib/backends/Matplotlib.nib /usr/share/matplotlib/




More information about the Python-modules-commits mailing list