diff --git a/debian/changelog b/debian/changelog index f91100c67a572c490db0da98b28b46380d3eb757..4a1368f447c406eeeb716d697da217506bcd791f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +python-pbr (5.4.5-4) UNRELEASED; urgency=medium + + * Move source package lintian overrides to debian/source. + * Bump debhelper from old 10 to 12. + * Set upstream metadata fields: Repository, Repository-Browse. + * Update standards version to 4.5.0, no changes needed. + + -- Debian Janitor Sun, 26 Apr 2020 15:21:43 +0000 + python-pbr (5.4.5-3) unstable; urgency=medium * Reactivate tests and docs. diff --git a/debian/control b/debian/control index 9cdd62298f2bb9d44f387db61e71836e802eb6b0..e9507b708a99abd35697223f9d854b33ec120d56 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 , 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..2f078cbb7e64b249d597353548920a35078cc64d --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,2 @@ +Repository: https://github.com/openstack-dev/pbr.git +Repository-Browse: https://github.com/openstack-dev/pbr