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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Fri Mar 23 22:16:01 UTC 2012


    Date: Friday, March 23, 2012 @ 22:15:59
  Author: morph
Revision: 20906

* debian/{control, rules}
  - use dh_numpy

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

Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog	2012-03-23 20:26:56 UTC (rev 20905)
+++ packages/matplotlib/trunk/debian/changelog	2012-03-23 22:15:59 UTC (rev 20906)
@@ -6,8 +6,10 @@
       for the report; Closes: #664048
     - bump required numpy version to 1.4 at least
     - bump Standards-Version to 3.9.3 (no changes needed)
+  * debian/{control, rules}
+    - use dh_numpy
 
- -- Sandro Tosi <morph at debian.org>  Fri, 23 Mar 2012 21:17:33 +0100
+ -- Sandro Tosi <morph at debian.org>  Fri, 23 Mar 2012 23:04:37 +0100
 
 matplotlib (1.1.0-1) unstable; urgency=low
 

Modified: packages/matplotlib/trunk/debian/control
===================================================================
--- packages/matplotlib/trunk/debian/control	2012-03-23 20:26:56 UTC (rev 20905)
+++ packages/matplotlib/trunk/debian/control	2012-03-23 22:15:59 UTC (rev 20906)
@@ -17,8 +17,8 @@
                python-epydoc,
                python-gtk2-dev,
                python-imaging,
-               python-numpy (>= 1:1.4.0),
-               python-numpy-dbg (>= 1:1.4.0),
+               python-numpy (>= 1:1.5.1-4),
+               python-numpy-dbg (>= 1:1.5.1-4),
                python-pkg-resources,
                python-qt-dev,
                python-qt4,
@@ -50,7 +50,6 @@
          python-dateutil,
          python-gobject,
          python-matplotlib-data (>= ${source:Version}),
-         python-numpy (>= 1:1.4.0),
          python-pyparsing,
          python-tz,
          ${misc:Depends},

Modified: packages/matplotlib/trunk/debian/rules
===================================================================
--- packages/matplotlib/trunk/debian/rules	2012-03-23 20:26:56 UTC (rev 20905)
+++ packages/matplotlib/trunk/debian/rules	2012-03-23 22:15:59 UTC (rev 20906)
@@ -81,6 +81,7 @@
 install-arch: build-arch $(PYVERS:%=install-%-stamp)
 	dh_testdir
 	dh_testroot
+	dh_numpy
 
 install-%-stamp: build-%-stamp
 	dh_testdir




More information about the Python-modules-commits mailing list