[neon/extras/kphotoalbum/Neon/release] debian: drop explicit as-needed linking
Pino Toscano
null at kde.org
Thu Sep 8 15:12:24 BST 2022
Git commit 2152222f855cd0fdc48ad76b1269355b58f8bf9b by Pino Toscano.
Committed on 27/05/2022 at 16:42.
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/kphotoalbum/commit/2152222f855cd0fdc48ad76b1269355b58f8bf9b
diff --git a/debian/changelog b/debian/changelog
index f426b6e..628b846 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ kphotoalbum (5.8.1-3) UNRELEASED; urgency=medium
* Fix day-of-week for changelog entry 2.1-1.
* Rename docs to kphotoalbum.docs to make it clear to which package it refers.
* Add a simple upstream/metadata file.
+ * 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> Fri, 27 May 2022 18:35:30 +0200
diff --git a/debian/rules b/debian/rules
index 99cd3cc..f6de779 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