Lintian Fixes - gozer

Ready changes

Summary

Failed fixers:

See the worker log for details.

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 5dde477..857a115 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+gozer (0.7.nofont.1-8) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Set debhelper-compat version in Build-Depends.
+  * Drop unnecessary dependency on dh-autoreconf.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 02 Nov 2022 10:15:04 -0000
+
 gozer (0.7.nofont.1-7) unstable; urgency=medium
 
   * Upgrade to debhelper 11
@@ -55,7 +63,7 @@ gozer (0.7.nofont.1-2) unstable; urgency=low
   * debian/rules: Install only the AUTHORS doc. (Closes: #315546)
   * debian/docs: Remove.
   * debian/watch: Add watch file.
-  * debian/control: Standards-Version to 3.7.2.1. 
+  * debian/control: Standards-Version to 3.7.2.1.
 
  -- Eric Dorland <eric@debian.org>  Fri,  4 Aug 2006 20:20:10 -0400
 
@@ -69,7 +77,7 @@ gozer (0.7.nofont.1-1) unstable; urgency=high
 
 gozer (0.7.nofont-1) unstable; urgency=high
 
-  * Unreleased. 
+  * Unreleased.
   * Repackage the tarball and package without the non-free font. (Closes:
     #298948)
 
@@ -97,7 +105,7 @@ gozer (0.7-2) unstable; urgency=low
     + Remove recommends on ttf-openoffice.
   * debian/gozer.install: Install the gozerrc file.
   * debian/rocks: Remove the silly doc dir Tom's makefile generates.
-  
+
  -- Eric Dorland <eric@debian.org>  Fri, 13 Dec 2002 21:20:13 -0500
 
 gozer (0.7-1) unstable; urgency=low
@@ -110,7 +118,7 @@ gozer (0.7-1) unstable; urgency=low
 gozer (0.5-1) unstable; urgency=low
 
   * New upstream version.
-  * Fonts removed from upstream to resolve licensing problem. 
+  * Fonts removed from upstream to resolve licensing problem.
     (Closes: #130179)
   * Removed useless README and TODO files. (Closes: #130175)
   * Added Recommends to ttf-openoffice.
@@ -157,4 +165,3 @@ gozer (0.2-1) unstable; urgency=low
   * Initial Release. (Closes: #84624)
 
  -- Eric Dorland <dorland@lords.com>  Fri, 26 Jan 2001 20:20:44 -0500
-
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index 8178550..c6c8f95 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: gozer
 Section: graphics
 Priority: optional
 Maintainer: Eric Dorland <eric@debian.org>
-Build-Depends: debhelper (>= 11),
+Build-Depends: debhelper-compat (= 11),
                giblib-dev,
                libfreetype6-dev,
                libimlib2-dev,
diff --git a/debian/rules b/debian/rules
index abc8032..f3edf67 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,7 @@
-#!/usr/bin/make -f 
+#!/usr/bin/make -f
 
 %:
-	dh $@ --with autoreconf
+	dh $@
 
 override_dh_auto_install:
 	dh_auto_install --destdir=debian/tmp
-

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/f9/42d980ff506c55308f95bf2c6dd2cd58ed7e50.debug

Files in first set of .debs but not in second

-rw-r--r--  root/root   /usr/lib/debug/.build-id/ef/6901b9d1f7308b6631c4f5171d318807df5514.debug

No differences were encountered between the control files of package gozer

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

  • Build-Ids: ef6901b9d1f7308b6631c4f5171d318807df5514 f942d980ff506c55308f95bf2c6dd2cd58ed7e50

Run locally

More details

Full run details