[SCM] smokegen packaging branch, master, updated. debian/4.7.0-2-9-g6aee668

Pino Toscano pino at alioth.debian.org
Sat Sep 24 10:37:46 UTC 2011


The following commit has been merged in the master branch:
commit dbe0c03f958663c08ac77d65dc065effe835127d
Author: Pino Toscano <pino at debian.org>
Date:   Sat Sep 24 12:04:23 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 e046c0b..c5fc21b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ smokegen (4:4.7.1-1) UNRELEASED; urgency=low
   * Tighten the libsmokebase dependency of smoke-dev-tools to the current
     version.
   * Generate libsmokebase shlibs based on the current version.
+  * 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>  Wed, 10 Aug 2011 23:49:23 +0200
 
diff --git a/debian/rules b/debian/rules
index 088540e..f64d7b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,8 @@
 #! /usr/bin/make -f
 
+export CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS)
+export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
+
 %:
 	dh $@
 

-- 
smokegen packaging



More information about the pkg-kde-commits mailing list