[SCM] basket packaging branch, master, updated. basket-2.10-beta-1-11-g39f7bac

Luigi Toscano tosky-guest at moszumanska.debian.org
Sun Oct 19 20:15:24 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/basket.git;a=commitdiff;h=230a098

The following commit has been merged in the master branch:
commit 230a098241c09a978eb4b7d8c6422afd8e48322f
Author: Luigi Toscano <luigi.toscano at tiscali.it>
Date:   Sun Oct 19 21:45:41 2014 +0200

    Add compiler flags to enable as-needed linking
---
 debian/changelog | 1 +
 debian/rules     | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 83dbaf1..36a4da0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ basket (2.10~beta+git6fed731-1) unstable; urgency=medium
   * Update manpage (authors, bug address, version, application name, typos).
   * Add explicit build dependency to kdelibs5-dev, it seems it helps with
     using the dummy phonon backend during compilation.
+  * Add compiler flags to enable as-needed linking.
   * Upload to unstable.
 
  -- Luigi Toscano <luigi.toscano at tiscali.it>  Sun, 19 Oct 2014 16:59:56 +0200
diff --git a/debian/rules b/debian/rules
index 1308caf..4941990 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
+export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
+
 %:
 	dh $@ --parallel --with kde
 

-- 
basket packaging



More information about the pkg-kde-commits mailing list