[Pkg-libvirt-commits] [libvirt] 03/04: Don't try to install virt-login-shell on non-linux

Guido Guenther agx at moszumanska.debian.org
Sun Aug 3 19:22:15 UTC 2014


This is an automated email from the git hooks/post-receive script.

agx pushed a commit to annotated tag debian/1.2.7-1
in repository libvirt.

commit d615910c7944095e0d8f93faf2afb36d80ee22ae
Author: Guido Günther <agx at sigxcpu.org>
Date:   Sun Aug 3 19:19:41 2014 +0200

    Don't try to install virt-login-shell on non-linux
    
    It's LXC only. This fixes the build failure on kFreeBSD
    
        https://buildd.debian.org/status/fetch.php?pkg=libvirt&arch=kfreebsd-amd64&ver=1.2.7~rc2-1&stamp=1406906919
---
 debian/libvirt-clients.install | 1 -
 debian/rules                   | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/libvirt-clients.install b/debian/libvirt-clients.install
index f63b8e9..84fab60 100644
--- a/debian/libvirt-clients.install
+++ b/debian/libvirt-clients.install
@@ -1,4 +1,3 @@
 usr/bin/*
 usr/share/man/man1/*
 etc/libvirt/libvirt.conf
-etc/libvirt/virt-login-shell.conf
diff --git a/debian/rules b/debian/rules
index 3f4353d..17fbe23 100755
--- a/debian/rules
+++ b/debian/rules
@@ -154,6 +154,7 @@ ifneq (,$(findstring $(DEB_HOST_ARCH_OS), linux))
 	# Not all linux arches have systemtap yet
 	mkdir -p debian/tmp/usr/share/systemtap
 	dh_install -p libvirt-daemon-system usr/share/systemtap
+	dh_install -p libvirt-clients etc/libvirt/virt-login-shell.conf
 endif
 
 	for l in $(LOGROTATE); do \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libvirt.git



More information about the Pkg-libvirt-commits mailing list