Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Switch to python3 only. (Closes: #937566)
· b833ae7f
Timo Aaltonen
authored
Sep 12, 2019
b833ae7f
Bump to debhelper 12.
· 2d1229c6
Timo Aaltonen
authored
Sep 12, 2019
2d1229c6
releasing package pytest-sourceorder version 0.5.1-2
· 6863333c
Timo Aaltonen
authored
Sep 12, 2019
6863333c
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
6863333c
pytest-sourceorder (0.5.1-2)
UNRELEASED
; urgency=medium
pytest-sourceorder (0.5.1-2)
unstable
; urgency=medium
* control: Bump policy to 4.4.0.
* Switch to python3 only. (Closes: #937566)
* Bump to debhelper 12.
-- Timo Aaltonen <tjaalton@debian.org> Thu, 12 Sep 2019 00:3
3:17
+0300
-- Timo Aaltonen <tjaalton@debian.org> Thu, 12 Sep 2019 00:3
7:42
+0300
pytest-sourceorder (0.5.1-1) unstable; urgency=medium
...
...
debian/compat
View file @
6863333c
1
1
1
2
debian/control
View file @
6863333c
...
...
@@ -4,10 +4,8 @@ Uploaders: Timo Aaltonen <tjaalton@debian.org>
Section: python
Priority: optional
Build-Depends:
debhelper (>= 1
1
),
debhelper (>= 1
2
),
dh-python,
python-all (>= 2.6.6-3),
python-setuptools (>= 0.6b3),
python3-all,
python3-setuptools,
Standards-Version: 4.4.0
...
...
@@ -15,14 +13,6 @@ Homepage: https://pagure.io/python-pytest-sourceorder
Vcs-Git: https://salsa.debian.org/freeipa-team/pytest-sourceorder.git
Vcs-Browser: https://salsa.debian.org/freeipa-team/pytest-sourceorder
Package: python-pytest-sourceorder
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Test-ordering plugin for pytest (Python 2)
A pytest plugin for ensuring tests within a class are run in source order.
.
This package installes the library for Python 2.
Package: python3-pytest-sourceorder
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
...
...
debian/rules
View file @
6863333c
...
...
@@ -4,5 +4,5 @@
# Mon, 28 Mar 2016 08:46:03 +0300
export PYBUILD_NAME=pytest-sourceorder
%:
dh $@ --with
python2,
python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild