From 585a031ed17d838bb79d184b889eb795a2da08aa Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Mon, 27 Apr 2020 02:02:45 +0000 Subject: [PATCH 1/3] Bump debhelper from deprecated 9 to 12. Fixes: lintian: package-uses-deprecated-debhelper-compat-version See-also: https://lintian.debian.org/tags/package-uses-deprecated-debhelper-compat-version.html --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7a7506d..a79ae59 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-click (7.0-4) UNRELEASED; urgency=medium + + * Bump debhelper from deprecated 9 to 12. + + -- Debian Janitor Mon, 27 Apr 2020 02:02:31 +0000 + python-click (7.0-3) unstable; urgency=medium [ Ondřej Nový ] diff --git a/debian/control b/debian/control index 7d150cd..33a9c15 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: python Priority: optional Maintainer: Sandro Tosi Uploaders: Debian Python Modules Team -Build-Depends: debhelper-compat (= 9), +Build-Depends: debhelper-compat (= 12), dh-python, python3-all, python3-setuptools, From 6e51d59bfb141c7b2bd44dd2c14ff387f193163e Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Mon, 27 Apr 2020 02:03:27 +0000 Subject: [PATCH 2/3] Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. Fixes: lintian: upstream-metadata-file-is-missing See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html Fixes: lintian: upstream-metadata-missing-bug-tracking See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html Fixes: lintian: upstream-metadata-missing-repository See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html --- debian/changelog | 2 ++ debian/upstream/metadata | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 debian/upstream/metadata diff --git a/debian/changelog b/debian/changelog index a79ae59..5fcb98c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ python-click (7.0-4) UNRELEASED; urgency=medium * Bump debhelper from deprecated 9 to 12. + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, + Repository-Browse. -- Debian Janitor Mon, 27 Apr 2020 02:02:31 +0000 diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..1ebfed3 --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,4 @@ +Bug-Database: https://github.com/pallets/click/issues +Bug-Submit: https://github.com/pallets/click/issues/new +Repository: https://github.com/pallets/click.git +Repository-Browse: https://github.com/pallets/click From 68bbfd28cfff38d3d57fb3f2d5ad014b62f1007d Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Mon, 27 Apr 2020 02:04:13 +0000 Subject: [PATCH 3/3] Update standards version to 4.5.0, no changes needed. Fixes: lintian: out-of-date-standards-version See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5fcb98c..d43061a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ python-click (7.0-4) UNRELEASED; urgency=medium * Bump debhelper from deprecated 9 to 12. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. + * Update standards version to 4.5.0, no changes needed. -- Debian Janitor Mon, 27 Apr 2020 02:02:31 +0000 diff --git a/debian/control b/debian/control index 33a9c15..99de0c0 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: debhelper-compat (= 12), Build-Depends-Indep: python3-requests, python3-pytest, python3-colorama -Standards-Version: 4.4.1 +Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/python-team/modules/python-click Vcs-Git: https://salsa.debian.org/python-team/modules/python-click.git Homepage: https://github.com/pallets/click