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

Pino Toscano null at kde.org
Wed Sep 7 17:33:46 BST 2022


Git commit 2b643e85fb5dcf60c5fa46c68dff93cc306cc236 by Pino Toscano.
Committed on 22/11/2020 at 13:07.
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/calligraplan/commit/2b643e85fb5dcf60c5fa46c68dff93cc306cc236

diff --git a/debian/changelog b/debian/changelog
index fd5068c..02550ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ calligraplan (1:3.2.2-2) UNRELEASED; urgency=medium
   * Add Rules-Requires-Root: no.
   * Bump the debhelper compatibility to 13:
     - switch the debhelper-compat build dependency to 13
+  * Remove the explicit as-needed linking, as it is done by binutils now.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 22 Nov 2020 13:53:56 +0100
 
diff --git a/debian/rules b/debian/rules
index 32fa51f..e0737be 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
-
 # conflicts with old calligra-l10n
 # (mostly copied from l10n-packages.mk in pkg-kde-tools)
 l10npkgs_firstversion_ok := 1:3.1.0~



More information about the Neon-commits mailing list