[SCM] blender/master: debian/: fix lintian error about python dependency
mfv-guest at users.alioth.debian.org
mfv-guest at users.alioth.debian.org
Tue Sep 10 13:34:15 UTC 2013
The following commit has been merged in the master branch:
commit a06f3e8c86162c41b82953c92f3a9b0760fc3cc2
Author: Matteo F. Vescovi <mfv.debian at gmail.com>
Date: Tue Sep 10 15:31:36 2013 +0200
debian/: fix lintian error about python dependency
Git-Dch: Ignore
diff --git a/debian/control b/debian/control
index 7a5aee6..3420fab 100644
--- a/debian/control
+++ b/debian/control
@@ -73,7 +73,8 @@ Description: Very fast and versatile 3D modeller/renderer
Package: blender-data
Architecture: all
-Depends: ${misc:Depends},
+Depends: python3,
+ ${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 a3db7f8..d81ff50 100644
--- a/debian/patches/0001-blender_thumbnailer.patch
+++ b/debian/patches/0001-blender_thumbnailer.patch
@@ -30,7 +30,7 @@ index 8b93eeb..ca4a38c 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