[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, experimental, updated. debian/0.10.1-1-4-g40e1704

Guido Günther agx at sigxcpu.org
Sat Sep 22 17:29:52 UTC 2012


The following commit has been merged in the experimental branch:
commit 40e1704b10ca81252dca48a942f5360ceb86fe90
Author: Guido Günther <agx at sigxcpu.org>
Date:   Sat Sep 22 18:49:17 2012 +0200

    Enable auditing on linux-any
    
    Thanks: Laurent Bigonville for testing.
    Closes: 688177

diff --git a/debian/control b/debian/control
index b368d2f..b6e1530 100644
--- a/debian/control
+++ b/debian/control
@@ -34,6 +34,7 @@ Build-Depends: cdbs (>= 0.4.90~),
  radvd [linux-any],
  libnetcf-dev [linux-any],
  libsanlock-dev [linux-any],
+ libaudit-dev [linux-any],
 # for --with-storage-sheepdog
  sheepdog,
 # For "make check"
@@ -67,7 +68,7 @@ Recommends: netcat-openbsd,
  iproute,
  parted,
  pm-utils
-Suggests: policykit-1, radvd
+Suggests: policykit-1, radvd, auditd
 Description: programs for the libvirt library
  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 58b0cbd..6d32857 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,6 +31,7 @@ ifneq (,$(findstring $(DEB_HOST_ARCH_OS), linux))
   WITH_NETCF          = --with-netcf
   WITH_SANLOCK        = --with-sanlock
   WITH_INIT_SCRIPT    =	--with-init-script=systemd
+  WITH_AUDIT          = --with-audit
   ifneq (,$(findstring $(DEB_HOST_ARCH), amd64 i386 ia64 mips mipsel powerpc))
       WITH_NUMA       = --with-numactl
   else
@@ -56,6 +57,7 @@ else
   WITH_NUMA           = --without-numactl
   WITH_NETCF          = --without-netcf
   WITH_INIT_SCRIPT    =	--with-init-script=none
+  WITH_AUDIT          = --without-audit
 endif
 
 DEB_BUILDDIR := $(CURDIR)/debian/build

-- 
Libvirt Debian packaging



More information about the Pkg-libvirt-commits mailing list