Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Drop Python2 support
· fa11fbac
Andreas Tille
authored
Sep 04, 2019
fa11fbac
debhelper-compat 12
· 35aedbac
Andreas Tille
authored
Sep 04, 2019
35aedbac
Standards-Version: 4.4.0
· 8ebfccb2
Andreas Tille
authored
Sep 04, 2019
8ebfccb2
Upload to unstable
· 526050cd
Andreas Tille
authored
Sep 04, 2019
526050cd
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
526050cd
python-multipletau (0.3.3+ds-2) unstable; urgency=medium
* Team upload.
* Drop Python2 support
Closes: #937934
* debhelper-compat 12
* Standards-Version: 4.4.0
-- Andreas Tille <tille@debian.org> Wed, 04 Sep 2019 16:41:07 +0200
python-multipletau (0.3.3+ds-1) unstable; urgency=medium
* New upstream version 0.3.3+ds
...
...
debian/compat
deleted
100644 → 0
View file @
7b6a8daf
11
debian/control
View file @
526050cd
...
...
@@ -3,16 +3,8 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Alexandre Mestiashvili <mestia@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (
>
= 1
1~
),
Build-Depends: debhelper
-compat
(= 1
2
),
dh-python,
python-all,
python-mock,
python-numpy,
python-numpydoc,
python-pytest,
python-pytest-runner,
python-setuptools,
python-sphinx,
python3-all,
python3-mock,
python3-numpy,
...
...
@@ -21,31 +13,17 @@ Build-Depends: debhelper (>= 11~),
python3-pytest-runner,
python3-setuptools,
python3-sphinx
Standards-Version: 4.
2.1
Standards-Version: 4.
4.0
Vcs-Browser: https://salsa.debian.org/med-team/python-multipletau
Vcs-Git: https://salsa.debian.org/med-team/python-multipletau.git
Homepage: https://github.com/FCS-analysis/multipletau
Package: python-multipletau
Architecture: all
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
.
This is the Python 2 version of the package
Package: python3-multipletau
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Description: multiple-tau algorithm for Python3/NumPy
Multipe-tau correlation is computed on a logarithmic scale (less
Multip
l
e-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`
.
...
...
debian/python-multipletau-doc.doc-base
View file @
526050cd
...
...
@@ -7,5 +7,5 @@ Abstract: This is the documentation of multipletau
Section: Programming/Python
Format: HTML
Index: /usr/share/doc/python-multipletau/html/index.html
Files: /usr/share/doc/python-multipletau/html/*
Index: /usr/share/doc/python-multipletau
-doc
/html/index.html
Files: /usr/share/doc/python-multipletau
-doc
/html/*
debian/rules
View file @
526050cd
...
...
@@ -5,7 +5,7 @@ export PYBUILD_TEST_PYTEST=1
export LC_ALL=C.UTF-8
%:
dh $@ --with
python2,
python3,sphinxdoc --buildsystem=pybuild
dh $@ --with python3,sphinxdoc --buildsystem=pybuild
override_dh_auto_build:
dh_auto_build
...
...