Lintian Fixes - pyqt-distutils

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 793dcfd..2272f1a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+pyqt-distutils (0.7.3-4) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
+  * Update standards version to 4.6.2, no changes needed.
+  * Set upstream metadata fields: Repository.
+  * Add debian/watch file, using github.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Mon, 06 Feb 2023 18:50:29 -0000
+
 pyqt-distutils (0.7.3-3) unstable; urgency=medium
 
   * remove suggests on non-existent -doc package
diff --git a/debian/control b/debian/control
index d8ad6a7..c24809b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
 Priority: optional
 Maintainer: Bdale Garbee <bdale@gag.com>
 Build-Depends: debhelper-compat (= 13), dh-python, python3-setuptools, python3-all
-Standards-Version: 4.5.0
+Standards-Version: 4.6.2
 Homepage: https://github.com/ColinDuquesnoy/pyqt_distutils
 Vcs-Browser: https://salsa.debian.org/debian/pyqt-distutils
 Vcs-Git: https://salsa.debian.org/debian/pyqt-distutils.git
@@ -16,7 +16,7 @@ Depends: ${python3:Depends}, ${misc:Depends}
 Description: distutils extension to work with PyQt applications and UI files (Python3)
  A set of distutils extension to work with PyQt applications and UI files.
  .
- The goal of this tiny library is to help you write PyQt application in 
+ The goal of this tiny library is to help you write PyQt application in
  a pythonic way, using setup.py to build the Qt designer Ui files.
  .
  This works with PyQt4, PyQt5 and PySide (tested with python3 only).
diff --git a/debian/rules b/debian/rules
index ba1e74f..b310a31 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,4 +6,3 @@ export PYBUILD_NAME=pyqt-distutils
 
 %:
 	dh $@ --with python3 --buildsystem=pybuild
-
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..44b1cc2
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/ColinDuquesnoy/pyqt_distutils/issues
+Bug-Submit: https://github.com/ColinDuquesnoy/pyqt_distutils/issues/new
+Repository: https://github.com/ColinDuquesnoy/pyqt_distutils.git
+Repository-Browse: https://github.com/ColinDuquesnoy/pyqt_distutils
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..eeb2f3f
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=4
+opts=filenamemangle=s/.*\/(\d\S+)\.tar\.gz/pyqt_distutils-$1\.tar\.gz/ https://github.com/ColinDuquesnoy/pyqt_distutils/tags .*\/(\d\S+)\.tar\.gz

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details