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

Pino Toscano null at kde.org
Wed Jul 27 16:05:44 BST 2022


Git commit 0ad4c2d44fc1951dc72c1e7fc5e3419834a70193 by Pino Toscano.
Committed on 23/10/2020 at 11:28.
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/kjots/commit/0ad4c2d44fc1951dc72c1e7fc5e3419834a70193

diff --git a/debian/changelog b/debian/changelog
index 742a26a..3c3902f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ kjots (4:5.0.2-3) UNRELEASED; urgency=medium
   [ Pino Toscano ]
   * Bump the debhelper compatibility to 13:
     - switch the debhelper-compat build dependency to 13
+  * Remove the explicit as-needed linking, as it is done by binutils now.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 15 Oct 2020 12:16:26 +0900
 
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