Lintian Fixes - q-text-as-data

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index c364484..645af8f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+q-text-as-data (3.1.6-4) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Update watch file format version to 4.
+  * Use secure URI in Homepage field.
+  * Bump debhelper from deprecated 9 to 13.
+    + Replace python_distutils buildsystem with pybuild.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Mon, 14 Aug 2023 10:46:50 -0000
+
 q-text-as-data (3.1.6-3) unstable; urgency=medium
 
   * Aslo clean .pytest_cache (Closes: #1045174).
diff --git a/debian/control b/debian/control
index d373f56..038f492 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
 Uploaders:
  Thomas Goirand <zigo@debian.org>,
 Build-Depends:
- debhelper-compat (= 9),
+ debhelper-compat (= 13),
  dh-python,
  openstack-pkg-tools,
  python3-all,
@@ -15,7 +15,7 @@ Build-Depends-Indep:
 Standards-Version: 4.0.1
 Vcs-Browser: https://salsa.debian.org/openstack-team/third-party/q-text-as-data
 Vcs-Git: https://salsa.debian.org/openstack-team/third-party/q-text-as-data.git
-Homepage: http://harelba.github.io/q/
+Homepage: https://harelba.github.io/q/
 
 Package: python3-q-text-as-data
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 1d33e8a..abd38a3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ UPSTREAM_GIT := https://github.com/harelba/q.git
 include /usr/share/openstack-pkg-tools/pkgos.make
 
 %:
-	dh $@ --with python3
+	dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_auto_clean:
 	rm -rf build .pytest_cache
@@ -29,4 +29,3 @@ ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
 		PYTHON=python$$pyvers python$$pyvers -m pytest -m 'not benchmark' -v ; \
 	done
 endif
-
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..9ae1b78
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://github.com/harelba/q/issues
+Bug-Submit: https://github.com/harelba/q/issues/new
+Repository-Browse: https://github.com/harelba/q
diff --git a/debian/watch b/debian/watch
index 3688ac6..f5c9df9 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
-version=3
+version=4
 https://github.com/harelba/q/tags .*/(\d[\d\.]+)\.tar\.gz

Debdiff

File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)

  • Homepage: http://harelba.github.io/q/ https://harelba.github.io/q/

Run locally

More details

Full run details