[SCM] lv2file/master: A bit of style

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Jun 22 10:01:11 UTC 2011


The following commit has been merged in the master branch:
commit d3145c3e1d6b9a3caec093d7aaa39760ff63dae6
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Jun 22 12:01:16 2011 +0200

    A bit of style
    
    - One-dep-per-line
    - Sort build-dependencies.

diff --git a/debian/control b/debian/control
index f2cb8ea..8546835 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,10 @@ Section: sound
 Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Jeremy Salwen <jeremysalwen at gmail.com>
-Build-Depends: debhelper (>= 7.0.50~), libslv2-dev, libargtable2-dev, libsndfile-dev
+Build-Depends: debhelper (>= 7.0.50~),
+ libargtable2-dev,
+ libslv2-dev,
+ libsndfile-dev
 Standards-Version: 3.9.2
 Homepage: http://jeremysalwen.github.com/lv2file/
 Vcs-Git: git://git.debian.org/pkg-multimedia/lv2file.git
@@ -12,7 +15,8 @@ Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/lv2file.git
 Package: lv2file
 Architecture: any
 Provides: lv2-host
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
 Recommends: lv2-plugin
 Description: Command-line program to apply LV2 effects to audio files
  lv2file is a simple program which you can use to apply LV2 effects to your

-- 
lv2file packaging



More information about the pkg-multimedia-commits mailing list