Use debhelper-compat instead of debian/compat

This commit is contained in:
Ondřej Nový 2019-10-18 16:34:51 +02:00
parent 2e9c624214
commit 29d955be27
3 changed files with 7 additions and 2 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
python-click (7.0-3) UNRELEASED; urgency=medium
* Use debhelper-compat instead of debian/compat.
-- Ondřej Nový <onovy@debian.org> Fri, 18 Oct 2019 16:34:51 +0200
python-click (7.0-2) unstable; urgency=medium
* debian/control

1
debian/compat vendored
View file

@ -1 +0,0 @@
9

2
debian/control vendored
View file

@ -3,7 +3,7 @@ Section: python
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9),
Build-Depends: debhelper-compat (= 9),
dh-python,
python-all,
python-setuptools,