Lintian Fixes - ceilometer

Ready changes

Summary

Diff

diff --git a/debian/control b/debian/control
index 7c72990f1..0c2d1aefe 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
  Thomas Goirand <zigo@debian.org>,
  Michal Arbet <michal.arbet@ultimum.io>,
 Build-Depends:
- debhelper-compat (= 11),
+ debhelper-compat (= 13),
  dh-python,
  openstack-pkg-tools (>= 123~),
  po-debconf,
@@ -77,7 +77,7 @@ Build-Depends-Indep:
  python3-yaml,
  python3-zaqarclient,
  subunit <!nocheck>,
-Standards-Version: 4.5.1
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/openstack-team/services/ceilometer
 Vcs-Git: https://salsa.debian.org/openstack-team/services/ceilometer.git
 Homepage: http://wiki.openstack.org/Ceilometer
diff --git a/debian/rules b/debian/rules
index 297983325..f06c81302 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ export HOME="$(CURDIR)/debian/test"
 include /usr/share/openstack-pkg-tools/pkgos.make
 
 %:
-	dh $@  --with python3,sphinxdoc
+	dh $@  --with python3,sphinxdoc --buildsystem=pybuild
 
 override_dh_clean:
 	dh_clean
@@ -40,7 +40,7 @@ endif
 
 	rm -rf $(CURDIR)/debian/tmp/usr/etc
 	dh_install
-	dh_missing --fail-missing
+	dh_missing
 
 	# Manage ceilometer.conf
 	mkdir -p $(CURDIR)/debian/ceilometer-common/usr/share/ceilometer-common
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000000000..cda6b628c
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,2 @@
+---
+Repository-Browse: https://github.com/openstack/ceilometer

Run locally

More details

Full run details

Historical runs