[Pkg-libvirt-commits] [libvirt] 02/03: Disable tests requiring filesystem attributes
Guido Guenther
agx at moszumanska.debian.org
Sat May 10 14:30:40 UTC 2014
This is an automated email from the git hooks/post-receive script.
agx pushed a commit to annotated tag debian/1.2.4-2
in repository libvirt.
commit 0fa762425da7039f2d238d7c819c29cfd2ee134e
Author: Guido Günther <agx at sigxcpu.org>
Date: Sat May 10 13:04:10 2014 +0200
Disable tests requiring filesystem attributes
since they seem to fail on the buildd
Closes: #747565
---
debian/control | 1 -
debian/rules | 3 ++-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 6ea56a1..e20a0b1 100644
--- a/debian/control
+++ b/debian/control
@@ -56,7 +56,6 @@ Build-Depends:
dnsmasq-base,
openssh-client,
netcat-openbsd,
- libattr1-dev,
ebtables [linux-any],
iptables [linux-any],
qemu-utils [linux-any],
diff --git a/debian/rules b/debian/rules
index d62d674..12c4847 100755
--- a/debian/rules
+++ b/debian/rules
@@ -108,7 +108,8 @@ DEB_CONFIGURE_EXTRA_ARGS := \
$(WITH_DTRACE) \
$(WITH_AUDIT) \
--without-hal \
- --without-firewalld
+ --without-firewalld \
+ --without-attr
DEB_BUILDDIR := $(CURDIR)/debian/build
LOGROTATE = $(basename $(basename $(notdir $(wildcard daemon/libvirtd*.logrotate.in))))
--
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