~ubuntu-branches/ubuntu/wily/libqtdbustest/wily-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Pete Woods
  • Date: 2015-09-18 10:50:35 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20150918105035-1qmbfi9suhc6udio
Tags: 0.2+15.10.20150918-0ubuntu1
Fix building on wily (LP: #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