[neon/extras/skrooge/Neon/release] debian: drop explicit as-needed linking
Pino Toscano
null at kde.org
Mon Aug 15 13:57:21 BST 2022
Git commit 67428863d2c7ee7f093d87bcafe667911a0e982e by Pino Toscano.
Committed on 06/12/2020 at 13: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/skrooge/commit/67428863d2c7ee7f093d87bcafe667911a0e982e
diff --git a/debian/changelog b/debian/changelog
index 20371fa..8fa967f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ skrooge (2.24.6-0r1) UNRELEASED; urgency=medium
* Bump the debhelper compatibility to 13:
- switch the debhelper-compat build dependency to 13
- stop passing --fail-missing to dh_missing, as it is the default now
+ * 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, 06 Dec 2020 14:23:44 +0100
diff --git a/debian/rules b/debian/rules
index 3fc0a6d..01320db 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,python3
More information about the Neon-commits
mailing list