[SCM] smokekde packaging branch, master, updated. debian/4.7.0-1-8-g24e6f1b
Pino Toscano
pino at alioth.debian.org
Sat Sep 24 10:56:02 UTC 2011
The following commit has been merged in the master branch:
commit 24e6f1b44e39f3197ad25bc180d3eb5024f19fb9
Author: Pino Toscano <pino at debian.org>
Date: Sat Sep 24 12:55:44 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 db6fd49..1c96303 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,8 @@ smokekde (4:4.7.1-1) UNRELEASED; urgency=low
of libsmokekde4-dev; the right versions will be picked because of the
stricter libsmokebase and libsmokeq* (indirect) dependencies.
* Bump the smoke-dev-tools and libsmokeqt4-dev build-dependencies 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> Fri, 23 Sep 2011 10:47:45 -0500
diff --git a/debian/rules b/debian/rules
index 7bb7856..96a3066 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_auto_configure:
dh_auto_configure -- \
-DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed" \
--
smokekde packaging
More information about the pkg-kde-commits
mailing list