From 8ac843047a98788d1fcd15af0829db0b6af1e342 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Wed, 31 Aug 2022 12:29:47 +0000 Subject: [PATCH 1/3] Bump debhelper from old 11 to 13. + 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 | 7 +++++++ debian/control | 2 +- debian/rules | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index bc87c4f5..1a544e7e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-cinderclient (1:8.3.0-3) UNRELEASED; urgency=medium + + * Bump debhelper from old 11 to 13. + + Replace python_distutils buildsystem with pybuild. + + -- Debian Janitor Wed, 31 Aug 2022 12:29:47 -0000 + python-cinderclient (1:8.3.0-2) unstable; urgency=medium * Uploading to unstable. diff --git a/debian/control b/debian/control index 6d43f29d..424b7600 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Corey Bryant , Thomas Goirand , Build-Depends: - debhelper-compat (= 11), + debhelper-compat (= 13), dh-python, openstack-pkg-tools, python3-all, diff --git a/debian/rules b/debian/rules index 8acee498..272aa7fa 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ include /usr/share/openstack-pkg-tools/pkgos.make %: - dh $@ --with python3 + dh $@ --with python3 --buildsystem=pybuild override_dh_auto_clean: rm -rf build -- GitLab From b7833fa4dedaf6f970d8bad9e7424d7a7a974275 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Wed, 31 Aug 2022 12:29:55 +0000 Subject: [PATCH 2/3] 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 1a544e7e..80e6db69 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ python-cinderclient (1:8.3.0-3) UNRELEASED; urgency=medium * Bump debhelper from old 11 to 13. + Replace python_distutils buildsystem with pybuild. + * Set upstream metadata fields: Repository, Repository-Browse. -- Debian Janitor Wed, 31 Aug 2022 12:29:47 -0000 diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 00000000..530071a5 --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,3 @@ +--- +Repository: https://github.com/openstack/python-cinderclient.git +Repository-Browse: https://github.com/openstack/python-cinderclient -- GitLab From 187c5b2df75aa4d3b49207ca18855aaea2609d29 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Wed, 31 Aug 2022 12:29:58 +0000 Subject: [PATCH 3/3] Update standards version to 4.6.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 80e6db69..5af2473d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ python-cinderclient (1:8.3.0-3) UNRELEASED; urgency=medium * Bump debhelper from old 11 to 13. + Replace python_distutils buildsystem with pybuild. * Set upstream metadata fields: Repository, Repository-Browse. + * Update standards version to 4.6.0, no changes needed. -- Debian Janitor Wed, 31 Aug 2022 12:29:47 -0000 diff --git a/debian/control b/debian/control index 424b7600..9ae7bdd9 100644 --- a/debian/control +++ b/debian/control @@ -33,7 +33,7 @@ Build-Depends-Indep: python3-tempest (>= 1:26.0.0), python3-testtools, subunit, -Standards-Version: 4.5.1 +Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/openstack-team/clients/python-cinderclient Vcs-Git: https://salsa.debian.org/openstack-team/clients/python-cinderclient.git Homepage: https://github.com/openstack/python-cinderclient -- GitLab