Skip to content
Snippets Groups Projects
Commit 447dd588 authored by Guido Günther's avatar Guido Günther
Browse files

libnss-libvirt: Install libnss_libvirt-guest as well

Closes: #910288
parent 2edbedf3
No related branches found
No related tags found
1 merge request!29Merge changes from experimental
......@@ -279,14 +279,15 @@ Depends:
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Priority: optional
Description: nss plugin providing IP address resolution for virtual machines
Description: nss plugins providing IP address resolution for virtual machines
Libvirt is a C toolkit to interact with the virtualization capabilities
of recent versions of Linux (and other OSes). The library aims at providing
a long term stable C API for different virtualization mechanisms. It currently
supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox.
.
This package contains the nss plugin for IP address resolution of libvirt
managed virtual machines.
This package contains two nss plugins for IP address resolution of libvirt
managed virtual machines. libnss_libvirt_guest uses libvirt's domain names
while the other (libnss_libvirt) looks at the guest's hostname.
Package: libvirt-wireshark
Architecture: any
......
......@@ -208,7 +208,7 @@ ifneq (,$(findstring $(DEB_HOST_ARCH_OS), linux))
dh_install -p libvirt-daemon-system etc/libvirt/nwfilter/
dh_install -p libvirt-clients etc/libvirt/virt-login-shell.conf
dh_install -p libnss-libvirt \
usr/lib/$(DEB_HOST_MULTIARCH)/libnss_libvirt.so.2 \
usr/lib/$(DEB_HOST_MULTIARCH)/libnss_libvirt*.so.2 \
lib/$(DEB_HOST_MULTIARCH)/
endif
ifeq ($(XEN_ENABLED), 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment