[guidata] 03/03: release

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Tue Oct 6 12:22:22 UTC 2015


This is an automated email from the git hooks/post-receive script.

picca pushed a commit to branch master
in repository guidata.

commit 05f1905bfbecf1d0ad729566eed0c26d76cbc517
Author: Picca Frédéric-Emmanuel <picca at synchrotron-soleil.fr>
Date:   Mon Oct 5 15:32:26 2015 +0200

    release
---
 debian/changelog | 12 +++++-------
 debian/control   |  3 ++-
 debian/rules     |  2 ++
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 01bcc9a..f027506 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,12 @@
-guidata (1.7.0~b3-1~exp1) experimental; urgency=medium
+guidata (1.7.0~b5-1~exp1) experimental; urgency=medium
 
   * Imported Upstream version 1.7.0~b3
-
- -- Picca Frédéric-Emmanuel <picca at debian.org>  Sun, 13 Sep 2015 12:37:27 +0200
-
-guidata (1.7.0~b2-1~exp2) experimental; urgency=medium
-
   * Add the python3 modules and switch to pybuild
+  * debian/control
+    - Build-Depends:
+      + python-numpy and python3-numpy (in order to build the documentation)
 
- -- Picca Frédéric-Emmanuel <picca at debian.org>  Wed, 26 Aug 2015 09:21:32 +0200
+ -- Picca Frédéric-Emmanuel <picca at debian.org>  Mon, 05 Oct 2015 12:37:27 +0200
 
 guidata (1.7.0~b2-1~exp1) UNRELEASED; urgency=medium
 
diff --git a/debian/control b/debian/control
index d2bf3ba..ca636b4 100644
--- a/debian/control
+++ b/debian/control
@@ -6,12 +6,13 @@ Priority: extra
 Build-Depends: debhelper (>= 9),
 	       dh-python,
                python-all,
-               python-qt4,
+               python-numpy,
 	       python-setuptools,
 	       python-sip,
 	       python-sphinx,
                python-spyderlib,
 	       python3-all,
+               python3-numpy,
 	       python3-setuptools,
 	       python3-sip,
 	       python3-sphinx,
diff --git a/debian/rules b/debian/rules
index d10fcd7..2fe88aa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,8 @@ override_dh_clean:
 
 override_dh_install:
 	dh_install
+	dh_numpy
+	dh_numpy3
 	# rename the script
 	mv debian/python3-guidata/usr/bin/guidata-tests debian/python3-guidata/usr/bin/guidata-tests3
 	# install the .desktop files

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/guidata.git



More information about the debian-science-commits mailing list