[SCM] blender/master: debian/: python3.3 Depends simplified

mfv-guest at users.alioth.debian.org mfv-guest at users.alioth.debian.org
Thu Aug 8 10:20:37 UTC 2013


The following commit has been merged in the master branch:
commit 68b9ee612d2046f68969cf59550026553007f658
Author: Matteo F. Vescovi <mfv.debian at gmail.com>
Date:   Thu Aug 8 11:43:54 2013 +0200

    debian/: python3.3 Depends simplified
    
    - debian/control: python3.3 Depends dropped
      for blender-data package
    - 0001-blender_thumbnailer.patch refreshed

diff --git a/debian/control b/debian/control
index a516087..4f45294 100644
--- a/debian/control
+++ b/debian/control
@@ -74,8 +74,7 @@ Description: Very fast and versatile 3D modeller/renderer
 
 Package: blender-data
 Architecture: all
-Depends: python3.3,
-         ${misc:Depends},
+Depends: ${misc:Depends},
          ${python3:Depends}
 Replaces: blender (<< 2.67b-1~)
 Description: Very fast and versatile 3D modeller/renderer - data package
diff --git a/debian/patches/0001-blender_thumbnailer.patch b/debian/patches/0001-blender_thumbnailer.patch
index 8df1a22..a11a1c5 100644
--- a/debian/patches/0001-blender_thumbnailer.patch
+++ b/debian/patches/0001-blender_thumbnailer.patch
@@ -30,7 +30,7 @@ index 8b93eeb..6c2cf23 100755
 +++ b/release/bin/blender-thumbnailer.py
 @@ -1,4 +1,4 @@
 -#!/usr/bin/python
-+#!/usr/bin/python3.3
++#!/usr/bin/python3
  
  # ##### BEGIN GPL LICENSE BLOCK #####
  #

-- 
blender packaging



More information about the pkg-multimedia-commits mailing list