]> git.proxmox.com Git - lxcfs.git/blame_incremental - debian/rules
update to 6.0.0
[lxcfs.git] / debian / rules
... / ...
CommitLineData
1#!/usr/bin/make -f
2
3# Uncomment this to turn on verbose mode.
4#export DH_VERBOSE=1
5
6%:
7 dh $@
8
9override_dh_auto_clean:
10 rm -fr build
11
12override_dh_auto_configure:
13 mkdir -p build
14 cd build && meson .. --prefix=/usr \
15 -Dinit-script=systemd \
16 -Dfuse-version=3
17
18override_dh_auto_install:
19 dh_auto_install --destdir=debian/lxcfs
20
21override_dh_installsystemd:
22 dh_installsystemd -p lxcfs --no-start --no-stop-on-upgrade lxcfs.service