]> git.proxmox.com Git - lxcfs.git/blame - debian/rules
fix #1655: merge stable upstream patches for /proc/meminfo
[lxcfs.git] / debian / rules
CommitLineData
270f2667
DM
1#!/usr/bin/make -f
2
3# Uncomment this to turn on verbose mode.
4#export DH_VERBOSE=1
5
6%:
d613d9ba 7 dh $@ --with autotools_dev,autoreconf,systemd,quilt
98fe0efe 8
646cf30c
FG
9# Don't install PAM module for now, we don't need it.
10override_dh_install:
11 rm $(CURDIR)/debian/lxcfs/lib/*/security/pam_cgfs.so
12 find $(CURDIR)/debian/lxcfs/lib/ -type d -empty -delete
13
98fe0efe
WB
14override_dh_auto_install:
15 dh_auto_install --destdir=debian/lxcfs
1c9d15dc
FG
16
17override_dh_installinit:
18 dh_installinit -p lxcfs --no-restart-on-upgrade
19
20override_dh_systemd_start:
21 dh_systemd_start -p lxcfs --no-restart-on-upgrade lxcfs.service