[SCM] rosegarden/master: Build with Qt4's multiarchified new release
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Sun May 13 22:21:59 UTC 2012
The following commit has been merged in the master branch:
commit cc372802bfc3d467d0722b2d931d2e04924bf4c1
Author: Alessio Treglia <alessio at debian.org>
Date: Mon May 14 00:21:19 2012 +0200
Build with Qt4's multiarchified new release
Closes: #655098
diff --git a/debian/rules b/debian/rules
index 1c48f31..cd939ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,7 @@
DEB_BUILD_ARCH := $(shell dpkg --print-architecture)
ARCH=$(DEB_BUILD_ARCH)
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
ifeq ($(ARCH),alpha)
CXXFLAGS+=-O0 -mieee
@@ -28,7 +29,9 @@ override_dh_clean:
override_dh_auto_configure:
sh ./bootstrap.sh
- dh_auto_configure -- --enable-debug
+ dh_auto_configure -- \
+ --enable-debug \
+ --with-qtlibdir=/usr/lib/$(DEB_HOST_MULTIARCH)
override_dh_auto_test:
--
rosegarden packaging
More information about the pkg-multimedia-commits
mailing list