Codebase list d2to1 / 7780cd9
Bump debhelper from deprecated 7 to 12. Fixes lintian: package-uses-deprecated-debhelper-compat-version See https://lintian.debian.org/tags/package-uses-deprecated-debhelper-compat-version.html for more details. Debian Janitor 4 years ago
4 changed file(s) with 8 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 d2to1 (0.2.12-3) UNRELEASED; urgency=medium
1
2 * Bump debhelper from deprecated 7 to 12.
3
4 -- Debian Janitor <janitor@jelmer.uk> Mon, 04 Nov 2019 20:50:41 +0000
5
06 d2to1 (0.2.12-2) unstable; urgency=medium
17
28 * Team upload.
+0
-1
debian/compat less more
0 7
22 Priority: optional
33 Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
44 Uploaders: Aurelien Jarno <aurel32@debian.org>
5 Build-Depends: debhelper (>= 7.0.50~), dh-python, python3-all (>= 3.1.2-6~), python3-setuptools
5 Build-Depends: debhelper-compat (= 12), dh-python, python3-all (>= 3.1.2-6~), python3-setuptools
66 Standards-Version: 3.9.6
77 Homepage: https://pypi.python.org/pypi/d2to1
88 Vcs-Git: https://salsa.debian.org/python-team/modules/d2to1.git
22 PY3VERS := $(shell py3versions -r)
33
44 %:
5 dh $@ --with python3
5 dh $@ --with python3 --buildsystem=pybuild
66
77 override_dh_auto_build:
88 set -ex; \