Lintian Fixes - python-cinderclient
Ready changes
Summary
- Bump debhelper from old 11 to 13. (package-uses-old-debhelper-compat-version)
- Set upstream metadata fields: Repository, Repository-Browse. (upstream-metadata-file-is-missing upstream-metadata-missing-repository)
- Update standards version to 4.6.0, no changes needed. (out-of-date-standards-version)
Diff
diff --git a/debian/changelog b/debian/changelog
index bc87c4f..5af2473 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+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 <janitor@jelmer.uk> 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 6d43f29..9ae7bdd 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
Corey Bryant <corey.bryant@canonical.com>,
Thomas Goirand <zigo@debian.org>,
Build-Depends:
- debhelper-compat (= 11),
+ debhelper-compat (= 13),
dh-python,
openstack-pkg-tools,
python3-all,
@@ -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
diff --git a/debian/rules b/debian/rules
index 8acee49..272aa7f 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
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..530071a
--- /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
Run locally
Try this locally (using the lintian-brush package):
debcheckout python-cinderclient
cd python-cinderclient
DEB_UPDATE_CHANGELOG=auto lintian-brush