~mardy/signon-keyring-extension/lp1172710

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Tarmac
  • Author(s): Robert Bruce Park
  • Date: 2012-11-22 19:32:46 UTC
  • mfrom: (16.1.3 trunk)
  • Revision ID: tarmac-20121122193246-zla62rtkpbv3sody
Inline packaging metadata.

Approved by Didier Roche.

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/keyring-test
 
10
        dh_install --fail-missing
 
11
 
 
12
%:
 
13
        dh $@