Merge lp:~pete-woods/unity-voice/qt-5.2 into lp:unity-voice

Proposed by Pete Woods
Status: Merged
Merged at revision: 29
Proposed branch: lp:~pete-woods/unity-voice/qt-5.2
Merge into: lp:unity-voice
Diff against target: 21 lines (+11/-0)
1 file modified
debian/rules (+11/-0)
To merge this branch: bzr merge lp:~pete-woods/unity-voice/qt-5.2
Reviewer Review Type Date Requested Status
Timo Jyrinki Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+209069@code.launchpad.net

Commit message

Disable Valgrind on ARM

Description of the change

Disable Valgrind on ARM

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Timo Jyrinki (timo-jyrinki) wrote :

Tested to be working (https://launchpad.net/~ci-train-ppa-service/+archive/landing-006/+packages), scheduled to land together with Qt 5.2.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/rules'
2--- debian/rules 2013-12-04 14:36:15 +0000
3+++ debian/rules 2014-03-03 13:34:14 +0000
4@@ -3,6 +3,17 @@
5
6 export DPKG_GENSYMBOLS_CHECK_LEVEL=4
7
8+ifeq ($(DEB_HOST_ARCH),armhf)
9+ ENABLE_MEMCHECK_OPTION = OFF
10+else
11+ ENABLE_MEMCHECK_OPTION = ON
12+endif
13+
14 %:
15 dh $@ --parallel --fail-missing
16
17+override_dh_auto_configure:
18+ dh_auto_configure -- -DENABLE_MEMCHECK_OPTION=${ENABLE_MEMCHECK_OPTION}
19+
20+override_dh_makeshlibs:
21+ dh_makeshlibs -V

Subscribers

People subscribed via source and target branches

to all changes: