~ci-train-bot/libqtdbusmock/libqtdbusmock-ubuntu-zesty-2224

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: CI Train Bot
  • Author(s): Pete Woods
  • Date: 2015-10-06 11:47:51 UTC
  • mfrom: (39.1.2 trunk)
  • Revision ID: ci-train-bot@canonical.com-20151006114751-14d838pzzdk3b60d
Add new NM methods. Stop running valgrind by default. Fixes: #1451507

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
export DPKG_GENSYMBOLS_CHECK_LEVEL=4
5
5
 
6
 
ifeq ($(DEB_HOST_ARCH),armhf)
7
 
        ENABLE_MEMCHECK_OPTION = OFF
8
 
else
9
 
        ENABLE_MEMCHECK_OPTION = ON
10
 
endif
11
 
 
12
6
%:
13
7
        dh $@ --parallel --fail-missing
14
 
 
15
 
override_dh_auto_configure:
16
 
        dh_auto_configure -- -DENABLE_MEMCHECK_OPTION=${ENABLE_MEMCHECK_OPTION}
17
 
 
18
 
override_dh_makeshlibs:
19
 
        dh_makeshlibs -V