[SCM] blender/master: debian/control: python3 dependencies fixed

mfv-guest at users.alioth.debian.org mfv-guest at users.alioth.debian.org
Wed Jun 5 16:14:21 UTC 2013


The following commit has been merged in the master branch:
commit c6218a7f42fbc201aa486571ffd8eb68c789c21a
Author: Matteo F. Vescovi <mfv.debian at gmail.com>
Date:   Wed Jun 5 16:05:29 2013 +0200

    debian/control: python3 dependencies fixed

diff --git a/debian/control b/debian/control
index 6698a08..8d3f470 100644
--- a/debian/control
+++ b/debian/control
@@ -41,7 +41,7 @@ Build-Depends: autotools-dev,
                libz-dev,
                libfontconfig-dev,
                pkg-config,
-               python3-dev (>= 3.3),
+               python3-all-dev (>= 3.3),
                python3.3-dev,
                subversion
 X-Python3-Version: >= 3.3
@@ -74,9 +74,9 @@ Description: Very fast and versatile 3D modeller/renderer
 
 Package: blender-data
 Architecture: all
-Depends: ${misc:Depends},
-         ${python3:Depends},
-         ${shlibs:Depends}
+Depends: python3.3,
+         ${misc:Depends},
+         ${python3:Depends}
 Description: Very fast and versatile 3D modeller/renderer - data package
  Blender is an integrated 3d suite for modelling, animation, rendering,
  post-production, interactive creation and playback (games). Blender has its

-- 
blender packaging



More information about the pkg-multimedia-commits mailing list