Run of lintian-fixes for abook

Merge these changes:

git pull https://janitor.debian.net/git/abook lintian-fixes/main
Full worker log

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index ca959e8..962a193 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+abook (0.6.1-3) UNRELEASED; urgency=medium
+
+  * Drop unnecessary dependency on dh-autoreconf.
+  * Avoid explicitly specifying -Wl,--as-needed linker flag.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 20 Jul 2022 07:46:50 -0000
+
 abook (0.6.1-2) unstable; urgency=low
 
   [ Denis Briand ]
diff --git a/debian/rules b/debian/rules
index d446ec7..9c2e4f8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,10 +3,9 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export DEB_CFLAGS_MAINT_APPEND  = -g -Wall -pedantic -std=gnu89
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
-	dh $@ --with autoreconf
+	dh $@
 
 override_dh_auto_install:
 	dh_auto_install --destdir=debian/abook

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/b8/f3d1f04574e9096007f0d20b7176d2d2db0476.debug

Files in first set of .debs but not in second

-rw-r--r--  root/root   /usr/lib/debug/.build-id/af/977ebbca3a69318bffe16dc48ec513f0220f3e.debug

Control files of package abook: lines which differ (wdiff format)

  • Depends: libc6 (>= 2.34), 2.33), libncursesw6 (>= 6), libreadline8 (>= 6.0), libtinfo6 (>= 6), debconf (>= 0.5) | debconf-2.0

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

  • Build-Ids: af977ebbca3a69318bffe16dc48ec513f0220f3e b8f3d1f04574e9096007f0d20b7176d2d2db0476

Publish History

Resulting package

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t lintian-fixes abook-dbgsymapt install -t lintian-fixes abook

Lintian Result

Reviews

Reviewer Verdict Comment
jelmer@debian.org approved