[Python-modules-commits] r4763 - in packages/matplotlib/trunk/debian (changelog control)
certik-guest at users.alioth.debian.org
certik-guest at users.alioth.debian.org
Sun Mar 9 17:01:00 UTC 2008
Date: Sunday, March 9, 2008 @ 17:00:58
Author: certik-guest
Revision: 4763
two more lintian warnings fixed
Modified:
packages/matplotlib/trunk/debian/changelog
packages/matplotlib/trunk/debian/control
Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog 2008-03-09 16:48:56 UTC (rev 4762)
+++ packages/matplotlib/trunk/debian/changelog 2008-03-09 17:00:58 UTC (rev 4763)
@@ -9,8 +9,10 @@
* debian/rules polished
* patches moved under a quilt control
* Package descriptions fixed (python -> Python)
+ * Homepage field added (and removed from description)
+ * python-matplotlib-doc package moved to the "doc" Section
- -- Ondrej Certik <ondrej at certik.cz> Sun, 09 Mar 2008 17:48:27 +0100
+ -- Ondrej Certik <ondrej at certik.cz> Sun, 09 Mar 2008 18:00:09 +0100
matplotlib (0.90.1-3.1) unstable; urgency=medium
Modified: packages/matplotlib/trunk/debian/control
===================================================================
--- packages/matplotlib/trunk/debian/control 2008-03-09 16:48:56 UTC (rev 4762)
+++ packages/matplotlib/trunk/debian/control 2008-03-09 17:00:58 UTC (rev 4763)
@@ -7,6 +7,7 @@
XS-Python-Version: all
Standards-Version: 3.7.3
XS-DM-Upload-Allowed: yes
+Homepage: http://matplotlib.sf.net/
Package: python-matplotlib
Architecture: any
@@ -24,8 +25,6 @@
Matlab users. All of the plotting commands in the pylab interface can
be accessed either via a functional interface familiar to Matlab
users or an object oriented interface familiar to Python users.
- .
- homepage: http://matplotlib.sf.net/
Package: python-matplotlib-data
Architecture: all
@@ -40,7 +39,8 @@
Package: python-matplotlib-doc
Architecture: all
-Description: python based plotting system (documentation package)
+Section: doc
+Description: Python based plotting system (documentation package)
Matplotlib is a pure Python plotting library designed to bring
publication quality plotting to Python with a syntax familiar to
Matlab users. All of the plotting commands in the pylab interface can
@@ -48,4 +48,3 @@
users or an object oriented interface familiar to Python users.
.
This package contains documentation for python-matplotlib
-
More information about the Python-modules-commits
mailing list