Lintian Fixes - python-falcon

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 9549712..6f8c842 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+python-falcon (3.1.0-3) UNRELEASED; urgency=medium
+
+  * Update watch file format version to 4.
+  * Use secure URI in Homepage field.
+  * Bump debhelper from old 11 to 13.
+    + Replace python_distutils buildsystem with pybuild.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
+  * Update standards version to 4.6.1, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Fri, 23 Sep 2022 11:39:05 -0000
+
 python-falcon (3.1.0-2) unstable; urgency=medium
 
   * Uploading to unstable.
diff --git a/debian/control b/debian/control
index 90af0ae..953bf9a 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
  Thomas Goirand <zigo@debian.org>,
 Build-Depends:
  cython3,
- debhelper-compat (= 11),
+ debhelper-compat (= 13),
  dh-python,
  lsb-release,
  openstack-pkg-tools (>= 99~),
@@ -34,10 +34,10 @@ Build-Depends:
  python3-websockets,
  python3-yaml,
  uvicorn,
-Standards-Version: 4.4.1
+Standards-Version: 4.6.1
 Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-falcon
 Vcs-Git: https://salsa.debian.org/openstack-team/python/python-falcon.git
-Homepage: http://falconframework.org
+Homepage: https://falconframework.org
 Rules-Requires-Root: no
 
 Package: python3-falcon
diff --git a/debian/rules b/debian/rules
index 1f5173f..4a3e80e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ include /usr/share/openstack-pkg-tools/pkgos.make
 export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
 
 %:
-	dh $@ --buildsystem=python_distutils --with python3
+	dh $@ --buildsystem=pybuild --with python3
 
 override_dh_auto_clean:
 	find . -iname '*.pyc' -delete
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..a99c334
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://github.com/falconry/falcon/issues
+Bug-Submit: https://github.com/falconry/falcon/issues/new
+Repository-Browse: https://github.com/falconry/falcon
diff --git a/debian/watch b/debian/watch
index d138a96..03fd31b 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
-version=3
+version=4
 https://github.com/racker/falcon/tags .*/(\d[\d\.]+)\.tar\.gz

Debdiff

[The following lists of changes regard files as different if they have different names, permissions or owners.]

Files in second set of .debs but not in first

-rw-r--r--  root/root   /usr/lib/debug/.dwz/x86_64-linux-gnu/python3-falcon.debug

Control files of package python3-falcon: lines which differ (wdiff format)

  • Homepage: http://falconframework.org https://falconframework.org

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

Run locally

More details

Full run details