Lintian Fixes - xloadimage

Ready changes

Summary

Failed fixers:

See the worker log for details.

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 300aa74..315c703 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,13 @@
 xloadimage (4.1-26) UNRELEASED; urgency=medium
 
+  [ Ondřej Nový ]
   * d/copyright: Change Format URL to correct one
 
+  [ Debian Janitor ]
+  * Bump debhelper from old 11 to 13.
+  * Set debhelper-compat version in Build-Depends.
+  * Avoid explicitly specifying -Wl,--as-needed linker flag.
+
  -- Ondřej Nový <onovy@debian.org>  Mon, 01 Oct 2018 10:11:36 +0200
 
 xloadimage (4.1-25) unstable; urgency=medium
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 a7247aa..b0c42b3 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: xloadimage
 Section: graphics
 Priority: optional
 Build-Depends:
- debhelper (>= 11),
+ debhelper-compat (= 13),
  file,
  libjpeg-dev,
  libpng-dev,
diff --git a/debian/rules b/debian/rules
index f047cf9..11bdfe9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,6 @@ PKGDIR	= $(CURDIR)/debian/$(PACKAGE)
 
 export DEB_BUILD_MAINT_OPTIONS	= hardening=+all
 export DEB_CFLAGS_MAINT_APPEND	= -Wall -DLINT
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 CHANGELOG = debian/upstream.changelog
 

Run locally

More details

Full run details