[SCM] Qt 4 packaging branch, experimental, updated. debian/4.7.4-1-49-gc5ce060

Fathi Boudra fabo at alioth.debian.org
Thu Dec 29 10:26:52 UTC 2011


The following commit has been merged in the experimental branch:
commit c5ce060ccfe6829fcb9717652a46eb93e206202e
Author: Fathi Boudra <fabo at debian.org>
Date:   Thu Dec 29 12:26:32 2011 +0200

    Build with -O1 on alpha architecture. (Closes: #648994)
---
 debian/changelog |    1 +
 debian/rules     |    4 ++++
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b56d90c..d78eacc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -49,6 +49,7 @@ qt4-x11 (4:4.8.0-0multiarch1) UNRELEASED; urgency=low
     - call mv-qt4-bin-dbg.sh to move the binaries in qt4-bin-dbg package.
     - replace LDFLAGS by DEB_LDFLAGS_MAINT_APPEND usage.
     - add -icu configure option.
+    - build with -O1 on alpha architecture. (Closes: #648994)
   * Update debian/*.install files:
     - update paths for multiarch.
     - headers, translations, qmlplugindump.
diff --git a/debian/rules b/debian/rules
index 1f4c3bb..9187e5d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,10 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 export QTDIR := $(shell pwd)
 export PATH := $(QTDIR)/bin:$(PATH)
+ifeq ($(DEB_HOST_ARCH),alpha)
+export DEB_CFLAGS_MAINT_APPEND=-O1
+export DEB_CXXFLAGS_MAINT_APPEND=-O1
+endif
 export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 # workaround to use lrelease.
 export LD_LIBRARY_PATH := $(QTDIR)/lib:$(LD_LIBRARY_PATH)

-- 
Qt 4 packaging



More information about the pkg-kde-commits mailing list