From 2ae4852a2a2853ad439a10d4cba6a3938c52b31f Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Sun, 1 Nov 2020 05:00:53 +0000 Subject: [PATCH 1/4] Move source package lintian overrides to debian/source. Changes-By: lintian-brush Fixes: lintian: old-source-override-location See-also: https://lintian.debian.org/tags/old-source-override-location.html --- debian/changelog | 6 ++++++ .../{source.lintian-overrides => source/lintian-overrides} | 0 2 files changed, 6 insertions(+) rename debian/{source.lintian-overrides => source/lintian-overrides} (100%) diff --git a/debian/changelog b/debian/changelog index b26fcfb..39562d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-pbr (5.5.0-3) UNRELEASED; urgency=medium + + * Move source package lintian overrides to debian/source. + + -- 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/source.lintian-overrides b/debian/source/lintian-overrides similarity index 100% rename from debian/source.lintian-overrides rename to debian/source/lintian-overrides -- GitLab From 717e5676c70a84acfec64a7443515e24defef5b9 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Sun, 1 Nov 2020 05:00:58 +0000 Subject: [PATCH 2/4] Bump debhelper from old 10 to 12. + Replace python_distutils buildsystem with pybuild. Changes-By: lintian-brush Fixes: lintian: package-uses-old-debhelper-compat-version See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html --- debian/changelog | 2 ++ debian/control | 2 +- debian/rules | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 39562d9..a1e1f4b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ 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. -- Debian Janitor Sun, 01 Nov 2020 05:00:50 -0000 diff --git a/debian/control b/debian/control index 0084e4d..ba90bb8 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, diff --git a/debian/rules b/debian/rules index d160aad..a513cc8 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__ -- GitLab From c0ea46ec46cafa5a17494be3718be8d2277493fe Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Sun, 1 Nov 2020 05:01:12 +0000 Subject: [PATCH 3/4] Set upstream metadata fields: Repository, Repository-Browse. Changes-By: lintian-brush 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-repository See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html --- debian/changelog | 1 + debian/upstream/metadata | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 debian/upstream/metadata diff --git a/debian/changelog b/debian/changelog index a1e1f4b..d7948a3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ 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. -- Debian Janitor Sun, 01 Nov 2020 05:00:50 -0000 diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..1a72a87 --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,3 @@ +--- +Repository: https://github.com/openstack/pbr.git +Repository-Browse: https://github.com/openstack/pbr -- GitLab From 9b1fc4675c45fc40c5f830940a728feacba086ad Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Sun, 1 Nov 2020 05:01:17 +0000 Subject: [PATCH 4/4] Update standards version to 4.5.0, no changes needed. Changes-By: lintian-brush 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 d7948a3..4fc869e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ python-pbr (5.5.0-3) UNRELEASED; urgency=medium * 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 diff --git a/debian/control b/debian/control index ba90bb8..2341f50 100644 --- a/debian/control +++ b/debian/control @@ -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 -- GitLab