diff --git a/debian/changelog b/debian/changelog index 7a7506d..d43061a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +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 + python-click (7.0-3) unstable; urgency=medium [ Ondřej Nový ] diff --git a/debian/control b/debian/control index 7d150cd..99de0c0 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, @@ -13,7 +13,7 @@ Build-Depends: debhelper-compat (= 9), 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 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