[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, master, updated. debian/1.14.0-1-4-g4a82e6b
Hilko Bengen
bengen at debian.org
Sun Oct 30 15:23:50 UTC 2011
The following commit has been merged in the master branch:
commit c45157dc291858f46a6f3cbad6191f886442bdf7
Author: Hilko Bengen <bengen at debian.org>
Date: Mon Oct 24 12:41:56 2011 +0200
Disabled vmchannel test (Closes: #646295)
diff --git a/debian/rules b/debian/rules
index 2061090..a530580 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,14 +5,14 @@
PYTHONS := $(shell pyversions --installed; py3versions --installed)
PYTHON_DEFAULT := $(shell pyversions --default)
-CONFIG_FLAGS = \
- --enable-install-daemon \
+COMMON_CONFIG_FLAGS = \
--disable-appliance \
--with-readline \
--with-java-home=no \
--disable-ruby \
--disable-haskell \
- --disable-php
+ --disable-php \
+ vmchannel_test=no
override_dh_auto_clean:
set -e; for p in $(PYTHONS); do \
@@ -24,13 +24,14 @@ override_dh_auto_configure:
if [ $$p = $(PYTHON_DEFAULT) ]; then \
dh_auto_configure --builddir=$(CURDIR)/debian/build-$$p \
-- \
- $(CONFIG_FLAGS); \
+ $(COMMON_CONFIG_FLAGS) \
+ --enable-install-daemon ; \
else \
dh_auto_configure --builddir=$(CURDIR)/debian/build-$$p \
-- \
- --disable-daemon --disable-appliance --disable-fuse \
- --with-java-home=no --disable-ocaml --disable-perl \
- --disable-haskell --disable-ruby --disable-php \
+ $(COMMON_CONFIG_FLAGS) \
+ --disable-daemon --disable-fuse \
+ --disable-ocaml --disable-perl \
PYTHON=$$p ; \
fi ; \
done
--
Libguestfs Debian packaging
More information about the Pkg-libvirt-commits
mailing list