~unity-team/unity-scopes-shell/trunk

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Michal Hruby
  • Date: 2013-11-12 17:09:33 UTC
  • Revision ID: michal.mhr@gmail.com-20131112170933-krd0n2f8gtncj8z9
Add debian 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
export DPKG_GENSYMBOLS_CHECK_LEVEL=4
 
7
 
 
8
%:
 
9
        dh $@ --parallel
 
10
 
 
11
override_dh_install:
 
12
        dh_install --fail-missing
 
13
 
 
14
override_dh_auto_configure:
 
15
        dh_auto_configure -- -DLIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)