]> git.proxmox.com Git - lxc.git/blame - debian/rules
depend on graphviz to generate docs correctly
[lxc.git] / debian / rules
CommitLineData
9108d962 1#!/usr/bin/make -f
b919c812 2
9108d962
DM
3# output every command that modifies files on the build system.
4#DH_VERBOSE = 1
5
6# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
7DPKG_EXPORT_BUILDFLAGS = 1
8include /usr/share/dpkg/default.mk
9
9108d962 10%:
b919c812 11 dh $@ --with autoreconf,autotools-dev,quilt,systemd
9108d962
DM
12
13override_dh_auto_configure:
14 dh_auto_configure -- \
15 --with-distro=debian \
16 --with-init-script=systemd \
17 --enable-apparmor \
18 --enable-doc \
19 --enable-api-docs \
20 --disable-rpath \
21 --disable-selinux \
22 --enable-bash \
9019c21d 23 --enable-cgmanager \
9108d962
DM
24 --disable-python \
25 --disable-lua \
219f85a3 26 --disable-examples
9108d962
DM
27
28override_dh_strip:
29 dh_strip --dbg-package=lxc-dbg
30
31
32
419e96ed
DM
33override_dh_install:
34 dh_apparmor -p lxc --profile-name=usr.bin.lxc-start
35 dh_install --fail-missing