~michihenning/thumbnailer/fix-qt-pkg-config

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Łukasz 'sil2100' Zemczak
  • Date: 2013-09-30 15:55:07 UTC
  • mto: This revision was merged to the branch mainline in revision 43.
  • Revision ID: lukasz.zemczak@canonical.com-20130930155507-q8it9gdmu9tgl2ix
Packaging review

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
export CCACHE_SLOPPINESS=time_macros
11
11
 
12
12
%:
13
 
        dh $@ --parallel
 
13
        dh $@ --parallel --fail-missing
14
14
 
15
15
override_dh_auto_configure:
16
16
        dh_auto_configure -- -DCMAKE_BUILD_TYPE=''
17
 
 
18
 
override_dh_install:
19
 
        dh_install --fail-missing
20