[med-svn] [python-multipletau] 01/02: d/changelog: close ITP d/control: add python3 section d/rules: build python3 package as well

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 86ae65d30aeb64840fff8302b752baebbbd561a3
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date:   Wed Apr 30 15:22:44 2014 +0200

    d/changelog: close ITP
    d/control: add python3 section
    d/rules: build python3 package as well
---
 debian/changelog |  3 ++-
 debian/control   | 22 +++++++++++++++++++++-
 debian/rules     |  2 +-
 3 files changed, 24 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 899c90c..af71f59 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
-python-multipletau (0.1.4-1) unstable; urgency=low
+python-multipletau (0.1.4-1) UNRELEASED; urgency=low
 
   * imported version 0.1.4
   * initial debianinization
+  * (Closes: #746246)
 
  -- Alexandre Mestiashvili <alex at biotec.tu-dresden.de>  Thu, 24 Apr 2014 10:19:18 +0200
diff --git a/debian/control b/debian/control
index 3c52e97..8dfd81a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,15 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
 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), dh-python,
+Build-Depends: 
+ python-setuptools,
+ python-all (>= 2.6.6-3),
+ debhelper (>= 7),
+ dh-python,
  python-numpy,
+ python3,
+ python3-all,
+ python3-setuptools
 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
@@ -22,3 +29,16 @@ Description: A multiple-tau algorithm for Python/NumPy.
  . 
  An online reference is available
  at http://paulmueller.github.io/multipletau/.
+
+
+Package: python3-multipletau
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends},
+ 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
+ correlation on a linear scale such as `numpy.correlate`.
+ . 
+ An online reference is available
+ at http://paulmueller.github.io/multipletau/.
diff --git a/debian/rules b/debian/rules
index ecd2737..04fac7a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with python2 --buildsystem=pybuild
+	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