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

Pino Toscano null at kde.org
Thu Sep 22 16:56:19 BST 2022


Git commit a918c4c7b380cdb20ca4c7fec9572f0103bd210f by Pino Toscano.
Committed on 21/08/2021 at 16: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/kexi/commit/a918c4c7b380cdb20ca4c7fec9572f0103bd210f

diff --git a/debian/changelog b/debian/changelog
index facf0ce..d86b31d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ kexi (1:3.2.0-3) UNRELEASED; urgency=medium
   [ Pino Toscano ]
   * Drop all the l10n breaks/replaces, no more needed after two Debian stable
     releases.
+  * 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 18:05:38 +0200
 
diff --git a/debian/rules b/debian/rules
index aa58185..c444848 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
-
 DEFAULT_PGSQL_VERSION = $(lastword $(shell /usr/share/postgresql-common/supported-versions))
 
 %:



More information about the Neon-commits mailing list