~ubuntu-branches/ubuntu/wily/sysdig/wily

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Evgeni Golov
  • Date: 2014-07-13 11:52:44 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20140713115244-4yrymk50w1fyf5cl
Tags: 0.1.85-2
* Use dh_install --list-missing, thanks Felix Geyer
* define /etc, so cmake does not try to install to /usr/etc...
* properly install bash and zsh completions, thanks Felix Geyer

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
 
18
18
%:
19
 
        dh $@
 
19
        dh $@ --parallel
20
20
 
21
21
override_dh_auto_configure:
22
 
        dh_auto_configure -- -DUSE_BUNDLED_JSONCPP=OFF -DUSE_BUNDLED_LUAJIT=OFF -DUSE_BUNDLED_ZLIB=OFF -DBUILD_DRIVER=OFF -DSYSDIG_VERSION="$(sver)"
 
22
        dh_auto_configure -- -DUSE_BUNDLED_JSONCPP=OFF -DUSE_BUNDLED_LUAJIT=OFF -DUSE_BUNDLED_ZLIB=OFF -DBUILD_DRIVER=OFF -DDIR_ETC="/etc" -DSYSDIG_VERSION="$(sver)"
23
23
 
24
24
override_dh_auto_install-indep:
25
25
        dh_auto_install -i
26
26
        dh_dkms -i -psysdig-dkms -- debian/tmp/usr/src/sysdig-$(sver)/dkms.conf
 
27
 
 
28
override_dh_install:
 
29
        dh_install --list-missing