[med-svn] [python-multipletau] 04/10: d/changelog: imported new upstream version d/control: add python{3}-numpydoc d/rules: build the documentation with sphinxdoc/numpydoc
Alex Mestiashvili
malex-guest at moszumanska.debian.org
Tue Dec 15 17:11:45 UTC 2015
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 d5cb290fc8252d3f2b04ce9c51d7e67ad36409d1
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date: Tue Dec 15 15:57:15 2015 +0100
d/changelog: imported new upstream version
d/control: add python{3}-numpydoc
d/rules: build the documentation with sphinxdoc/numpydoc
---
debian/changelog | 15 +++++++++++++++
debian/control | 21 ++++++++++-----------
debian/rules | 7 +++----
3 files changed, 28 insertions(+), 15 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5c13248..734e820 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+python-multipletau (0.1.5+ds-1) UNRELEASED; urgency=medium
+
+ [ Andreas Tille ]
+ * cme fix dpkg-control; bumped debhelper to compat level 9
+
+ [ Alexandre Mestiashvili ]
+ * d/control: cme fix dpkg, remove python{,3}-numpy dependency,
+ as it should be resolved by ${python:Depends}
+ * d/rules: remove DH_VERBOSE
+ * d/copyright: update copyright year and exclude tests/runtests.py blob
+ * d/watch: add +ds suffix, as we delete tests/runtests.py
+ * Imported Upstream version 0.1.5
+
+ -- Alexandre Mestiashvili <alex at biotec.tu-dresden.de> Tue, 15 Dec 2015 10:30:01 +0100
+
python-multipletau (0.1.4-1) unstable; urgency=low
* imported version 0.1.4
diff --git a/debian/control b/debian/control
index 033ce8f..28ab0cc 100644
--- a/debian/control
+++ b/debian/control
@@ -6,12 +6,14 @@ Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
python-all,
+ python-numpy,
+ python-numpydoc,
python-setuptools,
python-sphinx,
python3-all,
- python3-setuptools,
- python-numpy,
python3-numpy,
+ python3-numpydoc,
+ python3-setuptools,
python3-sphinx
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-multipletau.git
@@ -22,13 +24,12 @@ X-Python3-Version: >= 3.2
Package: python-multipletau
Architecture: all
-Depends: ${misc:Depends},
- ${python:Depends},
+Depends: ${misc:Depends}, ${python:Depends}
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
correlation on a linear scale such as `numpy.correlate`
- .
+ .
An online reference is available
at http://paulmueller.github.io/multipletau
.
@@ -36,13 +37,12 @@ Description: multiple-tau algorithm for Python/NumPy
Package: python3-multipletau
Architecture: all
-Depends: ${misc:Depends},
- ${python3:Depends},
+Depends: ${misc:Depends}, ${python3:Depends}
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
correlation on a linear scale such as `numpy.correlate`
- .
+ .
An online reference is available
at http://paulmueller.github.io/multipletau
.
@@ -51,10 +51,9 @@ Description: multiple-tau algorithm for Python/NumPy
Package: python-multipletau-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
- ${sphinxdoc:Depends}
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: documentation for multipletau python module
This package contains HTML documentation for python-multipletau
- .
+ .
An online reference is available
at http://paulmueller.github.io/multipletau
diff --git a/debian/rules b/debian/rules
index e0e9786..df09102 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,11 +5,10 @@ export PYBUILD_NAME=multipletau
%:
dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
-overrdie_dh_auto_build:
+override_dh_auto_build:
dh_auto_build
- cd $(CURDIR)/doc && make html
+ PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bhtml doc/ build/html
override_dh_installdocs:
- PYTHONPATH=`pwd` make -C doc html
- dh_installdocs -ppython-multipletau-doc doc/_build/html
+ dh_installdocs -ppython-multipletau-doc build/html
dh_installdocs -A
--
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