[SCM] pd-earplug/master: converted to one-dep-per-line style

eighthave-guest at users.alioth.debian.org eighthave-guest at users.alioth.debian.org
Mon Sep 13 16:25:51 UTC 2010


The following commit has been merged in the master branch:
commit d18557a4bea7f0fe4b31781f6a8e0f40ff03b87b
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Mon Sep 13 11:29:01 2010 -0400

    converted to one-dep-per-line style

diff --git a/debian/control b/debian/control
index c5f7e7e..4190ebe 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: sound
 Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Hans-Christoph Steiner <hans at eds.org>
-Build-Depends: debhelper (>= 7.0.50~), puredata
+Build-Depends: debhelper (>= 7.0.50~),
+               puredata
 Standards-Version: 3.9.1
 Homepage: http://puredata.info
 Vcs-Git: git://git.debian.org/pkg-multimedia/pd-earplug.git
@@ -11,7 +12,9 @@ Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/pd-earplug.git
 
 Package: pd-earplug
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, pd
+Depends: ${shlibs:Depends}, 
+         pd,
+         ${misc:Depends}
 Description: binaural filter based on KEMAR impulse measurement for Pd
  earplug~ is a realtime binaural filter based on KEMAR impulse measurement.
  It allows you to spatialize a sound in realtime. It basically takes the KEMAR

-- 
pd-earplug packaging



More information about the pkg-multimedia-commits mailing list