[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, master, updated. debian/0.7.6-1-2-g11cc6e9
Guido Günther
agx at sigxcpu.org
Thu Feb 11 16:13:08 UTC 2010
The following commit has been merged in the master branch:
commit 11cc6e9f53cf9ad28ca619956a3cc6f3a0ee0d1a
Author: Guido Günther <agx at sigxcpu.org>
Date: Thu Feb 11 16:53:21 2010 +0100
Don't use libcap-ng
sine it breaks interface type="network". This is a workaround, see
bugreport for details.
Closes: #565767
diff --git a/debian/control b/debian/control
index f747f55..6fbc2db 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,7 @@ Build-Depends: cdbs (>= 0.4.43), debhelper (>= 7), libxml2-dev, libncurses5-dev,
libpciaccess-dev,
module-init-tools,
policykit-1,
- dpkg-dev (<< 1.15.3) | dpkg-dev (>> 1.15.3),
- libcap-ng-dev
+ dpkg-dev (<< 1.15.3) | dpkg-dev (>> 1.15.3)
XS-Python-Version: current
Build-Conflicts: dpkg-dev (= 1.15.3)
Vcs-Git: git://git.debian.org/git/pkg-libvirt/libvirt.git
diff --git a/debian/rules b/debian/rules
index 442b1bf..3f5be32 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,6 +40,7 @@ DEB_CONFIGURE_EXTRA_FLAGS := \
--without-selinux \
--without-esx \
--without-libssh2 \
+ --without-capng \
--enable-debug \
$(BUILD_XEN) \
$(BUILD_VBOX) \
--
Libvirt Debian packaging
More information about the Pkg-libvirt-commits
mailing list