Lintian Fixes - gbdfed

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/changelog b/debian/changelog
index 23e6064..bb8f4ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
 gbdfed (1.6-5) UNRELEASED; urgency=medium
 
+  [ Ondřej Nový ]
   * d/copyright: Use https protocol in Format field
   * d/control: Set Vcs-* to salsa.debian.org
 
+  [ Debian Janitor ]
+  * Trim trailing whitespace.
+  * Drop unnecessary dependency on dh-autoreconf.
+  * Add missing dependency on quilt.
+
  -- Ondřej Nový <onovy@debian.org>  Mon, 01 Oct 2018 09:57:51 +0200
 
 gbdfed (1.6-4) unstable; urgency=medium
@@ -130,4 +136,3 @@ gbdfed (1.1-1) unstable; urgency=low
   * Initial release (Closes: #350506)
 
  -- Baruch Even <baruch@debian.org>  Fri, 14 Jul 2006 17:37:18 +0100
-
diff --git a/debian/control b/debian/control
index 2785fab..55a7799 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: gbdfed
 Section: x11
 Priority: optional
 Maintainer: Andrew Shadura <andrewsh@debian.org>
-Build-Depends: debhelper (>= 10), pkg-config, libgtk2.0-dev, libxmu-dev, dh-autoreconf
+Build-Depends: debhelper (>= 10), pkg-config, libgtk2.0-dev, libxmu-dev, quilt
 Vcs-Browser: https://salsa.debian.org/debian/gbdfed
 Vcs-Git: https://salsa.debian.org/debian/gbdfed.git
 Standards-Version: 3.9.6
diff --git a/debian/rules b/debian/rules
index fb6da4f..5875e30 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh "$@" --with=autoreconf
+	dh "$@"

Run locally

More details

Full run details

Historical runs