[Python-modules-commits] r6868 - in packages/matplotlib/trunk/debian (3 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sat Nov 8 21:47:35 UTC 2008


    Date: Saturday, November 8, 2008 @ 21:47:34
  Author: morph
Revision: 6868

  - removed python from Depends since introduced by python:Depends
  - depending on python-all-dbg for -dbg package (to install all dbg
    interpreters)

Modified:
  packages/matplotlib/trunk/debian/README.debian
  packages/matplotlib/trunk/debian/changelog
  packages/matplotlib/trunk/debian/control

Modified: packages/matplotlib/trunk/debian/README.debian
===================================================================
--- packages/matplotlib/trunk/debian/README.debian	2008-11-08 20:37:42 UTC (rev 6867)
+++ packages/matplotlib/trunk/debian/README.debian	2008-11-08 21:47:34 UTC (rev 6868)
@@ -16,7 +16,7 @@
 From matplotlib version 0.98.3-6 the default backend in Debian is 'TkAgg', the
 simplest backend available in most context.
 
-If you want to change it, you have to ways: system wide, changing
+If you want to change it, you have to ways: system wide, changing the file
 
   /etc/matplotlibrc
 
@@ -24,9 +24,9 @@
 
   $HOME/.matplotlib/matplotlibrc
 
-adding or changing a line like this:
+to add or modify a line link this:
 
-  backend = <backend>
+  backend : <backend>
 
 where <backend> can be chosen from this list:
 

Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog	2008-11-08 20:37:42 UTC (rev 6867)
+++ packages/matplotlib/trunk/debian/changelog	2008-11-08 21:47:34 UTC (rev 6868)
@@ -12,6 +12,9 @@
   [ Sandro Tosi ]
   * debian/control
     - switch Vcs-Browser field to viewsvn
+    - removed python from Depends since introduced by python:Depends
+    - depending on python-all-dbg for -dbg package (to install all dbg
+      interpreters)
   * debian/NEWS
     - added to notify users about default backend (TkAgg)
   * debian/README.debian

Modified: packages/matplotlib/trunk/debian/control
===================================================================
--- packages/matplotlib/trunk/debian/control	2008-11-08 20:37:42 UTC (rev 6867)
+++ packages/matplotlib/trunk/debian/control	2008-11-08 21:47:34 UTC (rev 6868)
@@ -49,7 +49,6 @@
 XB-Python-Version: ${python:Versions}
 Depends: ${python:Depends},
          ${shlibs:Depends},
-         python,
          python-cairo,
          python-dateutil,
          python-excelerator,
@@ -106,7 +105,7 @@
 Package: python-matplotlib-dbg
 Architecture: any
 Priority: extra
-Depends: python-matplotlib (= ${binary:Version}), python-dbg, ${shlibs:Depends}
+Depends: python-matplotlib (= ${binary:Version}), python-all-dbg, ${shlibs:Depends}
 Description: Python based plotting system (debug extension)
  Matplotlib is a pure Python plotting library designed to bring
  publication quality plotting to Python with a syntax familiar to




More information about the Python-modules-commits mailing list