[Python-modules-commits] r8597 - in packages/matplotlib/trunk/debian (changelog control)
bdrung-guest at users.alioth.debian.org
bdrung-guest at users.alioth.debian.org
Thu May 28 19:36:43 UTC 2009
Date: Thursday, May 28, 2009 @ 19:36:43
Author: bdrung-guest
Revision: 8597
debian/control: Sort build depends and break depends.
Modified:
packages/matplotlib/trunk/debian/changelog
packages/matplotlib/trunk/debian/control
Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog 2009-05-28 19:11:42 UTC (rev 8596)
+++ packages/matplotlib/trunk/debian/changelog 2009-05-28 19:36:43 UTC (rev 8597)
@@ -6,6 +6,7 @@
- Move python-matplotlib-dbg to section debug
- Build depends on python-qt4
- Update my e-mail address.
+ - Sort build depends and break depends.
* debian/rules
- In clean target use rm -rf instead dh_clean for removing build directory;
thanks Andrew Straw for the patch
@@ -39,7 +40,7 @@
* debian/{control, rules, python-matplotlib.preinst}
- switch to python-support (adding preinst for the migration)
- -- Benjamin Drung <bdrung at ubuntu.com> Thu, 28 May 2009 20:12:56 +0200
+ -- Benjamin Drung <bdrung at ubuntu.com> Thu, 28 May 2009 21:35:14 +0200
matplotlib (0.98.5.2-1) experimental; urgency=low
Modified: packages/matplotlib/trunk/debian/control
===================================================================
--- packages/matplotlib/trunk/debian/control 2009-05-28 19:11:42 UTC (rev 8596)
+++ packages/matplotlib/trunk/debian/control 2009-05-28 19:36:43 UTC (rev 8597)
@@ -15,8 +15,8 @@
libfreetype6-dev,
libgtk2.0-dev,
libpng-dev,
+ python-all-dbg (>= 2.4.4-6),
python-all-dev (>= 2.3.5-7),
- python-all-dbg (>= 2.4.4-6),
python-configobj,
python-dateutil,
python-epydoc,
@@ -24,9 +24,9 @@
python-numpy (>= 1:1.1.0),
python-numpy-dbg (>= 1:1.1.0),
python-pkg-resources,
- python-qt-dev,
python-qt4,
python-qt4-dev,
+ python-qt-dev,
python-setuptools,
python-sphinx (>= 0.5.1),
python-support (>= 1.0.0),
@@ -34,8 +34,8 @@
python-traits (>= 2.0),
python-tz,
python-wxgtk2.8,
+ tcl8.4-dev,
texlive-latex-extra,
- tcl8.4-dev,
tk8.4-dev,
zlib1g-dev
XS-Python-Version: all
@@ -107,7 +107,9 @@
Architecture: any
Section: debug
Priority: extra
-Depends: python-matplotlib (= ${binary:Version}), python-all-dbg, ${shlibs:Depends}
+Depends: python-all-dbg,
+ python-matplotlib (= ${binary:Version}),
+ ${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