[Pkg-libvirt-commits] [libvirt] 05/06: Minimize debian/rules changes
Guido Guenther
agx at moszumanska.debian.org
Tue Dec 17 20:29:40 UTC 2013
This is an automated email from the git hooks/post-receive script.
agx pushed a commit to branch bpo/wheezy
in repository libvirt.
commit 94877af22146b2a1709cb59c1256448358d82e81
Author: Guido Günther <agx at sigxcpu.org>
Date: Fri Dec 6 10:54:29 2013 +0100
Minimize debian/rules changes
We unset the variables later so we can leave the jessie parts intact.
Git-Dch: Ignore
---
debian/rules | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/debian/rules b/debian/rules
index 18373b1..ea660ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,9 +16,12 @@ ifneq (,$(findstring $(DEB_HOST_ARCH_OS), linux))
WITH_STORAGE_LVM = --with-storage-lvm
WITH_STORAGE_ISCSI = --with-storage-iscsi
WITH_STORAGE_DISK = --with-storage-disk
+ WITH_STORAGE_SHEEPDOG = --with-storage-sheepdog
+ WITH_STORAGE_RBD = --with-storage-rbd
WITH_UDEV = --with-udev --without-hal
WITH_CAPNG = --with-capng
WITH_POLKIT = --with-polkit
+ WITH_MACVTAP = --with-macvtap
WITH_NETWORK = --with-network
WITH_QEMU = --with-qemu
WITH_OPENVZ = --with-openvz
@@ -45,9 +48,12 @@ else
WITH_STORAGE_LVM = --without-storage-lvm
WITH_STORAGE_ISCSI = --without-storage-iscsi
WITH_STORAGE_DISK = --without-storage-disk
+ WITH_STORAGE_SHEEPDOG = --without-storage-sheepdog
+ WITH_STORAGE_RBD = --without-storage-rbd
WITH_UDEV = --without-udev --with-hal
WITH_CAPNG = --without-capng
WITH_POLKIT = --without-polkit
+ WITH_MACVTAP = --without-macvtap
WITH_NETWORK = --without-network
WITH_QEMU = --without-qemu
WITH_LXC = --without-lxc
@@ -65,6 +71,7 @@ endif
WITH_STORAGE_SHEEPDOG = --without-storage-sheepdog
WITH_STORAGE_RBD = --without-storage-rbd
WITH_LIBXL = --without-libxl
+WITH_MACVTAP = --without-macvtap
DEB_CONFIGURE_EXTRA_ARGS := \
--disable-silent-rules \
--
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