[SCM] blender/master: debian/control: wrap-and-sort

mfv-guest at users.alioth.debian.org mfv-guest at users.alioth.debian.org
Fri Dec 23 14:06:36 UTC 2011


The following commit has been merged in the master branch:
commit 74daad6856255bfaf3e9e0e95a7660ebabb2e79d
Author: Matteo F. Vescovi <m.vescovi at revese.it>
Date:   Fri Dec 23 15:05:45 2011 +0100

    debian/control: wrap-and-sort
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index beeafca..547ad3e 100644
--- a/debian/control
+++ b/debian/control
@@ -4,38 +4,38 @@ Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Kevin Roy <kiniou at gmail.com>,
            Matteo F. Vescovi <m.vescovi at revese.it>
-Build-Depends: debhelper (>= 7.0.50~),
- libftgl-dev,
- gettext,
- libgettextpo-dev,
- freeglut3-dev,
- libjpeg-dev,
- libpng-dev,
- libsdl-dev,
- libz-dev,
- python3.2-dev,
- python-support,
- cmake,
- libtiff4-dev,
- libopenexr-dev,
- libavformat-dev,
- libxi-dev,
- autotools-dev,
- pkg-config,
- libswscale-dev,
- libavdevice-dev,
- libopenal-dev,
- libalut-dev,
- libvorbis-dev,
- libgsm1-dev,
- libopenjpeg-dev,
- libsndfile-dev,
- libjack-dev,
- libsamplerate0-dev,
- libfftw3-dev,
- libglew1.6-dev,
- liblzma-dev,
- liblzo2-dev
+Build-Depends: autotools-dev,
+               cmake,
+               debhelper (>= 7.0.50~),
+               freeglut3-dev,
+               gettext,
+               libalut-dev,
+               libavdevice-dev,
+               libavformat-dev,
+               libfftw3-dev,
+               libftgl-dev,
+               libgettextpo-dev,
+               libglew1.6-dev,
+               libgsm1-dev,
+               libjack-dev,
+               libjpeg-dev,
+               liblzma-dev,
+               liblzo2-dev,
+               libopenal-dev,
+               libopenexr-dev,
+               libopenjpeg-dev,
+               libpng-dev,
+               libsamplerate0-dev,
+               libsdl-dev,
+               libsndfile-dev,
+               libswscale-dev,
+               libtiff4-dev,
+               libvorbis-dev,
+               libxi-dev,
+               libz-dev,
+               pkg-config,
+               python-support,
+               python3.2-dev
 Build-Conflicts: nvidia-glx
 Standards-Version: 3.9.2
 Homepage: http://blender.org
@@ -44,8 +44,12 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/blender.git
 
 Package: blender
 Architecture: any
-Depends: ${shlibs:Depends}, python3.2, ${misc:Depends}, ttf-dejavu
-Suggests: yafaray, libtiff4
+Depends: python3.2,
+         ttf-dejavu,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Suggests: libtiff4,
+          yafaray
 Description: Very fast and versatile 3D modeller/renderer
  Blender is an integrated 3d suite for modelling, animation, rendering,
  post-production, interactive creation and playback (games). Blender has its
@@ -60,7 +64,8 @@ Package: blender-dbg
 Architecture: any
 Section: debug
 Priority: extra
-Depends: blender (= ${binary:Version}), ${misc:Depends}
+Depends: blender (= ${binary:Version}),
+         ${misc:Depends}
 Description: debug symbols for Blender
  Blender is an integrated 3d suite for modelling, animation, rendering,
  post-production, interactive creation and playback (games).

-- 
blender packaging



More information about the pkg-multimedia-commits mailing list