[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, bpo-squeeze, updated. debian/0.9.11-2-17-g8a2008d

Guido Günther agx at sigxcpu.org
Tue Apr 17 19:17:06 UTC 2012


The following commit has been merged in the bpo-squeeze branch:
commit 8a2008dc43047add0a6a505619ae06e2f817d5f0
Author: Guido Günther <agx at sigxcpu.org>
Date:   Tue Apr 17 14:55:39 2012 +0200

    Disable netcf
    
    not available in Squeeze

diff --git a/debian/control b/debian/control
index f9ab41d..16aa57f 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,6 @@ Build-Depends: cdbs (>= 0.4.89~),
  libnuma-dev [amd64 i386 ia64 mips mipsel powerpc],
  lsb-release,
  radvd [linux-any],
- libnetcf-dev [linux-any],
 # For "make check"
  dwarves,
  libxml2-utils,
diff --git a/debian/rules b/debian/rules
index af02d1d..d740162 100755
--- a/debian/rules
+++ b/debian/rules
@@ -60,6 +60,8 @@ ifeq "$(DISTREL)" "squeeze"
     WITH_MACVTAP    = --without-macvtap
     # Squeeze's libnl throws warnings
     WITH_WERROR     = --without-werror
+    # netcf not available in Squeeze
+    WITH_NETCF          = --without-netcf
 endif
 
 DEB_BUILDDIR := $(CURDIR)/debian/build

-- 
Libvirt Debian packaging



More information about the Pkg-libvirt-commits mailing list