[SCM] qtchooser packaging branch, master, updated. debian/26-2-5-g63a2258

Pino Toscano pino at alioth.debian.org
Fri May 3 11:21:12 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtchooser.git;a=commitdiff;h=63a2258

The following commit has been merged in the master branch:
commit 63a22582aa92ed44ff9cc10cff0f10df393557a8
Author: Pino Toscano <pino at debian.org>
Date:   Fri May 3 13:20:47 2013 +0200

    export the LDFLAGS as LFLAGS
    
    qtchooser's build system uses only the latter.
---
 debian/changelog |    2 ++
 debian/rules     |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 78c6a10..129f927 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ qtchooser (26-3) UNRELEASED; urgency=low
   * Add Vcs-Git and Vcs-Browser headers.
   * Append the CPPFLAGS to the CXXFLAGS, as qtchooser's build system uses only
     the latter.
+  * Export the LDFLAGS as LFLAGS, as qtchooser's build system uses only the
+    latter.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 28 Apr 2013 16:31:49 +0200
 
diff --git a/debian/rules b/debian/rules
index 5ec9151..f6a6a54 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 export DEB_CXXFLAGS_MAINT_APPEND := $(shell dpkg-buildflags --get CPPFLAGS)
+export LFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
 
 %:
 	dh $@ 

-- 
qtchooser packaging



More information about the pkg-kde-commits mailing list