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
=== modified file 'debian/rules'
--- debian/rules 2013-12-04 14:36:15 +0000
+++ debian/rules 2014-03-03 13:34:14 +0000
@@ -3,6 +3,17 @@
33
4export DPKG_GENSYMBOLS_CHECK_LEVEL=44export DPKG_GENSYMBOLS_CHECK_LEVEL=4
55
6ifeq ($(DEB_HOST_ARCH),armhf)
7 ENABLE_MEMCHECK_OPTION = OFF
8else
9 ENABLE_MEMCHECK_OPTION = ON
10endif
11
6%:12%:
7 dh $@ --parallel --fail-missing13 dh $@ --parallel --fail-missing
814
15override_dh_auto_configure:
16 dh_auto_configure -- -DENABLE_MEMCHECK_OPTION=${ENABLE_MEMCHECK_OPTION}
17
18override_dh_makeshlibs:
19 dh_makeshlibs -V

Subscribers

People subscribed via source and target branches

to all changes: