[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, experimental, updated. debian/1.0.0-1-2-gcbb8fd5
Guido Günther
agx at sigxcpu.org
Mon Nov 26 21:02:14 UTC 2012
The following commit has been merged in the experimental branch:
commit cbb8fd5f89794f305370d6ce8397b8affbe99f32
Author: Guido Günther <agx at sigxcpu.org>
Date: Mon Nov 26 22:01:51 2012 +0100
Disable firewalld
since this would make us hard depend on DBus
diff --git a/debian/rules b/debian/rules
index 6eaa955..4700b15 100755
--- a/debian/rules
+++ b/debian/rules
@@ -95,7 +95,8 @@ DEB_CONFIGURE_EXTRA_FLAGS := \
$(WITH_XEN) \
$(WITH_VBOX) \
$(WITH_LXC) \
- $(WITH_DTRACE)
+ $(WITH_DTRACE) \
+ --without-firewalld
DEB_COMPRESS_EXCLUDE = .o event-test hellolibvirt info1 suspend
DEB_PYTHON_SETUP_CMD = /dev/null
--
Libvirt Debian packaging
More information about the Pkg-libvirt-commits
mailing list