[neon/extras/kdevelop-python/Neon/unstable] debian: drop explicit as-needed linking

Pino Toscano null at kde.org
Wed Aug 17 12:20:25 BST 2022


Git commit d1d0cc63b79dac6057233e82a129d567fa5d3b6e by Pino Toscano.
Committed on 27/05/2022 at 08:34.
Pushed by jriddell into branch 'Neon/unstable'.

drop explicit as-needed linking

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

https://invent.kde.org/neon/extras/kdevelop-python/commit/d1d0cc63b79dac6057233e82a129d567fa5d3b6e

diff --git a/debian/changelog b/debian/changelog
index daafb1e..9eeba4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ kdevelop-python (22.04.1-0r1) UNRELEASED; urgency=medium
     - add the dh-sequence-kf5 build dependency to use the kf5 addon
       automatically, removing pkg-kde-tools
     - drop the manually specified kf5 addon for dh
+  * Remove the explicit as-needed linking, as it is done by binutils now.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 27 May 2022 10:21:11 +0200
 
diff --git a/debian/rules b/debian/rules
index 689e3b9..667960e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 
-export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
-
 # from kdevelop
 export KDEV_PLUGIN_VERSION=36
 



More information about the Neon-commits mailing list