Lintian Fixes - neutron-dynamic-routing

Ready changes

Diff

diff --git a/debian/changelog b/debian/changelog
index afe730f..ed54abc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+neutron-dynamic-routing (2:21.0.0~rc1-3) UNRELEASED; urgency=medium
+
+  * Bump debhelper from old 11 to 13.
+    + Replace python_distutils buildsystem with pybuild.
+    + debian/rules: Drop --fail-missing argument to dh_missing, which is now the
+      default.
+  * Set upstream metadata fields: Repository-Browse.
+  * Update standards version to 4.6.1, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sat, 24 Sep 2022 23:24:12 -0000
+
 neutron-dynamic-routing (2:21.0.0~rc1-2) unstable; urgency=medium
 
   * Uploading to unstable.
diff --git a/debian/control b/debian/control
index 4788da8..0b0b226 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,
  python3-all,
@@ -51,7 +51,7 @@ Build-Depends-Indep:
  python3-webtest,
  subunit,
  tempest,
-Standards-Version: 4.5.1
+Standards-Version: 4.6.1
 Vcs-Browser: https://salsa.debian.org/openstack-team/neutron-plugins/neutron-dynamic-routing
 Vcs-Git: https://salsa.debian.org/openstack-team/neutron-plugins/neutron-dynamic-routing.git
 Homepage: https://github.com/openstack/neutron-dynamic-routing
diff --git a/debian/rules b/debian/rules
index 99d2be3..39af514 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ UPSTREAM_GIT = https://github.com/openstack/neutron-dynamic-routing.git
 include /usr/share/openstack-pkg-tools/pkgos.make
 
 %:
-	dh $@ --buildsystem=python_distutils --with python3
+	dh $@ --buildsystem=pybuild --with python3
 
 override_dh_auto_clean:
 	python3 setup.py clean
@@ -50,7 +50,7 @@ endif
 	pkgos-fix-config-default $(CURDIR)/debian/neutron-dynamic-routing-common/etc/neutron/bgp_dragent.ini bgp bgp_speaker_driver neutron_dynamic_routing.services.bgp.agent.driver.os_ken.driver.OsKenBgpDriver
 
 	dh_install
-	dh_missing --fail-missing
+	dh_missing
 
 override_dh_auto_test:
 	echo "Do nothing..."
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..f5c527e
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,2 @@
+---
+Repository-Browse: https://github.com/openstack/neutron-dynamic-routing

Run locally

More details

Full run details