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

Pino Toscano null at kde.org
Wed Sep 4 10:35:07 BST 2024


Git commit f9496b6af3b19aca1696100ebacdd03ae94c8c93 by Pino Toscano.
Committed on 06/10/2020 at 05:02.
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/krename/-/commit/f9496b6af3b19aca1696100ebacdd03ae94c8c93

diff --git a/debian/changelog b/debian/changelog
index 18e4586..99a0d42 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ krename (5.0.1-0r1) UNRELEASED; urgency=medium
   * Bump the debhelper compatibility to 13:
     - switch the debhelper-compat build dependency to 13
   * Add Rules-Requires-Root: no.
+  * 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>  Tue, 06 Oct 2020 06:49:18 +0200
 
diff --git a/debian/rules b/debian/rules
index 7bf2966..28858f7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,4 @@
 #!/usr/bin/make -f
 
-export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
-
 %:
 	dh $@ --with kf5



More information about the Neon-commits mailing list