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

Pino Toscano null at kde.org
Thu Sep 8 11:16:37 BST 2022


Git commit 2ea86d16fe758f833deb7a444202059d3a4a2f5e by Pino Toscano.
Committed on 27/09/2021 at 13:20.
Pushed by jriddell into branch 'Neon/release'.

drop explicit as-needed linking

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

https://invent.kde.org/neon/extras/keurocalc/commit/2ea86d16fe758f833deb7a444202059d3a4a2f5e

diff --git a/debian/changelog b/debian/changelog
index b0fdb92..6e629d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ keurocalc (1.3.0-4) 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 <pkg-kde-extras at lists.alioth.debian.org>  Mon, 27 Sep 2021 15:17:12 +0200
 
diff --git a/debian/rules b/debian/rules
index 6406e15..361b743 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
-export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 
 %:
 	dh $@ --with kf5



More information about the Neon-commits mailing list