This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository python-multipletau.
commit ed253f4b538ecec4315acb47352f604c983fb0bc Author: Andreas Tille <[email protected]> Date: Tue May 6 18:52:22 2014 +0200 cme fix dpkg-control; bumped debhelper to compat level 9 --- debian/compat | 2 +- debian/control | 43 +++++++++++++++++++++---------------------- 2 files changed, 22 insertions(+), 23 deletions(-) diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index 30e48d3..e1c2b94 100644 --- a/debian/control +++ b/debian/control @@ -1,31 +1,30 @@ Source: python-multipletau Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Alexandre Mestiashvili <[email protected]>, +Uploaders: Alexandre Mestiashvili <[email protected]> Section: python Priority: optional -Build-Depends: - debhelper (>= 8), - dh-python, - python-all (>= 2.6.6-3), - python-setuptools, - python-sphinx, - python3-all, - python3-setuptools, - python-numpy, - python3-numpy, - python3-sphinx, -X-Python-Version: >= 2.6 -X-Python3-Version: >= 3.2 +Build-Depends: debhelper (>= 9), + dh-python, + python-all, + python-setuptools, + python-sphinx, + python3-all, + python3-setuptools, + python-numpy, + python3-numpy, + python3-sphinx 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 - +X-Python-Version: >= 2.6 +X-Python3-Version: >= 3.2 Package: python-multipletau Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, - python-numpy, +Depends: ${misc:Depends}, + ${python:Depends}, + python-numpy Description: 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 @@ -36,11 +35,11 @@ Description: multiple-tau algorithm for Python/NumPy . This is the Python 2 version of the package - Package: python3-multipletau Architecture: all -Depends: ${misc:Depends}, ${python3:Depends}, - python3-numpy, +Depends: ${misc:Depends}, + ${python3:Depends}, + python3-numpy Description: 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 @@ -51,11 +50,11 @@ Description: multiple-tau algorithm for Python/NumPy . This is the Python 3 version of the package - Package: python-multipletau-doc Architecture: all -Depends: ${misc:Depends}, ${sphinxdoc:Depends} Section: doc +Depends: ${misc:Depends}, + ${sphinxdoc:Depends} Description: documentation for multipletau python module This package contains HTML documentation for python-multipletau . -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-multipletau.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
