Lintian Fixes - hamexam

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/changelog b/debian/changelog
index f93a93f..7d48b02 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+hamexam (1.8.1-3) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Bump debhelper dependency to >= 9, since that's what is used in
+    debian/compat.
+  * Bump debhelper from deprecated 9 to 13.
+  * Set debhelper-compat version in Build-Depends.
+  * Update standards version to 4.1.5, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sat, 15 Jul 2023 17:44:46 -0000
+
 hamexam (1.8.1-2) bionic; urgency=medium
 
   * man page "^" changed to "end-of-file..."
@@ -119,4 +130,3 @@ hamexam (1.0.0) unstable; urgency=low
   * Initial release (Closes: #629435)
 
  -- John T. Nogatch <jnogatch@yahoo.com>  Mon, 06 Jun 2011 12:49:47 -0700
-
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/control b/debian/control
index 828a583..f4fc690 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: hamradio
 Priority: optional
 Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
 Uploaders: John T. Nogatch <jnogatch@gmail.com>, Kamal Mostafa <kamal@whence.com>
-Build-Depends: debhelper (>= 7.0.50~)
-Standards-Version: 4.1.4
+Build-Depends: debhelper-compat (= 13)
+Standards-Version: 4.1.5
 Vcs-Browser: https://salsa.debian.org/debian-hamradio-team/hamexam
 Vcs-Git: https://salsa.debian.org/debian-hamradio-team/hamexam.git
 
diff --git a/debian/rules b/debian/rules
index b760bee..955dd78 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,4 +10,4 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@ 
+	dh $@

Run locally

More details

Full run details

Historical runs