]> git.proxmox.com Git - lxcfs.git/blob - debian/rules
merge: (temporarily?) revert the virtualization of btime field in /proc/stat
[lxcfs.git] / debian / rules
1 #!/usr/bin/make -f
2
3 # Uncomment this to turn on verbose mode.
4 #export DH_VERBOSE=1
5
6 %:
7 dh $@ --with autotools_dev,autoreconf,systemd,quilt
8
9 override_dh_strip:
10 dh_strip --dbg-package=lxcfs-dbg
11
12 # Don't install PAM module for now, we don't need it.
13 override_dh_install:
14 rm $(CURDIR)/debian/lxcfs/lib/*/security/pam_cgfs.so
15 find $(CURDIR)/debian/lxcfs/lib/ -type d -empty -delete
16
17 override_dh_auto_install:
18 dh_auto_install --destdir=debian/lxcfs
19
20 override_dh_installinit:
21 dh_installinit -p lxcfs --no-restart-on-upgrade
22
23 override_dh_systemd_start:
24 dh_systemd_start -p lxcfs --no-restart-on-upgrade lxcfs.service