~nick-dedekind/unity/phablet-greeter-indicators

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Michael Zanetti
  • Date: 2013-02-07 12:18:24 UTC
  • mto: This revision was merged to the branch mainline in revision 322.
  • Revision ID: michael.zanetti@canonical.com-20130207121824-qvoa1mkt7a668krv
fixed issues with licensing and packaging

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
# Uncomment this to turn on verbose mode.
5
5
#export DH_VERBOSE=1
6
 
export CMAKE_MODULE_PATH=/opt/qt5/lib/cmake/
7
 
export PKG_CONFIG_PATH=/opt/qt5/lib/pkgconfig
8
 
PATH := /opt/qt5/bin:$(PATH)
9
 
LD_LIBRARY_PATH := /opt/qt5/lib:$(LD_LIBRARY_PATH)
 
6
export DPKG_GENSYMBOLS_CHECK_LEVEL=4
 
7
 
 
8
%:
 
9
        dh $@ --parallel
10
10
 
11
11
override_dh_install:
12
12
        dh_install --fail-missing
13
13
 
14
 
%:
15
 
        dh $@ --parallel
16
14