[SCM] smokeqt packaging branch, master, updated. debian/4.7.0-1-8-g37201f4

Pino Toscano pino at alioth.debian.org
Sat Sep 24 10:42:33 UTC 2011


The following commit has been merged in the master branch:
commit 37201f49435d71446d7a0e25e5579a5909d6c36b
Author: Pino Toscano <pino at debian.org>
Date:   Sat Sep 24 12:41:03 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 aeec545..55b121f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ smokeqt (4:4.7.1-1) UNRELEASED; urgency=low
     the right version will be picked because of the stricter libsmokebase
     (indirect) dependency.
   * Bump the smoke-dev-tools build-dependency to 4.7.1.
+  * Manually export CXXFLAGS and LDFLAGS from dpkg-buildflags now,
+    as dpkg-buildpackage does not do that anymore.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 22 Sep 2011 22:06:18 -0500
 
diff --git a/debian/rules b/debian/rules
index 2600de6..f2729ce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,9 @@
 pkgs_lib := $(filter-out %-dev %-dbg,$(filter lib%,$(shell dh_listpackages)))
 current_version := $(shell dpkg-parsechangelog | sed -n 's/^Version: //p')
 
+export CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS)
+export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
+
 override_dh_install:
 	dh_install --list-missing
 

-- 
smokeqt packaging



More information about the pkg-kde-commits mailing list