[neon/extras/krusader/Neon/release] debian: drop explicit as-needed linking

Pino Toscano null at kde.org
Thu Sep 8 15:46:23 BST 2022


Git commit 23f82f08d2aeeca8ee64317be8fb739035cbc8fc by Pino Toscano.
Committed on 12/11/2020 at 10:25.
Pushed by jriddell into branch 'Neon/release'.

drop explicit as-needed linking

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

https://invent.kde.org/neon/extras/krusader/commit/23f82f08d2aeeca8ee64317be8fb739035cbc8fc

diff --git a/debian/changelog b/debian/changelog
index 7928876..bb0e408 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ krusader (2:2.7.2-2) UNRELEASED; urgency=medium
   * Bump the debhelper compatibility to 13:
     - switch the debhelper build dependency to debhelper-compat 13
     - remove debian/compat
+  * Remove the explicit as-needed linking, as it is done by binutils now.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 15 Sep 2020 22:20:04 +0200
 
diff --git a/debian/rules b/debian/rules
index 380f2fb..47df791 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,8 +3,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
-
 %:
 	dh $@ --with kf5
 



More information about the Neon-commits mailing list