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

Pino Toscano null at kde.org
Thu Sep 8 11:07:49 BST 2022


Git commit e9ad0eaf4a2a5b884c127e7cd84692278273312b by Pino Toscano.
Committed on 11/01/2021 at 10:56.
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/kdesvn/commit/e9ad0eaf4a2a5b884c127e7cd84692278273312b

diff --git a/debian/changelog b/debian/changelog
index 164e9c3..a4a6283 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ kdesvn (2.1.0-2) UNRELEASED; urgency=medium
   * Add the configuration for the CI on salsa.
   * Remove the empty dh_auto_test override, as there are no tests.
   * Switch the watch file to version 4, 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>  Tue, 04 Aug 2020 08:59:11 +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