[SCM] qt5webkit packaging branch, master, updated. debian/5.2.0+dfsg-3-2-ge7a4eb2

Pino Toscano pino at moszumanska.debian.org
Sun Feb 2 07:54:54 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qt5webkit.git;a=commitdiff;h=e7a4eb2

The following commit has been merged in the master branch:
commit e7a4eb2bf852962cb39a07907b68f06f7d2596b1
Author: Pino Toscano <pino at debian.org>
Date:   Sun Feb 2 08:54:19 2014 +0100

    rules: fix typo in DEB_CPPFLAGS_MAINT_APPEND, export it
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 40d4b65..1aff20b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 qtwebkit-opensource-src (5.2.0+dfsg-4) UNRELEASED; urgency=medium
 
+  [ Pino Toscano ]
+  * rules: fix typo in DEB_CPPFLAGS_MAINT_APPEND, and properly export it.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 02 Feb 2014 08:50:42 +0100
 
diff --git a/debian/rules b/debian/rules
index 29be7ff..9b9d227 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,7 @@ endif
 # Workaround FTBFS in 64 bits big endian archs.
 # See https://bugs.webkit.org/show_bug.cgi?id=113638
 ifneq (,$(filter $(DEB_BUILD_ARCH),alpha hppa ia64 powerpc ppc64 sparc sparc64 s390 s390x))
-	DEB_CPPFLAGS_MAINT_APPREND += -DENABLE_JIT=0 -DENABLE_YARR_JIT=0 -DENABLE_ASSEMBLER=0
+    export DEB_CPPFLAGS_MAINT_APPEND += -DENABLE_JIT=0 -DENABLE_YARR_JIT=0 -DENABLE_ASSEMBLER=0
 endif
 
 %:

-- 
qt5webkit packaging



More information about the pkg-kde-commits mailing list