diff --git a/debian/changelog b/debian/changelog index b26fcfb35ee1ba7be7fbe67b08a8b31fb9d55ace..4fc869eb47a7070e8975037f74605b990511f2d5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +python-pbr (5.5.0-3) UNRELEASED; urgency=medium + + * Move source package lintian overrides to debian/source. + * Bump debhelper from old 10 to 12. + + Replace python_distutils buildsystem with pybuild. + * Set upstream metadata fields: Repository, Repository-Browse. + * Update standards version to 4.5.0, no changes needed. + + -- Debian Janitor Sun, 01 Nov 2020 05:00:50 -0000 + python-pbr (5.5.0-2) unstable; urgency=medium * Uploading to unstable. diff --git a/debian/control b/debian/control index 0084e4d63f2af5b33093e4c0192ec00f048352ae..2341f50b781f5b5d5b18c71b6b88a0c3b2e05f5b 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Thomas Goirand , Prach Pongpanich , Build-Depends: - debhelper-compat (= 10), + debhelper-compat (= 12), dh-python, git, gnupg, @@ -31,7 +31,7 @@ Build-Depends-Indep: python3-virtualenv (>= 20.0) , python3-wheel , subunit , -Standards-Version: 4.4.1 +Standards-Version: 4.5.0 Rules-Requires-Root: no Vcs-Browser: https://salsa.debian.org/openstack-team/libs/python-pbr Vcs-Git: https://salsa.debian.org/openstack-team/libs/python-pbr.git diff --git a/debian/rules b/debian/rules index d160aad308c98ce8a22dae18277163821e6843bf..a513cc82a6c8d4b87e7a4f0de14e445c47208544 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ export http_proxy=127.0.0.1:9 export https_proxy=127.0.0.1:9 %: - dh $@ --buildsystem=python_distutils --with python3,sphinxdoc + dh $@ --buildsystem=pybuild --with python3,sphinxdoc override_dh_auto_clean: rm -rf .stestr build __pycache__ diff --git a/debian/source.lintian-overrides b/debian/source/lintian-overrides similarity index 100% rename from debian/source.lintian-overrides rename to debian/source/lintian-overrides diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000000000000000000000000000000000000..1a72a8770d07e4d70fdd8fe85bdef658a8d5771c --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,3 @@ +--- +Repository: https://github.com/openstack/pbr.git +Repository-Browse: https://github.com/openstack/pbr