[SCM] smokeqt packaging branch, kde4.7, updated. debian/4.7.1-1-6-gee58d53
Pino Toscano
pino at alioth.debian.org
Mon Apr 2 13:00:47 UTC 2012
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/smokeqt.git;a=commitdiff;h=9010378
The following commit has been merged in the kde4.7 branch:
commit 90103780259cd4722b8b307185117f0a08def015
Author: Pino Toscano <pino at debian.org>
Date: Mon Apr 2 14:55:08 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 4f18c2a..9491b02 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ smokeqt (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 14:39:28 +0200
diff --git a/debian/rules b/debian/rules
index 3332ad9..c594cf9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,9 +3,6 @@
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