[med-svn] [python-multipletau] 01/01: d/control: fix syntax, in python3 stanza python-numpy wasn't indented properly, add python3-numpy to Build-Depends: and to Depends in python3 binary package, debhepler(>=8) following guidelines on https://wiki.debian.org/Python/Pybuild d/rules: DH_VERBOSE=1
Alex Mestiashvili
malex-guest at moszumanska.debian.org
Wed Apr 30 20:39:35 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 e08546d79fda98657655388b6efdad6fc5c9f266
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date: Wed Apr 30 22:03:36 2014 +0200
d/control: fix syntax, in python3 stanza python-numpy wasn't indented properly,
add python3-numpy to Build-Depends: and to Depends in python3 binary package,
debhepler(>=8) following guidelines on https://wiki.debian.org/Python/Pybuild
d/rules: DH_VERBOSE=1
---
debian/control | 14 +++++++-------
debian/rules | 1 +
2 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/debian/control b/debian/control
index 4f71456..034c365 100644
--- a/debian/control
+++ b/debian/control
@@ -4,20 +4,20 @@ Uploaders: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>,
Section: python
Priority: optional
Build-Depends:
- python-setuptools,
- python-all (>= 2.6.6-3),
- debhelper (>= 7),
+ debhelper (>= 8),
dh-python,
- python-numpy,
- python3,
+ python-all (>= 2.6.6-3),
+ python-setuptools,
python3-all,
python3-setuptools,
+ python-numpy,
+ python3-numpy,
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
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
-Homepage: http://paulmueller.github.io/multipletau
+Homepage: http://paulmueller.github.io/python-multipletau
Package: python-multipletau
@@ -38,7 +38,7 @@ Description: A multiple-tau algorithm for Python/NumPy.
Package: python3-multipletau
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
-python-numpy,
+ python3-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
diff --git a/debian/rules b/debian/rules
index af49f73..0f75e5d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,6 @@
#!/usr/bin/make -f
+export DH_VERBOSE=1
export PYBUILD_NAME=multipletau
%:
--
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