Lintian Fixes - python-pgq

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 4f7a3b9..73fae69 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+python-pgq (3.5-3) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Set field Upstream-Name in debian/copyright.
+  * Set upstream metadata fields: Contact, Repository, Repository-Browse.
+  * Update standards version to 4.6.1, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 15 Sep 2022 11:07:58 -0000
+
 python-pgq (3.5-2) unstable; urgency=medium
 
   * Restrict watch file to look at git tarballs only.
diff --git a/debian/control b/debian/control
index 08c9944..4c51d9a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
 Priority: optional
 Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
 Uploaders: Christoph Berg <myon@debian.org>
-Standards-Version: 4.5.0
+Standards-Version: 4.6.1
 Build-Depends:
  debhelper-compat (= 13),
  dh-python,
diff --git a/debian/copyright b/debian/copyright
index 6339d4f..8eb240b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,6 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://github.com/pgq/python-pgq
+Upstream-Name: pgq
 
 Files: *
 Copyright: Copyright (c) 2007-2016, Skytools Authors
diff --git a/debian/rules b/debian/rules
index ee8798b..5dc6bae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,4 +4,3 @@ export PYBUILD_NAME = pgq
 
 %:
 	dh $@ --with python3 --buildsystem=pybuild
-
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index c21b4fa..713f8ed 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,3 +1,6 @@
 ---
+Contact: Marko Kreen <markokr@gmail.com>
 Bug-Database: https://github.com/pgq/python-pgq/issues
 Bug-Submit: https://github.com/pgq/python-pgq/issues/new
+Repository: https://github.com/pgq/python-pgq.git
+Repository-Browse: https://github.com/pgq/python-pgq

Run locally

More details

Full run details