[Pkg-libvirt-commits] [libvirt] 06/07: Fix "make check" not finding finding the libvirtd lense

Guido Guenther agx at alioth.debian.org
Thu Aug 29 18:46:56 UTC 2013


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

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

commit 1562bb3b04fdea9c27dd1cda3b5fbc22e81a8d63
Author: Guido Günther <agx at sigxcpu.org>
Date:   Thu Aug 29 19:55:24 2013 +0200

    Fix "make check" not finding finding the libvirtd lense
---
 ...eck-not-finding-finding-the-libvirtd-lens.patch |   37 ++++++++++++++++++++
 debian/patches/series                              |    1 +
 2 files changed, 38 insertions(+)

diff --git a/debian/patches/Fix-make-check-not-finding-finding-the-libvirtd-lens.patch b/debian/patches/Fix-make-check-not-finding-finding-the-libvirtd-lens.patch
new file mode 100644
index 0000000..713836c
--- /dev/null
+++ b/debian/patches/Fix-make-check-not-finding-finding-the-libvirtd-lens.patch
@@ -0,0 +1,37 @@
+From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx at sigxcpu.org>
+Date: Thu, 29 Aug 2013 19:54:05 +0200
+Subject: Fix "make check" not finding finding the libvirtd lense
+
+---
+ src/Makefile.am | 3 ++-
+ src/Makefile.in | 3 ++-
+ 2 files changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/src/Makefile.am b/src/Makefile.am
+index 755e07a..79328a9 100644
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -1675,7 +1675,8 @@ check-augeas-lockd: test_libvirt_lockd.aug
+ 
+ check-augeas-virtlockd: test_virtlockd.aug
+ 	$(AM_V_GEN)if test -x '$(AUGPARSE)'; then \
+-	    '$(AUGPARSE)' -I $(srcdir)/locking test_virtlockd.aug; \
++	    '$(AUGPARSE)' -I $(top_srcdir)/daemon/ \
++	                  -I $(srcdir)/locking test_virtlockd.aug; \
+ 	fi
+ 
+ #
+diff --git a/src/Makefile.in b/src/Makefile.in
+index 99ab81f..a983a3e 100644
+--- a/src/Makefile.in
++++ b/src/Makefile.in
+@@ -8017,7 +8017,8 @@ check-augeas-lockd: test_libvirt_lockd.aug
+ 
+ check-augeas-virtlockd: test_virtlockd.aug
+ 	$(AM_V_GEN)if test -x '$(AUGPARSE)'; then \
+-	    '$(AUGPARSE)' -I $(srcdir)/locking test_virtlockd.aug; \
++	    '$(AUGPARSE)' -I $(top_srcdir)/daemon/ \
++	                  -I $(srcdir)/locking test_virtlockd.aug; \
+ 	fi
+ 
+ libvirt.syms: libvirt_public.syms $(USED_SYM_FILES) \
diff --git a/debian/patches/series b/debian/patches/series
index 6148614..cf6166c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -10,3 +10,4 @@ Don-t-fail-if-we-can-t-setup-avahi.patch
 Reduce-udevadm-settle-timeout-to-10-seconds.patch
 debian/Debianize-systemd-service-files.patch
 Allow-xen-toolstack-to-find-it-s-binaries.patch
+Fix-make-check-not-finding-finding-the-libvirtd-lens.patch

-- 
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