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

Pino Toscano null at kde.org
Wed Sep 4 11:36:52 BST 2024


Git commit 779d75064b9892f08cd6a891cbd1e64dc8729202 by Pino Toscano.
Committed on 15/08/2021 at 17:12.
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/rsibreak/-/commit/779d75064b9892f08cd6a891cbd1e64dc8729202

diff --git a/debian/changelog b/debian/changelog
index f7d074d..63ac0fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ rsibreak (4:0.12.14-0r1) UNRELEASED; urgency=medium
     - switch the debhelper-compat build dependency to 13
   * Switch the watch file to version 4, no changes required.
   * Bump Standards-Version to 4.5.1, no changes required.
+  * 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, 15 Aug 2021 19:08:57 +0200
 
diff --git a/debian/rules b/debian/rules
index 3e53d96..e6f1959 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 
-export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
-
 %:
 	dh $@ --with kf5
 



More information about the Neon-commits mailing list