[SCM] yafaray/master: debian/: python3 stuff fixed

mfv-guest at users.alioth.debian.org mfv-guest at users.alioth.debian.org
Fri Jun 14 16:42:13 UTC 2013


The following commit has been merged in the master branch:
commit 7e2e6c104505309350131524021c4fcb5cd17ece
Author: Matteo F. Vescovi <mfv.debian at gmail.com>
Date:   Fri Jun 14 18:23:22 2013 +0200

    debian/: python3 stuff fixed
    
    - debian/control: python3-dev (>= 3.3) => python3-dev
                      X-Python3-Version dropped
    - debian/rules: PY3VERS "r" option dropped

diff --git a/debian/control b/debian/control
index 7e9ab28..f3f672a 100644
--- a/debian/control
+++ b/debian/control
@@ -13,10 +13,9 @@ Build-Depends: cmake,
                libtiff-dev,
                libxml2-dev,
                pkg-config,
-               python3-dev (>= 3.3),
+               python3-dev,
                swig,
                zlib1g-dev
-X-Python3-Version: >= 3.3
 Standards-Version: 3.9.4
 Homepage: http://www.yafaray.org
 Vcs-Git: git://anonscm.debian.org/pkg-multimedia/yafaray.git
diff --git a/debian/rules b/debian/rules
index 968ad7b..f37028f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 export DH_OPTIONS
 
 INSTDIR=debian/tmp
-PY3VERS=$(shell py3versions -drv debian/control)
+PY3VERS=$(shell py3versions -dv)
 
 %:
 	dh $@ --buildsystem=cmake --builddirectory=build --with python3

-- 
yafaray packaging



More information about the pkg-multimedia-commits mailing list