Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Do not test dropped Python2 libraries in autopkgtest.
· 3d660cbc
Andreas Tille
authored
Dec 06, 2019
3d660cbc
routine-update: Standards-Version: 4.4.1
· befefaa4
Andreas Tille
authored
Dec 06, 2019
befefaa4
R-U: Trailing whitespace in debian/changelog
· 8b7e0ffc
Andreas Tille
authored
Dec 06, 2019
8b7e0ffc
routine-update: Ready to upload to unstable
· 162723de
Andreas Tille
authored
Dec 06, 2019
162723de
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
162723de
python-multipletau (0.3.3+ds-3) unstable; urgency=medium
* Team upload
[ Michael Hudson-Doyle ]
* Do not test dropped Python2 libraries in autopkgtest.
Closes: #944700
[ Andreas Tille ]
* Standards-Version: 4.4.1
* Remove trailing whitespace in debian/changelog
-- Andreas Tille <tille@debian.org> Fri, 06 Dec 2019 13:49:14 +0100
python-multipletau (0.3.3+ds-2) unstable; urgency=medium
* Team upload.
...
...
debian/control
View file @
162723de
...
...
@@ -13,7 +13,7 @@ Build-Depends: debhelper-compat (= 12),
python3-pytest-runner,
python3-setuptools,
python3-sphinx
Standards-Version: 4.4.
0
Standards-Version: 4.4.
1
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
...
...
debian/tests/control
View file @
162723de
Test-Command: for p in
$(pyversions -s)
$(py3versions -s); do $p -m pytest tests/; done
Test-Command: for p in $(py3versions -s); do $p -m pytest tests/; done
Depends:
python-pytest,
python-multipletau,
python3-pytest,
python3-multipletau,