[Python-modules-commits] r6225 - in packages/matplotlib/trunk/debian (changelog control)

morph-guest at users.alioth.debian.org morph-guest at users.alioth.debian.org
Mon Aug 18 11:38:58 UTC 2008


    Date: Monday, August 18, 2008 @ 11:38:57
  Author: morph-guest
Revision: 6225

dep fields with package 1 per line; Closes #495287

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

Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog	2008-08-17 23:35:03 UTC (rev 6224)
+++ packages/matplotlib/trunk/debian/changelog	2008-08-18 11:38:57 UTC (rev 6225)
@@ -1,3 +1,11 @@
+matplotlib (0.98.3-4) UNRELEASED; urgency=low
+
+  * debian/control
+    - applied Benjamin Drung patch to split dep fields a package per line;
+      thanks to him; Closes: #495287
+
+ -- Sandro Tosi <matrixhasu at gmail.com>  Mon, 18 Aug 2008 13:36:41 +0200
+
 matplotlib (0.98.3-3) unstable; urgency=medium
 
   * debian/control

Modified: packages/matplotlib/trunk/debian/control
===================================================================
--- packages/matplotlib/trunk/debian/control	2008-08-17 23:35:03 UTC (rev 6224)
+++ packages/matplotlib/trunk/debian/control	2008-08-18 11:38:57 UTC (rev 6225)
@@ -3,7 +3,32 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Marco Presi (Zufus) <zufus at debian.org>, Alexandre Fayolle <afayolle at debian.org>, Vittorio Palmisano <redclay81 at gmail.com>, Ondrej Certik <ondrej at certik.cz>, Sandro Tosi <matrixhasu at gmail.com>
-Build-Depends: debhelper (>= 5.0.38), python-dateutil, python-all-dev (>= 2.3.5-7), python-central (>= 0.5.6), quilt, python-gtk2-dev, python-numpy (>= 1:1.1.0), libgtk2.0-dev, libfreetype6-dev, zlib1g-dev, libpng-dev, tk8.4-dev, python-tk, tcl8.4-dev, python-epydoc, python-tz, dvipng, python-configobj, python-enthought-traits (>= 2.0), python-qt-dev, python-qt4-dev, python-wxgtk2.6, python-sphinx (>= 0.4.1-2lenny1), graphviz, ipython, texlive-latex-extra
+Build-Depends: debhelper (>= 5.0.38),
+               dvipng,
+               graphviz,
+               ipython,
+               libfreetype6-dev,
+               libgtk2.0-dev,
+               libpng-dev,
+               python-all-dev (>= 2.3.5-7),
+               python-central (>= 0.5.6),
+               python-configobj,
+               python-dateutil,
+               python-enthought-traits (>= 2.0),
+               python-epydoc,
+               python-gtk2-dev,
+               python-numpy (>= 1:1.1.0),
+               python-qt-dev,
+               python-qt4-dev,
+               python-sphinx (>= 0.4.1-2lenny1),
+               python-tk,
+               python-tz,
+               python-wxgtk2.6,
+               quilt,
+               texlive-latex-extra,
+               tcl8.4-dev,
+               tk8.4-dev,
+               zlib1g-dev
 XS-Python-Version: all
 Standards-Version: 3.8.0
 XS-DM-Upload-Allowed: yes
@@ -14,12 +39,32 @@
 Package: python-matplotlib
 Architecture: any
 XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}, python-numpy (>= 1:1.1.0), python-tk, python-gd (>= 0.52) | python-gtk2 | python-wxgtk2.6 | python-qt3 | python-qt4, python-tz, python-dev, python-matplotlib-data (>= ${source:Version}), python-dateutil, python-gobject, ${shlibs:Depends}, dvipng, python-configobj, python-enthought-traits (>= 2.0), python-pyparsing, python-glade2, python-cairo, python-excelerator
+Depends: ${python:Depends},
+         ${shlibs:Depends},
+         dvipng,
+         python-cairo,
+         python-configobj,
+         python-dateutil,
+         python-dev,
+         python-enthought-traits (>= 2.0),
+         python-excelerator,
+         python-gd (>= 0.52) | python-gtk2 | python-wxgtk2.6 | python-qt3 | python-qt4,
+         python-glade2,
+         python-gobject,
+         python-matplotlib-data (>= ${source:Version}),
+         python-numpy (>= 1:1.1.0),
+         python-pyparsing,
+         python-tk,
+         python-tz
 Provides: ${python:Provides}
 Conflicts: python2.4-matplotlib
 Replaces: python2.4-matplotlib
 Enhances: ipython
-Suggests: ipython (>= 0.6.3), python-matplotlib-doc, texlive-extra-utils, texlive-latex-extra, python-scipy
+Suggests: ipython (>= 0.6.3),
+          python-matplotlib-doc,
+          python-scipy,
+          texlive-extra-utils,
+          texlive-latex-extra
 Description: Python based plotting system in a style similar to Matlab
  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