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

Pino Toscano null at kde.org
Fri Feb 12 10:12:21 GMT 2021


Git commit 28b31622fb544aa8ee8ed4f92015f44e6a3bf7f4 by Pino Toscano.
Committed on 01/11/2020 at 08:27.
Pushed by sitter into branch 'Neon/release-lts'.

drop explicit as-needed linking

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

https://invent.kde.org/neon/extras/smb4k/commit/28b31622fb544aa8ee8ed4f92015f44e6a3bf7f4

diff --git a/debian/changelog b/debian/changelog
index f2ebb0d..33ce2e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ smb4k (3.0.6-2) UNRELEASED; urgency=medium
   * CI: disable build-path reprotest variations.
   * 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 KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sun, 28 Jun 2020 08:57:04 +0200
 
diff --git a/debian/rules b/debian/rules
index f1e1a09..ef26488 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 
-export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
-
 %:
 	dh $@ --with kf5
 



More information about the Neon-commits mailing list