Lintian Fixes - networking-sfc

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 4cfeb9d..1517b3b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+networking-sfc (15.0.0-2) UNRELEASED; urgency=medium
+
+  * Use secure URI in Homepage field.
+  * 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>  Wed, 05 Oct 2022 22:54:37 -0000
+
 networking-sfc (15.0.0-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 7e61a30..58bd43b 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,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,
@@ -48,8 +48,8 @@ Build-Depends-Indep:
  python3-webob,
  python3-webtest,
  subunit,
-Standards-Version: 4.4.1
-Homepage: http://github.com/openstack/networking-sfc
+Standards-Version: 4.6.1
+Homepage: https://github.com/openstack/networking-sfc
 Vcs-Browser: https://salsa.debian.org/openstack-team/neutron-plugins/networking-sfc
 Vcs-Git: https://salsa.debian.org/openstack-team/neutron-plugins/networking-sfc.git
 
diff --git a/debian/rules b/debian/rules
index 701c78f..1189eaa 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
+	dh $@ --buildsystem=pybuild --with python3
 
 override_dh_clean:
 	dh_clean
@@ -29,4 +29,4 @@ ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
 	pkgos-dh_auto_test --no-py2 'networking_sfc\.tests.*'
 endif
 	dh_install
-	dh_missing --fail-missing
+	dh_missing
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..9e5aabd
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,2 @@
+---
+Repository-Browse: https://github.com/openstack/networking-sfc

Debdiff

File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)

  • Homepage: http://github.com/openstack/networking-sfc https://github.com/openstack/networking-sfc

Run locally

More details

Full run details