[SCM] libshout/master: One-dep-per-line style.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Feb 27 11:16:37 UTC 2011


The following commit has been merged in the master branch:
commit a48aadb74accaf639361cd5ea8636cbf87543bd3
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Feb 27 12:16:05 2011 +0100

    One-dep-per-line style.

diff --git a/debian/control.in b/debian/control.in
index 23329f4..15212d4 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -15,7 +15,10 @@ Homepage: http://www.icecast.org/
 Package: libshout3-dev
 Section: libdevel
 Architecture: any
-Depends: libshout3 (= ${binary:Version}), ${devlibs:Depends}, ${misc:Depends}, pkg-config
+Depends: libshout3 (= ${binary:Version}),
+ ${devlibs:Depends},
+ ${misc:Depends},
+ pkg-config
 Provides: libshout-dev
 Conflicts: libshout-dev
 Description: MP3/Ogg Vorbis broadcast streaming library (development)
@@ -35,7 +38,8 @@ Description: MP3/Ogg Vorbis broadcast streaming library (development)
 Package: libshout3
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
 Description: MP3/Ogg Vorbis broadcast streaming library
  A library for communicating with and sending data to Icecast and Icecast 2
  streaming audio servers.  It handles the socket connection, the timing of

-- 
libshout packaging



More information about the pkg-multimedia-commits mailing list