Lintian Fixes - django-favicon-plus-reloaded

Ready changes

Summary

Failed fixers:

See the worker log for details.

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index c94b2c4..8c6d23e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+django-favicon-plus-reloaded (1.1.3-2) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Use secure URI in debian/watch.
+  * Set debhelper-compat version in Build-Depends.
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 01 Feb 2023 03:59:49 -0000
+
 django-favicon-plus-reloaded (1.1.3-1) unstable; urgency=low
 
   * Initial release
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b1bd38b..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-13
diff --git a/debian/control b/debian/control
index 54d6e39..b6adcbf 100644
--- a/debian/control
+++ b/debian/control
@@ -4,13 +4,13 @@ Uploaders: Dominik George <natureshadow@debian.org>
 Section: python
 Priority: optional
 Build-Depends:
- debhelper (>= 13~),
+ debhelper-compat (= 13),
  dh-python,
  python3-all,
  python3-django (>= 2.2~),
  python3-pil,
  python3-setuptools
-Standards-Version: 4.6.0
+Standards-Version: 4.6.2
 Homepage: https://edugit.org/AlekSIS/libs/django-favicon-plus
 Vcs-Git: https://salsa.debian.org/python-team/packages/django-favicon-plus-reloaded.git
 Vcs-Browser: https://salsa.debian.org/python-team/packages/django-favicon-plus-reloaded
diff --git a/debian/rules b/debian/rules
index 3775fa4..ffb7c84 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,4 +5,3 @@
 export PYBUILD_NAME=favicon
 %:
 	dh $@ --with python3 --buildsystem=pybuild
-
diff --git a/debian/watch b/debian/watch
index d12e70d..c8dbf09 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 # please also check http://pypi.debian.net/django-favicon-plus-reloaded/watch
 version=3
 opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
-http://pypi.debian.net/django-favicon-plus-reloaded/django-favicon-plus-reloaded-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+https://pypi.debian.net/django-favicon-plus-reloaded/django-favicon-plus-reloaded-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details