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

Pino Toscano null at kde.org
Wed Aug 31 15:43:09 BST 2022


Git commit 255e3472f2e40b517060bd72e83686d4cd883f13 by Pino Toscano.
Committed on 16/08/2021 at 05:52.
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/labplot/commit/255e3472f2e40b517060bd72e83686d4cd883f13

diff --git a/debian/changelog b/debian/changelog
index c5ca9ca..c4d02fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ labplot (2.8.2-0r1) UNRELEASED; urgency=medium
   [ Pino Toscano ]
   * New upstream release.
   * Bump Standards-Version to 4.5.1, 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>  Mon, 16 Aug 2021 07:45:29 +0200
 
diff --git a/debian/rules b/debian/rules
index 0dd3d3b..73fe8b5 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