[SCM] kile packaging branch, master, updated. debian/2.1.3-3-10-g56d3358

Pino Toscano pino at moszumanska.debian.org
Sun May 15 12:43:26 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kile.git;a=commitdiff;h=56d3358

The following commit has been merged in the master branch:
commit 56d3358702c3353f80034b38bed5f432de016e80
Author: Pino Toscano <pino at debian.org>
Date:   Sun May 15 14:43:01 2016 +0200

    link in as-needed
---
 debian/changelog | 1 +
 debian/rules     | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5bc0b20..6fbafa7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ kile (4:2.1.3-4) UNRELEASED; urgency=medium
   * Bump Standards-Version to 3.9.8, no changes required.
   * Remove unused ${shlibs:Depends} from kile-doc.
   * Use ${perl:Depends} in kile.
+  * Link in as-needed.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sun, 17 Jan 2016 17:38:23 +0100
 
diff --git a/debian/rules b/debian/rules
index 706a49b..9d8da40 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,8 @@
 # symbol icons which kile depends on for the symbol table. LP: #772631
 export NO_PNG_PKG_MANGLE=1
 
+export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
+
 %:
 	dh $@ --parallel --with kde
 

-- 
kile packaging



More information about the pkg-kde-commits mailing list