~daker/webbrowser-app/fix.1169759

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Olivier Tilloy
  • Date: 2013-01-14 12:14:52 UTC
  • Revision ID: olivier.tilloy@canonical.com-20130114121452-bdvzxdornolb5fg0
Initial packaging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
# -*- makefile -*-
 
3
 
 
4
# Uncomment this to turn on verbose mode.
 
5
#export DH_VERBOSE=1
 
6
 
 
7
override_dh_auto_configure:
 
8
        PATH=/opt/qt5/bin:${PATH} dh_auto_configure
 
9
 
 
10
%:
 
11
        dh $@ --parallel
 
12