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

Pino Toscano null at kde.org
Wed Sep 4 12:20:44 BST 2024


Git commit c4801634c8afc77fdd62675441131263449ec8a0 by Pino Toscano.
Committed on 26/02/2023 at 07:53.
Pushed by jriddell into branch 'Neon/release'.

drop explicit as-needed linking

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

https://invent.kde.org/neon/extras/kaffeine/-/commit/c4801634c8afc77fdd62675441131263449ec8a0

diff --git a/debian/changelog b/debian/changelog
index 345414c..efcba6c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 kaffeine (2.0.18-2) UNRELEASED; urgency=medium
 
+  [ Pino Toscano ]
+  * Remove the explicit as-needed linking, as it is done by binutils now.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sun, 26 Feb 2023 08:52:27 +0100
 
diff --git a/debian/rules b/debian/rules
index fc33af8..6e83671 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