[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=e771c86

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

    append the CPPFLAGS to the CXXFLAGS
    
    qtchooser's build system uses only the latter.
---
 debian/changelog |    2 ++
 debian/rules     |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c14d3e5..78c6a10 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ qtchooser (26-3) UNRELEASED; urgency=low
 
   [ Pino Toscano ]
   * Add Vcs-Git and Vcs-Browser headers.
+  * Append the CPPFLAGS to the CXXFLAGS, 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 fbb4518..5ec9151 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DEB_CXXFLAGS_MAINT_APPEND := $(shell dpkg-buildflags --get CPPFLAGS)
+
 %:
 	dh $@ 
 

-- 
qtchooser packaging



More information about the pkg-kde-commits mailing list