Use debhelper-compat instead of debian/compat

This commit is contained in:
Ondřej Nový 2019-07-20 00:15:50 +02:00
parent 0e03620abb
commit 8078422861
3 changed files with 7 additions and 2 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
python-botocore (1.12.103+repack-2) UNRELEASED; urgency=medium
* Use debhelper-compat instead of debian/compat.
-- Ondřej Nový <onovy@debian.org> Sat, 20 Jul 2019 00:15:50 +0200
python-botocore (1.12.103+repack-1) unstable; urgency=medium
* New upstream version 1.12.103+repack

1
debian/compat vendored
View file

@ -1 +0,0 @@
12

2
debian/control vendored
View file

@ -3,7 +3,7 @@ Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper (>= 12)
Build-Depends: debhelper-compat (= 12)
, python-all
, python-setuptools
, python3-all