Lintian Fixes - libpuzzle

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 48082f7..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-12
diff --git a/debian/control b/debian/control
index fd0a931..28383aa 100644
--- a/debian/control
+++ b/debian/control
@@ -4,9 +4,9 @@ Priority: optional
 Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
 Uploaders: Emmanuel Bouthenot <kolter@debian.org>
 Build-Depends:
-    debhelper (>= 12),
+    debhelper-compat (= 13),
     libgd-dev
-Standards-Version: 4.3.0
+Standards-Version: 4.6.2
 Homepage: https://github.com/jedisct1/libpuzzle
 Vcs-Browser: https://salsa.debian.org/debian-phototools-team/libpuzzle
 Vcs-Git: https://salsa.debian.org/debian-phototools-team/libpuzzle.git
diff --git a/debian/rules b/debian/rules
index 6d354e0..c10375f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export DEB_CFLAGS_MAINT_APPEND = -fPIE
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -fPIE -pie
+export DEB_LDFLAGS_MAINT_APPEND = -fPIE -pie
 
 DEB_DH_INSTALL_DIR=$(CURDIR)/debian/tmp
 
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index 65fa18f..6ff529c 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,4 +1,3 @@
-Name: libpuzzle
 Homepage: https://github.com/jedisct1/libpuzzle
 Repository: https://github.com/jedisct1/libpuzzle.git
 Repository-Browse: https://github.com/jedisct1/libpuzzle

Run locally

More details

Full run details

Historical runs