[SCM] gavl/master: Adopt one-dep-per-line style.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Jan 9 11:00:46 UTC 2011


The following commit has been merged in the master branch:
commit 78077208205afc1eb777f11591bfedef58b50e7e
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Jan 9 12:00:35 2011 +0100

    Adopt one-dep-per-line style.

diff --git a/debian/control b/debian/control
index 3233c48..0335175 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,8 @@ Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/gavl.git
 
 Package: libgavl1
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
 Description: low level audio and video library - runtime files
  Gavl handles all the details of audio and video formats like colorspaces,
  samplerates, multichannel configurations etc. It provides standardized
@@ -37,7 +38,8 @@ Package: libgavl1-dbg
 Priority: extra
 Architecture: any
 Section: debug
-Depends: libgavl1 (= ${binary:Version}), ${misc:Depends}
+Depends: libgavl1 (= ${binary:Version}),
+ ${misc:Depends}
 Description: debugging symbols for libgavl1
  Gavl handles all the details of audio and video formats like colorspaces,
  samplerates, multichannel configurations etc. It provides standardized
@@ -53,7 +55,9 @@ Description: debugging symbols for libgavl1
 Package: libgavl-dev
 Architecture: any
 Section: libdevel
-Depends: libgavl1 (= ${binary:Version}), pkg-config, ${misc:Depends}
+Depends: libgavl1 (= ${binary:Version}),
+ pkg-config,
+ ${misc:Depends}
 Recommends: libgavl-doc
 Description: low level audio and video library - development files
  Gavl handles all the details of audio and video formats like colorspaces,

-- 
gavl packaging



More information about the pkg-multimedia-commits mailing list