Lintian Fixes - python-freezerclient

Ready changes

Summary

Diff

diff --git a/debian/control b/debian/control
index b7711ee..d4d5200 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
  Michal Arbet <michal.arbet@ultimum.io>,
  Thomas Goirand <zigo@debian.org>,
 Build-Depends:
- debhelper-compat (= 11),
+ debhelper-compat (= 13),
  dh-python,
  openstack-pkg-tools,
  python3-all,
@@ -23,13 +23,12 @@ Build-Depends-Indep:
  python3-oslo.utils,
  python3-stestr,
  python3-testtools,
-Standards-Version: 4.4.1
+Standards-Version: 4.6.2
 Vcs-Git: https://salsa.debian.org/openstack-team/clients/python-freezerclient.git
 Vcs-Browser: https://salsa.debian.org/openstack-team/clients/python-freezerclient
 Homepage: https://github.com/openstack/python-freezerclient.git
 
 Package: python3-freezerclient
-Section: python
 Architecture: all
 Depends:
  python3-cliff,
diff --git a/debian/rules b/debian/rules
index 89f99e1..adedfb4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 include /usr/share/openstack-pkg-tools/pkgos.make
 
 %:
-	dh $@ --buildsystem=python_distutils --with python3,sphinxdoc
+	dh $@ --buildsystem=pybuild --with python3,sphinxdoc
 
 
 override_dh_auto_build:
@@ -16,9 +16,7 @@ override_dh_python3:
 	dh_python3 --shebang=/usr/bin/python3
 
 override_dh_auto_test:
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	pkgos-dh_auto_test --no-py2
-endif
 
 override_dh_auto_clean:
 	python3 setup.py clean
@@ -29,5 +27,5 @@ override_dh_auto_clean:
 override_dh_sphinxdoc:
 ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
 	python3 -m sphinx -b html doc/source $(CURDIR)/debian/python-freezerclient-doc/usr/share/doc/python-freezerclient-doc/html
-	dh_sphinxdoc -O--buildsystem=python_distutils
+	dh_sphinxdoc -O--buildsystem=pybuild
 endif
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..3157e6e
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,2 @@
+---
+Repository-Browse: https://github.com/openstack/python-freezerclient

Debdiff

File lists identical (after any substitutions)

No differences were encountered between the control files of package python-freezerclient-doc

No differences were encountered between the control files of package python3-freezerclient

Run locally

More details

Full run details