[Pkg-libvirt-commits] [libvirt] 04/04: Fix indentation
Guido Guenther
agx at moszumanska.debian.org
Wed Aug 19 22:14:24 UTC 2015
This is an automated email from the git hooks/post-receive script.
agx pushed a commit to branch debian/experimental
in repository libvirt.
commit 016cd5d06bc9257c2b719aeed5aa25709353907f
Author: Guido Günther <agx at sigxcpu.org>
Date: Wed Aug 19 23:49:50 2015 +0200
Fix indentation
Gbp-Dch: Ignore
---
debian/rules | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/debian/rules b/debian/rules
index b7077fb..9e28aae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,18 +7,18 @@ DEB_BUILDUSER=${USER}
ifneq (,$(findstring $(DEB_HOST_ARCH_OS), linux))
ifneq (,$(findstring $(DEB_HOST_ARCH), i386 amd64))
- WITH_VBOX = --with-vbox
- MAKE_CHECK = 1
+ WITH_VBOX = --with-vbox
+ MAKE_CHECK = 1
else
- WITH_VBOX = --without-vbox
+ WITH_VBOX = --without-vbox
endif
ifneq (,$(findstring $(DEB_HOST_ARCH), i386 amd64 armhf arm64))
- WITH_XEN = --with-xen
- WITH_LIBXL = --with-libxl
- XEN_ENABLED = 1
+ WITH_XEN = --with-xen
+ WITH_LIBXL = --with-libxl
+ XEN_ENABLED = 1
else
- WITH_XEN = --without-xen
- WITH_LIBXL = --without-libxl
+ WITH_XEN = --without-xen
+ WITH_LIBXL = --without-libxl
endif
WITH_STORAGE_LVM = --with-storage-lvm
WITH_STORAGE_ISCSI = --with-storage-iscsi
--
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