Lintian Fixes - zint

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/changelog b/debian/changelog
index 1b3fc55..8fb48e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+zint (2.12.0-2) UNRELEASED; urgency=medium
+
+  * Bump debhelper from old 12 to 13.
+  * Avoid explicitly specifying -Wl,--as-needed linker flag.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 12 Apr 2023 20:00:57 -0000
+
 zint (2.12.0-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 63bb42c..0198ec8 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: graphics
 Priority: optional
 Maintainer: Dmitry Smirnov <onlyjob@debian.org>
 Uploaders: Jakob Haufe <sur5r@debian.org>
-Build-Depends: debhelper-compat (= 12)
+Build-Depends: debhelper-compat (= 13)
     ,cmake
     ,libpng-dev
     ,libqt5svg5-dev
diff --git a/debian/rules b/debian/rules
index 5b7abd0..7e122d6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,9 +5,6 @@
 
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
-# minimise needless linking
-export DEB_LDFLAGS_MAINT_APPEND= -Wl,--as-needed
-
 %:
 	dh $@ --buildsystem=cmake
 

Run locally

More details

Full run details

Historical runs