[neon/extras/kstars/Neon/release] debian: drop explicit as-needed linking
Pino Toscano
null at kde.org
Tue Nov 1 11:10:30 GMT 2022
Git commit acce0f1be1d0f580ca69c87d8f15e324b05debb3 by Pino Toscano.
Committed on 12/09/2021 at 08:08.
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/kstars/commit/acce0f1be1d0f580ca69c87d8f15e324b05debb3
diff --git a/debian/changelog b/debian/changelog
index ba699ff..47d1040 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ kstars (5:3.5.4-0r1) UNRELEASED; urgency=medium
releases.
* Use execute_after_dh_auto_install to avoid invoking dh_auto_install
manually.
+ * Remove the explicit as-needed linking, as it is done by binutils now.
-- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Thu, 14 Jan 2021 11:16:50 +0100
diff --git a/debian/rules b/debian/rules
index b2ddcb0..d910da6 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