[SCM] korundum packaging branch, master, updated. 71e8609e09bc7785beaea1f74b0f043048e5d88a

Pino Toscano pino at alioth.debian.org
Mon Sep 26 14:05:18 UTC 2011


The following commit has been merged in the master branch:
commit 71e8609e09bc7785beaea1f74b0f043048e5d88a
Author: Pino Toscano <pino at debian.org>
Date:   Mon Sep 26 16:05:04 2011 +0200

    manually export CXXFLAGS and LDFLAGS from dpkg-buildflags now
    
    dpkg-buildpackage does not do that anymore
---
 debian/changelog |    2 ++
 debian/rules     |    3 +++
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c30de7e..a8401ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,8 @@ korundum (4:4.7.1-0r1) UNRELEASED; urgency=low
     - require smoke-dev-tools, libsmokeqt4-dev, libsmokekde-dev, and
       libqtruby4shared-dev >= 4.7.0
     - tighten the dependencies of the kde ruby-* modules wrt ruby-kde4
+    - manually export CXXFLAGS and LDFLAGS from dpkg-buildflags now,
+      as dpkg-buildpackage does not do that anymore
   * Update the patches:
     - strip sequence numbers from the filenames
     - refresh
diff --git a/debian/rules b/debian/rules
index 65ee6f3..731d8aa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,9 @@ CMAKE_FLAGS := \
   -DCUSTOM_RUBY_SITE_ARCH_DIR=/usr/lib/ruby/1.8/$(RUBY_SITEARCH) \
   $(NULL)
 
+export CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS)
+export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
+
 override_dh_install:
 	dh_install --list-missing
 

-- 
korundum packaging



More information about the pkg-kde-commits mailing list