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

Pino Toscano null at kde.org
Thu Sep 8 15:45:00 BST 2022


Git commit 7c8a96109d35343415d398810586f6b277944f57 by Pino Toscano.
Committed on 23/10/2021 at 09:24.
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/kronometer/commit/7c8a96109d35343415d398810586f6b277944f57

diff --git a/debian/changelog b/debian/changelog
index 05f7598..edf0fc5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ kronometer (2.2.3-2) UNRELEASED; urgency=medium
     - remove debian/compat
   * Add Rules-Requires-Root: no.
   * Bump Standards-Version to 4.6.0, 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>  Sat, 23 Oct 2021 11:19:02 +0200
 
diff --git a/debian/rules b/debian/rules
index 3e53d96..e6f1959 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