[SCM] blender/master: debian/: split of the original package

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


The following commit has been merged in the master branch:
commit 8c97d6a1f136d9587bd1a07109f5c7b6e78dc1b7
Author: Matteo F. Vescovi <mfv.debian at gmail.com>
Date:   Thu May 23 15:06:48 2013 +0200

    debian/: split of the original package
    
    The idea is to split the original package in two separate packages, one
    (blender) including the binaries and the other (suffixed -data) keeping all
    the remaining stuff (like docs, libraries, etc etc).
    
    - debian/control: blender-data package entry added and modification applied
                      to the original all-in-one package
    - debian/blender.doc-base: moved to debian/blender-data.doc-base
    - debian/blender.install: modified to keep only stuff installed in /usr/bin
    - debian/blender-data.install: created to hold all the remaining stuff (ie,
      /usr/share, etc etc)
    
    Signed-off-by: Matteo F. Vescovi <mfv.debian at gmail.com>
    
    Git-Dch: Short

diff --git a/debian/blender.doc-base b/debian/blender-data.doc-base
similarity index 100%
rename from debian/blender.doc-base
rename to debian/blender-data.doc-base
diff --git a/debian/blender.install b/debian/blender-data.install
similarity index 92%
copy from debian/blender.install
copy to debian/blender-data.install
index 0fcc50f..55946b2 100644
--- a/debian/blender.install
+++ b/debian/blender-data.install
@@ -1,4 +1,3 @@
-usr/bin
 usr/share
 debian/misc/blender-*.xpm usr/share/pixmaps
 blender.thumbnailer usr/share/thumbnailers/
diff --git a/debian/blender.install b/debian/blender.install
index 0fcc50f..e772481 100644
--- a/debian/blender.install
+++ b/debian/blender.install
@@ -1,4 +1 @@
 usr/bin
-usr/share
-debian/misc/blender-*.xpm usr/share/pixmaps
-blender.thumbnailer usr/share/thumbnailers/
diff --git a/debian/control b/debian/control
index f33733d..be932e1 100644
--- a/debian/control
+++ b/debian/control
@@ -53,7 +53,8 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/blender.git
 
 Package: blender
 Architecture: any
-Depends: fonts-droid,
+Depends: blender-data,
+         fonts-droid,
          libjs-jquery,
          ${misc:Depends},
          ${python3:Depends},
@@ -71,6 +72,21 @@ Description: Very fast and versatile 3D modeller/renderer
  for games or other third party engines and interactive content in the form of
  a standalone binary are common products of Blender use.
 
+Package: blender-data
+Architecture: any
+Depends: ${misc:Depends},
+         ${python3:Depends},
+         ${shlibs: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
+ own particular user interface, which is implemented entirely in OpenGL and
+ designed with speed in mind. Python bindings are available for scripting;
+ import/export features for popular file formats like 3D Studio and Wavefront
+ Obj are implemented as scripts by the community. Stills, animations, models
+ for games or other third party engines and interactive content in the form of
+ a standalone binary are common products of Blender use.
+
 Package: blender-dbg
 Architecture: any
 Section: debug

-- 
blender packaging



More information about the pkg-multimedia-commits mailing list