[Pkg-libvirt-commits] [libvirt] 01/05: Revert "Enable numad support"
Guido Guenther
agx at moszumanska.debian.org
Wed Apr 19 17:58:06 UTC 2017
This is an automated email from the git hooks/post-receive script.
agx pushed a commit to branch debian/jessie-backports
in repository libvirt.
commit 43f5a142bb1b168953aa805d4adf06a4c744bc13
Author: Gaudenz Steinlin <gaudenz at debian.org>
Date: Tue Apr 18 23:08:29 2017 +0200
Revert "Enable numad support"
This reverts commit 488910d296059b4328e45d796b47ec6410e11b7e.
---
debian/control | 2 --
debian/rules | 6 +++---
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index 4de7539..c7c4961 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,6 @@ Build-Depends:
libyajl-dev,
libpcap0.8-dev,
libnuma-dev [amd64 arm64 i386 ia64 mips mipsel powerpc ppc64 ppc64el],
- numad [amd64 arm64 i386 ia64 mips mipsel powerpc ppc64 ppc64el],
radvd [linux-any],
libnetcf-dev (>= 1:0.2.3-3~) [linux-any],
libsanlock-dev [linux-any],
@@ -108,7 +107,6 @@ Recommends:
netcat-openbsd,
Suggests:
libvirt-daemon-system,
- numad,
Description: Virtualization daemon
Libvirt is a C toolkit to interact with the virtualization capabilities
of recent versions of Linux (and other OSes). The library aims at providing
diff --git a/debian/rules b/debian/rules
index 36ba507..6a7f7ad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,9 +45,9 @@ ifneq (,$(findstring $(DEB_HOST_ARCH_OS), linux))
WITH_DTRACE = --without-dtrace
endif
ifneq (,$(findstring $(DEB_HOST_ARCH), amd64 arm64 i386 ia64 mips mipsel powerpc ppc64el))
- WITH_NUMA = --with-numactl --with-numad
+ WITH_NUMA = --with-numactl
else
- WITH_NUMA = --without-numactl --without-numad
+ WITH_NUMA = --without-numactl
endif
ifneq (,$(findstring $(DEB_HOST_ARCH), ia64))
WITH_LXC = --without-lxc
@@ -68,7 +68,7 @@ else
WITH_MACVTAP = --without-macvtap
WITH_NETWORK = --without-network
WITH_LXC = --without-lxc
- WITH_NUMA = --without-numactl --without-numad
+ WITH_NUMA = --without-numactl
WITH_NETCF = --without-netcf
WITH_INIT_SCRIPT = --with-init-script=none
WITH_SYSTEMD = --without-systemd-daemon
--
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