From 8078422861acb0e5e276d2ab3a7f1ed5d5561118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Sat, 20 Jul 2019 00:15:50 +0200 Subject: [PATCH 1/2] Use debhelper-compat instead of debian/compat --- debian/changelog | 6 ++++++ debian/compat | 1 - debian/control | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) delete mode 100644 debian/compat diff --git a/debian/changelog b/debian/changelog index 54d1084c..b0e89428 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-botocore (1.12.103+repack-2) UNRELEASED; urgency=medium + + * Use debhelper-compat instead of debian/compat. + + -- Ondřej Nový 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 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 48082f72..00000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -12 diff --git a/debian/control b/debian/control index 5023a8e8..27114cea 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: TANIGUCHI Takaki -Build-Depends: debhelper (>= 12) +Build-Depends: debhelper-compat (= 12) , python-all , python-setuptools , python3-all From a282b538145c4d19e049f6ff00725ae3f12febfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Sat, 20 Jul 2019 00:15:51 +0200 Subject: [PATCH 2/2] Bump Standards-Version to 4.4.0 --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b0e89428..d2fe4cb4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ python-botocore (1.12.103+repack-2) UNRELEASED; urgency=medium * Use debhelper-compat instead of debian/compat. + * Bump Standards-Version to 4.4.0. -- Ondřej Nový Sat, 20 Jul 2019 00:15:50 +0200 diff --git a/debian/control b/debian/control index 27114cea..1070d7d1 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: debhelper-compat (= 12) , python-mock , python3-mock , dh-python -Standards-Version: 4.3.0 +Standards-Version: 4.4.0 Homepage: https://github.com/boto/botocore Vcs-Git: https://salsa.debian.org/python-team/modules/python-botocore.git Vcs-Browser: https://salsa.debian.org/python-team/modules/python-botocore