Set debhelper-compat version in Build-Depends.
Changes-By: lintian-brush
Fixes: lintian: uses-debhelper-compat-file
See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html
Jenkins
1 year, 6 months ago
5 | 5 |
* Add missing build dependency on dh addon.
|
6 | 6 |
* Bump debhelper from deprecated 9 to 13.
|
7 | 7 |
+ Replace python_distutils buildsystem with pybuild.
|
|
8 |
* Set debhelper-compat version in Build-Depends.
|
8 | 9 |
|
9 | 10 |
-- Debian Janitor <janitor@jelmer.uk> Tue, 21 Sep 2021 02:19:22 -0000
|
10 | 11 |
|
1 | 1 |
Maintainer: MartÃn Ferrari <tincho@debian.org>
|
2 | 2 |
Section: python
|
3 | 3 |
Priority: optional
|
4 | |
Build-Depends: python-all-dev, debhelper (>= 13~), dh-python, python2:any | python2-dev:any | dh-sequence-python2
|
|
4 |
Build-Depends: python-all-dev, debhelper-compat (= 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
|