[SCM] korundum packaging branch, kde4.7, updated. debian/4.7.1-1-6-g0c0061c
Pino Toscano
pino at alioth.debian.org
Mon Apr 2 18:17:02 UTC 2012
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/korundum.git;a=commitdiff;h=2de2463
The following commit has been merged in the kde4.7 branch:
commit 2de2463acf07c3b822c4dd0edc47f38385cd359d
Author: Pino Toscano <pino at debian.org>
Date: Mon Apr 2 20:14:21 2012 +0200
do not manually export CXXFLAGS and LDFLAGS now
compat v9 does that already
---
debian/changelog | 2 ++
debian/rules | 3 ---
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d3e44fd..7588004 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ korundum (4:4.7.4-0r1) UNRELEASED; urgency=low
[ Pino Toscano ]
* Bump Standards-Version to 3.9.3, no changes required.
* Bump debhelper build dependency to >= 9, and compat to 9.
+ * Do not manually export CXXFLAGS and LDFLAGS now, since compat v9 does
+ that already.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Mon, 02 Apr 2012 20:11:24 +0200
diff --git a/debian/rules b/debian/rules
index 21a243d..4c291ea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,9 +8,6 @@ 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