diff --git a/debian/changelog b/debian/changelog index 7875622..5dc245b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +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. + * Set upstream metadata fields: Repository. + + -- Debian Janitor Thu, 07 Nov 2019 21:38:22 +0000 + python-boto3 (1.9.253-1) unstable; urgency=medium * New upstream version 1.9.253 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec63514..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control index 4d28387..4f6934a 100644 --- a/debian/control +++ b/debian/control @@ -3,14 +3,14 @@ Section: python Priority: optional Maintainer: Eric Evans Uploaders: Alexander GQ Gerasiov -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper-compat (= 12), dh-python, python3-all, python3-s3transfer (>= 0.1.10), python3-setuptools -Standards-Version: 4.3.0 +Standards-Version: 4.4.1 Homepage: https://github.com/boto/boto3 -Vcs-Git:https://salsa.debian.org/eevans/python-boto3.git +Vcs-Git: https://salsa.debian.org/eevans/python-boto3.git Vcs-Browser: https://salsa.debian.org/eevans/python-boto3 Package: python3-boto3 diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..2717035 --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1 @@ +Repository: https://github.com/boto/boto3