[SCM] Packaging for pytango branch, master, updated. debian/7.2.2-1-1-g89dcd3b
Picca Frédéric-Emma?==?UTF-8?Q?nuel
picca at debian.org
Tue Jan 31 06:21:06 UTC 2012
The following commit has been merged in the master branch:
commit 89dcd3bcdd2017b698e063a03cb5d2066bc5dd33
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date: Sun Jan 29 11:35:25 2012 +0100
use dh_numpy
diff --git a/debian/changelog b/debian/changelog
index ea2b8df..2bb2cd0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pytango (7.2.2-2) unstable; urgency=low
+
+ * use dh_numpy for better python-numpy dependency.
+
+ -- Picca Frédéric-Emmanuel <picca at debian.org> Sun, 29 Jan 2012 11:32:31 +0100
+
pytango (7.2.2-1) unstable; urgency=low
* import 7.2.2 upstream version. (Closes: #636468)
diff --git a/debian/control b/debian/control
index b55fb92..5bf795e 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 8.0.0),
liblog4tango4-dev,
libtango7-dev (>= 7.2),
libboost-python-dev,
- python-numpy,
+ python-numpy (>= 1:1.4.1-4~),
ipython,
python-sphinx (>= 1.0.7+dfsg),
graphviz
@@ -25,7 +25,6 @@ Depends: ${shlibs:Depends},
${misc:Depends},
${python:Depends},
${sphinxdoc:Depends},
- python-numpy,
ipython
Provides: ${python:Provides}
Description: API for the TANGO control system
diff --git a/debian/rules b/debian/rules
index c0d5827..0311987 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,7 @@ override_dh_clean:
override_dh_auto_install:
dh_auto_install -- --install-html=$(CURDIR)/debian/python-pytango/usr/share/doc/python-pytango/html
+ dh_numpy
override_dh_auto_build:
dh_auto_build -- --without-spock
--
Packaging for pytango
More information about the debian-science-commits
mailing list