Lintian Fixes - gcpegg

Ready changes

Summary

Failed fixers:

See the worker log for details.

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index b368d61..e4b00bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+gcpegg (5.1-16) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Bump debhelper dependency to >= 10, since that's what is used in
+    debian/compat.
+  * Bump debhelper from old 10 to 13.
+    + Use dh_installsystemd rather than deprecated dh_systemd_enable.
+    + Use dh_installsystemd rather than deprecated dh_systemd_start.
+  * Set debhelper-compat version in Build-Depends.
+  * Update standards version to 4.6.0, no changes needed.
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 01 Mar 2022 20:14:31 -0000
+
 gcpegg (5.1-15) unstable; urgency=medium
 
   * switch to systemd service file and udev rule, allows removing the
@@ -21,7 +35,7 @@ gcpegg (5.1-13) unstable; urgency=low
   * fix additional 64-bit isms in the UI code
   * revise dependency to be kbd | console-tools to ease backport support
   * unqualify openvt path in init.d to tolerate /bin or /usr/bin
-  * enable the use of USB serial ports, etc, by making eggsh always open 
+  * enable the use of USB serial ports, etc, by making eggsh always open
     /dev/REG, which is now assumed to be a symlink to the actual device
 
  -- Bdale Garbee <bdale@gag.com>  Tue, 03 Jul 2012 15:21:57 -0600
@@ -103,10 +117,10 @@ gcpegg (5.1-3) unstable; urgency=low
 
 gcpegg (5.1-2) unstable; urgency=low
 
-  * move the display to virtual terminal 8, which is unlikely to get in 
+  * move the display to virtual terminal 8, which is unlikely to get in
     the way of anthing else going on.  Thanks to Craig Sanders for the
     suggestion.
- 
+
  -- Bdale Garbee <bdale@gag.com>  Mon, 10 May 1999 07:38:23 -0600
 
 gcpegg (5.1-1) unstable; urgency=low
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f599e28..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/debian/control b/debian/control
index 54b4b34..a5dde52 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: gcpegg
 Section: misc
 Priority: optional
 Maintainer: Bdale Garbee <bdale@gag.com>
-Build-Depends: debhelper (>= 5), libncurses-dev
-Standards-Version: 4.4.1
+Build-Depends: debhelper-compat (= 13), libncurses-dev
+Standards-Version: 4.6.2
 Vcs-Git: git://git.gag.com/debian/gcpegg
 Vcs-Browser: https://git.gag.com/?p=debian/gcpegg
 
diff --git a/debian/rules b/debian/rules
index da2b542..bc09d1e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ build-arch: build-stamp
 build-indep: build-stamp
 build-stamp:
 	dh_testdir
-	$(MAKE) 
+	$(MAKE)
 	touch build-stamp
 
 clean:
@@ -48,11 +48,11 @@ binary-arch: build install
 	dh_installdocs
 	dh_installexamples
 	dh_installmenu
-	dh_systemd_start
-	dh_systemd_enable
+	dh_installsystemd
+	dh_installsystemd
 	dh_installudev
 	dh_installcron
-	dh_installchangelogs 
+	dh_installchangelogs
 	dh_strip
 	dh_compress
 	dh_fixperms
@@ -62,7 +62,7 @@ binary-arch: build install
 	dh_md5sums
 	dh_builddeb
 
-source diff:                                                                  
+source diff:
 	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
 
 binary: binary-indep binary-arch

Debdiff

[The following lists of changes regard files as different if they have different names, permissions or owners.]

Files in second set of .debs but not in first

-rw-r--r--  root/root   /usr/lib/debug/.build-id/40/03e2b4b158a238136101d542ea75f5444ad95b.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/51/6da9427466477394d206d9b249964464679e9e.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/ba/4a9fd63c466a82c2ae6ced21e64a6171e7801a.debug
-rwxr-xr-x  root/root   DEBIAN/prerm

Files in first set of .debs but not in second

-rw-r--r--  root/root   /usr/lib/debug/.build-id/20/5522f78a4df2a999ed9f73abe84f7e428cb054.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/9b/7d431f13df0b936fbdf508627c7fedf93175bb.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/ec/4c8fa923c44cc29a44018454e0894496e2bfcd.debug

No differences were encountered between the control files of package gcpegg

Control files of package gcpegg-dbgsym: lines which differ (wdiff format)

  • Build-Ids: 205522f78a4df2a999ed9f73abe84f7e428cb054 9b7d431f13df0b936fbdf508627c7fedf93175bb ec4c8fa923c44cc29a44018454e0894496e2bfcd 4003e2b4b158a238136101d542ea75f5444ad95b 516da9427466477394d206d9b249964464679e9e ba4a9fd63c466a82c2ae6ced21e64a6171e7801a

Run locally

More details

Full run details