[SCM] stretchplayer/master: debian/control: A bit of style.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Apr 27 17:15:42 UTC 2011


The following commit has been merged in the master branch:
commit 7a6fa0f9197c4c0917fc9125f987b12874cdb79f
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Apr 27 19:07:19 2011 +0200

    debian/control: A bit of style.
    
    - One-dep-per-line.
    - Sort build-dependencies.

diff --git a/debian/control b/debian/control
index ddb8840..6306c84 100644
--- a/debian/control
+++ b/debian/control
@@ -3,14 +3,14 @@ Section: sound
 Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Arnout Engelen <arnouten at bzzt.net>
-Build-Depends: debhelper (>= 7.0.0),
- libqt4-dev,
- libsndfile1-dev,
+Build-Depends: cdbs,
+ cmake,
+ debhelper (>= 7.0.0),
  libjack-dev,
+ libqt4-dev,
  librubberband-dev,
- python-scour,
- cmake,
- cdbs
+ libsndfile1-dev,
+ python-scour
 Standards-Version: 3.9.1
 Vcs-Git: git://git.debian.org/pkg-multimedia/stretchplayer.git
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/stretchplayer.git
@@ -18,7 +18,8 @@ Homepage: http://www.teuton.org/~gabriel/stretchplayer/
 
 Package: stretchplayer
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
 Description: Audio file player with time stretch and pitch shifting
  StretchPlayer will play back an audio file and allow yout to
  time stretch (without affecting pitch) and/or pitch shift (without
@@ -31,7 +32,8 @@ Package: stretchplayer-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends},
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
  stretchplayer (=${binary:Version})
 Description: Debugging symbols for StretchPlayer
  StretchPlayer will play back an audio file and allow yout to

-- 
stretchplayer packaging



More information about the pkg-multimedia-commits mailing list