Bump debhelper from old 9 to 12.

Fixes lintian: package-uses-old-debhelper-compat-version
See https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html for more details.
This commit is contained in:
Debian Janitor 2019-11-07 21:39:06 +00:00
parent 6b9ff878ae
commit 26ff82050d
No known key found for this signature in database
GPG key ID: 6F915003D1998D6A
3 changed files with 2 additions and 2 deletions

1
debian/changelog vendored
View file

@ -2,6 +2,7 @@ python-boto3 (1.9.253-2) UNRELEASED; urgency=medium
* Strip unusual field spacing from debian/control.
* Update standards version to 4.4.1, no changes needed.
* Bump debhelper from old 9 to 12.
-- Debian Janitor <janitor@jelmer.uk> Thu, 07 Nov 2019 21:38:22 +0000

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: Eric Evans <eevans@debian.org>
Uploaders: Alexander GQ Gerasiov <gq@debian.org>
Build-Depends: debhelper (>= 9),
Build-Depends: debhelper-compat (= 12),
dh-python,
python3-all,
python3-s3transfer (>= 0.1.10),