[neon/extras/peruse/Neon/unstable] debian: drop explicit as-needed linking

Pino Toscano null at kde.org
Fri Jul 29 14:41:07 BST 2022


Git commit 3c6b735913812e28d0b9ca303ce90c3dcf4ff848 by Pino Toscano.
Committed on 16/08/2021 at 17:49.
Pushed by jriddell into branch 'Neon/unstable'.

drop explicit as-needed linking

M  +1    -0    debian/changelog
M  +0    -1    debian/rules

https://invent.kde.org/neon/extras/peruse/commit/3c6b735913812e28d0b9ca303ce90c3dcf4ff848

diff --git a/debian/changelog b/debian/changelog
index de63c2e..30e9567 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ peruse (1.80+dfsg-0r1) UNRELEASED; urgency=medium
   * Bump the debhelper compatibility to 13:
     - switch the debhelper-compat build dependency to 13
     - stop passing --fail-missing to dh_missing, as it is the default behaviour
+  * Remove the explicit as-needed linking, as it is done by binutils now.
 
  -- Debian KDE Extras Team <debian-qt-kde at lists.debian.org>  Mon, 16 Aug 2021 19:18:36 +0200
 
diff --git a/debian/rules b/debian/rules
index a5e3886..38fa690 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
 	dh $@ --with kf5



More information about the Neon-commits mailing list