[SCM] gmerlin/master: Apply one-dep-per-line style to improve readibility.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Jan 10 15:11:50 UTC 2011


The following commit has been merged in the master branch:
commit 68529165830c2779985b8614b1890b4849a3c9aa
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Jan 10 16:10:40 2011 +0100

    Apply one-dep-per-line style to improve readibility.

diff --git a/debian/control.in b/debian/control.in
index b7cafad..de7e219 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -6,17 +6,33 @@ Uploaders: Romain Beauxis <toots at rastageeks.org>
 Homepage: http://gmerlin.sourceforge.net/
 Standards-Version: 3.8.4
 Build-Depends: @cdbs@, 
- libgavl-dev (>= 1.1.2), libcdio-paranoia-dev,
- doxygen, texinfo, libgtk2.0-dev, libxml2-dev, fontconfig, libcddb2-dev,
- libfreetype6-dev, libglu1-mesa-dev, libesd0-dev, 
- libasound2-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], libxv-dev,
- libmusicbrainz4-dev, libpulse-dev, libtiff4-dev, libvisual-0.4-dev,
- libjpeg62-dev, libquicktime-dev, libjack-dev,
+ libgavl-dev (>= 1.1.2),
+ libcdio-paranoia-dev,
+ doxygen,
+ texinfo,
+ libgtk2.0-dev,
+ libxml2-dev,
+ fontconfig,
+ libcddb2-dev,
+ libfreetype6-dev,
+ libglu1-mesa-dev,
+ libesd0-dev, 
+ libasound2-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],
+ libxv-dev,
+ libmusicbrainz4-dev,
+ libpulse-dev,
+ libtiff4-dev,
+ libvisual-0.4-dev,
+ libjpeg62-dev,
+ libquicktime-dev,
+ libjack-dev,
  libv4l-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64]
 
 Package: gmerlin
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, gmerlin-data (>= ${source:Version})
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ gmerlin-data (>= ${source:Version})
 Recommends: libgmerlin-avdec0
 Description: a multiformat media player
  A multiformat media player with tree-like virtual directory structure,
@@ -53,7 +69,8 @@ Description: a multiformat media player
 
 Package: gmerlin-data
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
 Description: a multiformat media player
  A multiformat media player with tree-like virtual directory structure,
  where you can save your files, webstreams or whatever. Gmerlin handles even
@@ -65,7 +82,8 @@ Description: a multiformat media player
 Package: gmerlin-dbg
 Architecture: any
 Section: debug
-Depends: gmerlin (= ${binary:Version}), ${misc:Depends}
+Depends: gmerlin (= ${binary:Version}),
+ ${misc:Depends}
 Description: debugging symbols for gmerlin
  A multiformat media player with tree-like virtual directory structure,
  where you can save your files, webstreams or whatever. Gmerlin handles even
@@ -77,7 +95,8 @@ Description: debugging symbols for gmerlin
 Package: libgmerlin0
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
 Description: core library for gmerlin - runtime files
  A multiformat media player with tree-like virtual directory structure,
  where you can save your files, webstreams or whatever. Gmerlin handles even
@@ -90,7 +109,11 @@ Description: core library for gmerlin - runtime files
 Package: libgmerlin-dev
 Architecture: any
 Section: libdevel
-Depends: libgmerlin0 (= ${binary:Version}), pkg-config, libxml2-dev, libgavl-dev, ${misc:Depends}
+Depends: libgmerlin0 (= ${binary:Version}),
+ pkg-config,
+ libxml2-dev,
+ libgavl-dev,
+ ${misc:Depends}
 Description: core library for gmerlin - development files
  A multiformat media player with tree-like virtual directory structure,
  where you can save your files, webstreams or whatever. Gmerlin handles even

-- 
gmerlin packaging



More information about the pkg-multimedia-commits mailing list