[SCM] smokegen packaging branch, kde4.7, updated. debian/4.7.1-1-5-gb212256
Pino Toscano
pino at alioth.debian.org
Mon Apr 2 11:28:05 UTC 2012
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/smokegen.git;a=commitdiff;h=a1f33cd
The following commit has been merged in the kde4.7 branch:
commit a1f33cdae184d2b6b1f4ba4533f7562776cc7e24
Author: Pino Toscano <pino at debian.org>
Date: Mon Apr 2 13:25:17 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 3c4f56d..f24565e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ smokegen (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 13:01:32 +0200
diff --git a/debian/rules b/debian/rules
index f64d7b5..088540e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,5 @@
#! /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