[neon/extras/calligra/Neon/release] debian: drop explicit as-needed linking
Pino Toscano
null at kde.org
Wed Sep 7 17:19:48 BST 2022
Git commit 7e1062726ce9d10c601d2e5fda62b1080bfab195 by Pino Toscano.
Committed on 21/08/2021 at 15:55.
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/calligra/commit/7e1062726ce9d10c601d2e5fda62b1080bfab195
diff --git a/debian/changelog b/debian/changelog
index 7340a86..a1535a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ calligra (1:3.2.1+dfsg-3) UNRELEASED; urgency=medium
(Closes: #987452)
- drop also the associated l10n breaks/replaces
- drop the lintian source override for them
+ * Remove the explicit as-needed linking, as it is done by binutils now.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sat, 21 Aug 2021 17:45:15 +0200
diff --git a/debian/rules b/debian/rules
index 9f68749..c110dc9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,8 +3,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
-
%:
dh $@ --with kf5
More information about the Neon-commits
mailing list