[SCM] qtruby packaging branch, kde4.7, updated. debian/4.7.1-1-6-gc408f20

Pino Toscano pino at alioth.debian.org
Mon Apr 2 17:44:36 UTC 2012


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/qtruby.git;a=commitdiff;h=93aed15

The following commit has been merged in the kde4.7 branch:
commit 93aed15d8ce17acca538dc0cf63e65e73ef966cb
Author: Pino Toscano <pino at debian.org>
Date:   Mon Apr 2 19:41:24 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 426d51b..46ae2d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ qtruby (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:37:16 +0200
 
diff --git a/debian/rules b/debian/rules
index f2425d0..4d66f5b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,9 +11,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
 

-- 
qtruby packaging



More information about the pkg-kde-commits mailing list