[med-svn] [python-multipletau] 02/02: d/rules: export PYBUILD_NAME d/control: add X-Python-Version-s
Alex Mestiashvili
malex-guest at moszumanska.debian.org
Wed Apr 30 15:54:25 UTC 2014
This is an automated email from the git hooks/post-receive script.
malex-guest pushed a commit to branch master
in repository python-multipletau.
commit 01b1c416b84cedf7b9043322d3810fd66e91adfb
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date: Wed Apr 30 16:21:49 2014 +0200
d/rules: export PYBUILD_NAME
d/control: add X-Python-Version-s
---
debian/control | 12 +++++++++---
debian/rules | 2 ++
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 8dfd81a..82dfe37 100644
--- a/debian/control
+++ b/debian/control
@@ -6,12 +6,14 @@ Priority: optional
Build-Depends:
python-setuptools,
python-all (>= 2.6.6-3),
- debhelper (>= 7),
+ debhelper (>= 9),
dh-python,
python-numpy,
python3,
python3-all,
- python3-setuptools
+ python3-setuptools,
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.4
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/python-multipletau.git
Vcs-Git: git://anonscm.debian.org/debian-med/python-multipletau.git
@@ -29,12 +31,14 @@ Description: A multiple-tau algorithm for Python/NumPy.
.
An online reference is available
at http://paulmueller.github.io/multipletau/.
+ .
+ This is the Python 2 version of the package.
Package: python3-multipletau
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
- python-numpy,
+python-numpy,
Description: A multiple-tau algorithm for Python/NumPy.
Multipe-tau correlation is computed on a logarithmic scale (less
data points are computed) and is thus much faster than conventional
@@ -42,3 +46,5 @@ Description: A multiple-tau algorithm for Python/NumPy.
.
An online reference is available
at http://paulmueller.github.io/multipletau/.
+ .
+ This is the Python 3 version of the package.
diff --git a/debian/rules b/debian/rules
index 04fac7a..af49f73 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,6 @@
#!/usr/bin/make -f
+export PYBUILD_NAME=multipletau
+
%:
dh $@ --with python2,python3 --buildsystem=pybuild
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-multipletau.git
More information about the debian-med-commit
mailing list