[SCM] efficient 2D data-plotting library branch, master, updated. debian/2.1.6-1-1-gaaa25fb

Picca Frédéric-Emma?==?UTF-8?Q?nuel picca at debian.org
Fri Feb 3 20:34:45 UTC 2012


The following commit has been merged in the master branch:
commit aaa25fbc5980ce2f0e9834bd5ee60a356f6e2505
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Fri Feb 3 21:13:13 2012 +0100

    prepare the numpy transition

diff --git a/debian/changelog b/debian/changelog
index 263b4f4..984a3c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+guiqwt (2.1.6-2) unstable; urgency=low
+
+  * use dh_numpy for better numpy dependency.
+
+ -- Picca Frédéric-Emmanuel <picca at debian.org>  Fri, 03 Feb 2012 20:24:08 +0100
+
 guiqwt (2.1.6-1) unstable; urgency=low
 
   * Imported Upstream version 2.1.6
diff --git a/debian/control b/debian/control
index b1879a2..aaeb74b 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,6 @@ Depends: ${shlibs:Depends},
 	 ${sphinxdoc:Depends},
 	 python-qwt5-qt4 (>= 5.2),
 	 python-guidata (>= 1.3.2),
-	 python-numpy (>= 1.3),
 	 python-h5py,
 	 python-scipy (>= 0.7),
 	 python-imaging (>= 1.1.6)
diff --git a/debian/rules b/debian/rules
index 02eee86..ba4b169 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,10 @@ override_dh_clean:
 	dh_clean
 	rm -rf build
 
+override_dh_auto_install:
+	dh_auto_install
+	dh_numpy
+
 %:
 	dh $@ --with python2 --with sphinxdoc
 

-- 
efficient 2D data-plotting library



More information about the debian-science-commits mailing list