[Pkg-libvirt-commits] [Git][libvirt-team/libvirt][debian/experimental] 2 commits: libnss-libvirt: Install libnss_libvirt-guest as well
Guido Günther
gitlab at salsa.debian.org
Fri Apr 12 08:29:37 BST 2019
Guido Günther pushed to branch debian/experimental at Libvirt Packaging Team / libvirt
Commits:
447dd588 by Guido Günther at 2019-04-12T07:15:11Z
libnss-libvirt: Install libnss_libvirt-guest as well
Closes: #910288
- - - - -
4fb7d113 by Guido Günther at 2019-04-12T07:15:11Z
d/control: Build-depend on libglusterfs-dev
Since this is a recent addition we can drop the versioned dependency.
Closes: #919663
- - - - -
2 changed files:
- debian/control
- debian/rules
Changes:
=====================================
debian/control
=====================================
@@ -53,7 +53,7 @@ Build-Depends:
librbd-dev [linux-any],
librados-dev [linux-any],
# for --with-storage-gluster
- glusterfs-common (>= 3.4.0),
+ libglusterfs-dev,
# for --with-wireshark-dissector
libwireshark-dev (>= 1.11.3),
libwiretap-dev,
@@ -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
=====================================
debian/rules
=====================================
@@ -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)
View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/compare/2edbedf3dc1b46d07a1013f86d848294e0708e43...4fb7d113ccc3dbee30abaf3da81fa26fa5e6c8ae
--
View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/compare/2edbedf3dc1b46d07a1013f86d848294e0708e43...4fb7d113ccc3dbee30abaf3da81fa26fa5e6c8ae
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-libvirt-commits/attachments/20190412/c1f6d7b3/attachment-0001.html>
More information about the Pkg-libvirt-commits
mailing list