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

Hilko Bengen bengen at debian.org
Fri Nov 11 07:30:35 UTC 2011


The following commit has been merged in the master branch:
commit 4938eec0c8f6eb5bd609bfaecfe0fc0516718bbc
Author: Hilko Bengen <bengen at debian.org>
Date:   Thu Nov 3 09:21:20 2011 +0100

    Re-enabled build of python3 bindings

diff --git a/debian/control b/debian/control
index ebf5bb0..bc7b2a7 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~),
+  python (>= 2.6.7-2), python-all-dev (>= 2.6.6-3~), python3-all-dev,
   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 14d49d9..da57b29 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 # export DH_VERBOSE=1
 
-PYTHONS        := $(shell pyversions --installed)
+PYTHONS        := $(shell pyversions --installed; py3versions --installed)
 PYTHON_DEFAULT := $(shell pyversions --default)
 
 COMMON_CONFIG_FLAGS = \
@@ -94,4 +94,4 @@ override_dh_install:
 	dh_install
 
 %:
-	dh --without=python-support --with=autotools-dev,ocaml,python2 $@
+	dh --without=python-support --with=autotools-dev,ocaml,python2,python3 $@

-- 
Libguestfs Debian packaging



More information about the Pkg-libvirt-commits mailing list