~mardy/signon-ui/lp1111507

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Tarmac
  • Author(s): Robert Bruce Park
  • Date: 2012-11-21 12:23:35 UTC
  • mfrom: (70.1.2 trunk)
  • Revision ID: tarmac-20121121122335-qy8k5ggz3r4f9kif
Inline packaging metadata.

Approved by PS Jenkins bot.

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
export DPKG_GENSYMBOLS_CHECK_LEVEL=4
 
7
 
 
8
override_dh_install:
 
9
        rm -f debian/*/usr/bin/signon-ui-unittest
 
10
        dh_install --fail-missing
 
11
 
 
12
%:
 
13
        dh $@