Codebase list python-cbor / 8e07f1e
Set debhelper-compat version in Build-Depends. Fixes lintian: uses-debhelper-compat-file See https://lintian.debian.org/tags/uses-debhelper-compat-file.html for more details. Debian Janitor 4 years ago
3 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
77
88 [ Debian Janitor ]
99 * Bump debhelper from old 9 to 12.
10 * Set debhelper-compat version in Build-Depends.
1011
1112 -- Ondřej Nový <onovy@debian.org> Mon, 01 Oct 2018 09:41:33 +0200
1213
+0
-1
debian/compat less more
0 12
11 Section: python
22 Priority: optional
33 Maintainer: Agustin Henze <tin@debian.org>
4 Build-Depends: debhelper (>= 12~),
4 Build-Depends: debhelper-compat (= 12),
55 dh-python,
66 python3-all,
77 python3-setuptools,