Lintian Fixes - freezer-api

Ready changes

Diff

diff --git a/debian/changelog b/debian/changelog
index 0b7c8de..8e36e29 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+freezer-api (14.0.0-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.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Mon, 19 Jun 2023 13:00:57 -0000
+
 freezer-api (14.0.0-2) unstable; urgency=medium
 
   * Uploading to unstable.
diff --git a/debian/control b/debian/control
index 85c866d..a3c35f7 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,
@@ -42,7 +42,7 @@ Build-Depends-Indep:
  python3-testresources,
  python3-testscenarios,
  subunit,
-Standards-Version: 4.4.1
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/openstack-team/services/freezer-api
 Vcs-Git: https://salsa.debian.org/openstack-team/services/freezer-api.git
 Homepage: https://wiki.openstack.org/wiki/Freezer-api
diff --git a/debian/rules b/debian/rules
index e8c9509..b50bb8e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ include /usr/share/openstack-pkg-tools/pkgos.make
 FREEZER_API_CONF=$(CURDIR)/debian/freezer-api/usr/share/freezer-api/freezer-api.conf
 
 %:
-	dh $@ --buildsystem=python_distutils --with python3,sphinxdoc
+	dh $@ --buildsystem=pybuild --with python3,sphinxdoc
 
 override_dh_auto_clean:
 	python3 setup.py clean
@@ -69,7 +69,7 @@ endif
 
 	dh_install
 	rm -rf $(CURDIR)/debian/tmp/usr/etc
-	dh_missing --fail-missing
+	dh_missing
 
 override_dh_sphinxdoc:
 ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..24c9dfc
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,2 @@
+---
+Repository-Browse: https://github.com/openstack/freezer-api

Debdiff

File lists identical (after any substitutions)

No differences were encountered between the control files of package freezer-api

No differences were encountered between the control files of package freezer-api-doc

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

Run locally

More details

Full run details