Bump debhelper from deprecated 9 to 13.
+ Replace python_distutils buildsystem with pybuild.
Changes-By: lintian-brush
Fixes: lintian: package-uses-deprecated-debhelper-compat-version
See-also: https://lintian.debian.org/tags/package-uses-deprecated-debhelper-compat-version.html
Debian Janitor
1 year, 10 months ago
3 | 3 |
* Use secure copyright file specification URI.
|
4 | 4 |
* Upgrade to newer source format 3.0 (quilt).
|
5 | 5 |
* Add missing build dependency on dh addon.
|
|
6 |
* Bump debhelper from deprecated 9 to 13.
|
|
7 |
+ Replace python_distutils buildsystem with pybuild.
|
6 | 8 |
|
7 | 9 |
-- Debian Janitor <janitor@jelmer.uk> Wed, 10 Nov 2021 04:46:07 -0000
|
8 | 10 |
|
1 | 1 |
Maintainer: MartÃn Ferrari <tincho@debian.org>
|
2 | 2 |
Section: python
|
3 | 3 |
Priority: optional
|
4 | |
Build-Depends: python-all-dev, debhelper (>= 9), dh-python, python2:any | python2-dev:any | dh-sequence-python2
|
|
4 |
Build-Depends: python-all-dev, debhelper (>= 13~), dh-python, python2:any | python2-dev:any | dh-sequence-python2
|
5 | 5 |
Standards-Version: 3.9.8
|
6 | 6 |
Homepage: https://github.com/TheTincho/python-passfd/
|
7 | 7 |
Vcs-Browser: https://anonscm.debian.org/cgit/users/tincho/python-passfd.git
|
0 | 0 |
#!/usr/bin/make -f
|
1 | 1 |
|
2 | 2 |
%:
|
3 | |
dh $@ --with python2 --buildsystem=python_distutils
|
|
3 |
dh $@ --with python2 --buildsystem=pybuild
|