[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, master, updated. debian/1.14.1-1

Hilko Bengen bengen at debian.org
Wed Nov 2 22:13:45 UTC 2011


The following commit has been merged in the master branch:
commit 0548ce6d15a309bcbdcb890b5ad4804ce1ab6af2
Author: Hilko Bengen <bengen at debian.org>
Date:   Wed Nov 2 21:13:22 2011 +0100

    Disabled building of Python bindings for Python 3.x. Many warnings
    about undefined symbols are given, they would not work anyhow. Thanks
    to Neil Wilson for bringing this to my attention.

diff --git a/debian/control b/debian/control
index bc7b2a7..ebf5bb0 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 7.0.50~), autotools-dev, aptitude,
   qemu-kvm (>= 0.13),
   genisoimage, pkg-config,
   dh-ocaml, ocaml, ocaml-findlib, libpcre-ocaml-dev,
-  python (>= 2.6.7-2), python-all-dev (>= 2.6.6-3~), python3-all-dev,
+  python (>= 2.6.7-2), python-all-dev (>= 2.6.6-3~),
   libtest-pod-coverage-perl, libextutils-command-perl, libintl-perl, libtest-pod-perl,
   libstring-shellquote-perl,
   libsys-virt-perl, libwin-hivex-perl,
diff --git a/debian/rules b/debian/rules
index 6f76cb0..c25fcca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 # export DH_VERBOSE=1
 
-PYTHONS        := $(shell pyversions --installed; py3versions --installed)
+PYTHONS        := $(shell pyversions --installed)
 PYTHON_DEFAULT := $(shell pyversions --default)
 
 COMMON_CONFIG_FLAGS = \
@@ -92,4 +92,4 @@ override_dh_install:
 	dh_install
 
 %:
-	dh --without=python-support --with=autotools-dev,ocaml,python2,python3 $@
+	dh --without=python-support --with=autotools-dev,ocaml,python2 $@

-- 
Libguestfs Debian packaging



More information about the Pkg-libvirt-commits mailing list