[lxc-devel] [RFC lxc] hooks: put binary hooks into $libdir/lxc/hooks

Wolfgang Bumiller w.bumiller at proxmox.com
Wed Oct 28 14:47:16 UTC 2015


Packaging standards usually request arch-dependent binaries to be in
the corresponding libdir, i.e. on debian unmount-namespace should be
in /usr/lib/x86_64-linux-gnu/lxc/hooks/unmount-namespace. Putting it
/usr/share will cause the 'lintian' tool to complain with:

 E: lxc-pve: arch-dependent-file-in-usr-share usr/share/lxc/hooks/unmount-namespace

Here's a patch to change the directory accordingly.

Wolfgang Bumiller (1):
  hooks: put binary hooks into $libdir/lxc/hooks

 configure.ac      | 1 +
 hooks/Makefile.am | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

-- 
2.1.4




More information about the lxc-devel mailing list