[SCM] smokekde packaging branch, kde4.7, updated. debian/4.7.1-1-7-g6120a78

Pino Toscano pino at alioth.debian.org
Mon Apr 2 17:21:24 UTC 2012


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/smokekde.git;a=commitdiff;h=23de4df

The following commit has been merged in the kde4.7 branch:
commit 23de4df772a46298624ce9356b9dfd2b33035ee2
Author: Pino Toscano <pino at debian.org>
Date:   Mon Apr 2 19:14:18 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 ca643cf..bc72764 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ smokekde (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 19:08:58 +0200
 
diff --git a/debian/rules b/debian/rules
index 1047f8a..8fbd77a 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_auto_configure:
 	dh_auto_configure -- \
 	  -DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed" \

-- 
smokekde packaging



More information about the pkg-kde-commits mailing list