[SCM] libdca packaging branch, master, updated. debian/0.0.5-2-9-gb0aef89

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Tue Jun 16 09:29:27 UTC 2009


The following commit has been merged in the master branch:
commit 6ccb62aa158c2a1fc4f96a930cb2cdbc0e80d764
Author: Fabian Greffrath <fabian at debian-unofficial.org>
Date:   Tue Jun 16 11:05:21 2009 +0200

    Wrapped Uploaders, Build-Depends and Depends fields.

diff --git a/debian/control b/debian/control
index f2f326b..911859f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,10 @@ Source: libdca
 Section: libs
 Priority: optional
 Maintainer: Debian multimedia packages maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
-Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>, Fabian Greffrath <fabian at debian-unofficial.org>
-Build-Depends: cdbs, debhelper (>= 5.0)
+Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>,
+           Fabian Greffrath <fabian at debian-unofficial.org>
+Build-Depends: cdbs,
+               debhelper (>= 5.0)
 Standards-Version: 3.8.0
 Vcs-Git: git://git.debian.org/git/pkg-multimedia/libdca.git
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/libdca.git;a=summary
@@ -11,7 +13,8 @@ Homepage: http://www.videolan.org/developers/libdca.html
 
 Package: libdca0
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: decoding library for DTS Coherent Acoustics streams
  libdca provides a low-level interface to decode audio frames encoded using
  DTS Coherent Acoustics. DTS Coherent Acoustics streams are commonly found
@@ -23,7 +26,9 @@ Description: decoding library for DTS Coherent Acoustics streams
 Package: libdca-dev
 Section: libdevel
 Architecture: any
-Depends: libdca0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libdca0 (= ${binary:Version}),
+         ${shlibs:Depends},
+         ${misc:Depends}
 Description: decoding library for DTS Coherent Acoustics streams (development)
  libdca provides a low-level interface to decode audio frames encoded using
  DTS Coherent Acoustics. DTS Coherent Acoustics streams are commonly found
@@ -36,7 +41,8 @@ Description: decoding library for DTS Coherent Acoustics streams (development)
 Package: libdca-utils
 Section: sound
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: decoding library for DTS Coherent Acoustics streams (utilities)
  libdca provides a low-level interface to decode audio frames encoded using
  DTS Coherent Acoustics. DTS Coherent Acoustics streams are commonly found
@@ -49,7 +55,9 @@ Package: libdts-dev
 Section: libdevel
 Priority: extra
 Architecture: any
-Depends: libdca-dev (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libdca-dev (= ${binary:Version}),
+         ${shlibs:Depends},
+         ${misc:Depends}
 Description: backward compatibility place-holder for libdca
  libdca provides a low-level interface to decode audio frames encoded using
  DTS Coherent Acoustics. DTS Coherent Acoustics streams are commonly found

-- 
libdca packaging



More information about the pkg-multimedia-commits mailing list