[vispy] 02/03: fix python3 build

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Tue Aug 18 11:18:25 UTC 2015


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

picca pushed a commit to branch master
in repository vispy.

commit ce7c6be6f91f063ce1ede3957b8e4758bd352315
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Tue Aug 18 11:04:52 2015 +0200

    fix python3 build
---
 debian/changelog | 2 +-
 debian/control   | 4 ++--
 debian/rules     | 1 +
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dc9ef90..e95f40f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-vispy (0.3.0-1) unstable; urgency=low
+vispy (0.4.0-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #759820)
 
diff --git a/debian/control b/debian/control
index 69df9c8..0353b10 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends: debhelper (>= 9),
                python-all,
                python-nose,
                python-numpy,
+               python-numpydoc,
                python-opengl,
                python-setuptools,
                python-sphinx,
@@ -21,7 +22,6 @@ Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/vispy.git
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/vispy.git
 Homepage: http://vispy.org
-X-Python-Version: >= 2.6
 
 Package: python-vispy
 Architecture: all
@@ -55,7 +55,7 @@ Package: python3-vispy
 Architecture: all
 Section: python
 Depends: ${misc:Depends},
-         ${python:Depends},
+         ${python3:Depends},
          python3-numpy,
          python3-opengl
 Description: OpenGL interactive scientific visualization (Python 3)
diff --git a/debian/rules b/debian/rules
index f480520..ad8da6c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,7 @@ export PYBUILD_NAME=vispy
 override_dh_install:
 	dh_install
 	dh_numpy
+	dh_numpy3
 
 override_dh_auto_build: 
 	dh_auto_build

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



More information about the debian-science-commits mailing list