Lintian Fixes - cpmtools

Ready changes

Summary

Failed fixers:

See the worker log for details.

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 64de440..d2f364f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cpmtools (2.23-5) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Set debhelper-compat version in Build-Depends.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 16 Feb 2023 09:18:33 -0000
+
 cpmtools (2.23-4) unstable; urgency=low
 
   * force override of install program to address unwanted stripping,
@@ -127,4 +134,3 @@ cpmtools (2.0-1) unstable; urgency=low
   * Initial Release.
 
  -- Bdale Garbee <bdale@gag.com>  Tue, 15 Jan 2002 02:23:43 -0700
-
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 c93127d..8f73237 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: cpmtools
 Section: otherosfs
 Priority: optional
 Maintainer: Bdale Garbee <bdale@gag.com>
-Build-Depends: debhelper (>> 13), libncurses-dev, libdsk4-dev
+Build-Depends: debhelper-compat (= 13), debhelper (>> 13), libncurses-dev, libdsk4-dev
 Standards-Version: 4.1.3
 Vcs-Git: git://git.gag.com/debian/cpmtools
 Vcs-Browser: https://git.gag.com/?p=debian/cpmtools
@@ -11,7 +11,7 @@ Package: cpmtools
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Tools to access CP/M file systems
- This package allows access to CP/M file systems similar to the well-known 
+ This package allows access to CP/M file systems similar to the well-known
  mtools package, which accesses MSDOS file systems.
  .
  All CP/M file system features are supported.
diff --git a/debian/rules b/debian/rules
index 7788bcd..6c389ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,4 +11,3 @@ override_dh_auto_install:
 		DESTDIR=$(CURDIR)/debian/cpmtools \
 		AM_UPDATE_INFO_DIR=no \
 		'INSTALL=install --strip-program=true'
-

Debdiff

File lists identical (after any substitutions)

No differences were encountered between the control files of package cpmtools

No differences were encountered between the control files of package cpmtools-dbgsym

Run locally

More details

Full run details