[SCM] ecasound/master: one line per dependency for better readability

zmoelnig-guest at users.alioth.debian.org zmoelnig-guest at users.alioth.debian.org
Tue Feb 1 11:27:56 UTC 2011


The following commit has been merged in the master branch:
commit 367402f3311bd5cca788b27bc57526522ca4a771
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Tue Feb 1 11:27:53 2011 +0100

    one line per dependency for better readability

diff --git a/debian/control b/debian/control
index 67f4235..6d2d73b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,19 +4,42 @@ Priority: extra
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Alessandro Ghedini <al3xbio at gmail.com>
 Standards-Version: 3.9.1
-Build-Depends: debhelper (>= 7.0.50~), autotools-dev, ladspa-sdk,
- libartsc0-dev, libasound2-dev, libaudiofile-dev, libjack-dev, 
- liblo-dev, libncurses5-dev, liboil-dev, libreadline-dev, 
- libsamplerate0-dev, libsndfile1-dev, libwrap0-dev,
- python, python-dev, python-central, python-support, ruby
+Build-Depends: debhelper (>= 7.0.50~),
+ autotools-dev,
+ ladspa-sdk,
+ libartsc0-dev,
+ libasound2-dev,
+ libaudiofile-dev,
+ libjack-dev,
+ liblo-dev,
+ libncurses5-dev,
+ liboil-dev,
+ libreadline-dev,
+ libsamplerate0-dev,
+ libsndfile1-dev,
+ libwrap0-dev,
+ python,
+ python-dev,
+ python-central,
+ python-support,
+ ruby
 Homepage: http://www.eca.cx/ecasound/
 Vcs-Git: git://git.debian.org/pkg-multimedia/ecasound.git
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/ecasound.git;a=summary
 
 Package: ecasound
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-ecasound (= ${source:Version})
-Suggests: mp3-encoder, mpg321 | mp3-decoder, vorbis-tools, swh-plugins | ladspa-plugin, timidity, mikmod, nama
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${python:Depends},
+ python-ecasound (= ${source:Version})
+Suggests: mp3-encoder,
+ mpg321 | mp3-decoder,
+ vorbis-tools,
+ swh-plugins | ladspa-plugin,
+ timidity,
+ mikmod,
+ nama
 Description: Multitrack-capable audio recorder and effect processor
  Ecasound is a software package designed for multitrack audio
  processing. It can be used for simple tasks like audio playback,
@@ -37,7 +60,8 @@ Description: Multitrack-capable audio recorder and effect processor
 Package: libecasound-dev
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libkvutils-dev (= ${binary:Version})
+Depends: ${misc:Depends},
+ libkvutils-dev (= ${binary:Version})
 Description: Multitrack-capable audio recorder and effect processor (C++ dev files)
  Ecasound is a software package designed for multitrack audio
  processing. It can be used for simple tasks like audio playback,
@@ -100,7 +124,9 @@ Description: Multitrack-capable audio recorder and effect processor (kvutil dev
 Package: python-ecasound
 Architecture: all
 Section: python
-Depends: ${misc:Depends}, ${python:Depends}, ecasound (>= 2.2.0)
+Depends: ${misc:Depends},
+ ${python:Depends},
+ ecasound (>= 2.2.0)
 Description: Multitrack-capable audio recorder and effect processor (python bindings)
  Ecasound is a software package designed for multitrack audio
  processing. It can be used for simple tasks like audio playback,
@@ -121,7 +147,9 @@ Description: Multitrack-capable audio recorder and effect processor (python bind
 Package: libecasound-ruby1.8
 Architecture: any
 Section: ruby
-Depends: ${misc:Depends}, ruby1.8, ecasound (>= 2.2.0)
+Depends: ${misc:Depends},
+ ruby1.8,
+ ecasound (>= 2.2.0)
 Provides: libecasound-ruby
 Description: Multitrack-capable audio recorder and effect processor (ruby bindings)
  Ecasound is a software package designed for multitrack audio
@@ -142,7 +170,9 @@ Description: Multitrack-capable audio recorder and effect processor (ruby bindin
 
 Package: ecasound-el
 Architecture: all
-Depends: ${misc:Depends}, ecasound (>= 2.2.0), emacs23 | xemacs21 | emacsen
+Depends: ${misc:Depends},
+ ecasound (>= 2.2.0),
+ emacs23 | xemacs21 | emacsen
 Description: Multitrack-capable audio recorder and effect processor (emacs)
  Ecasound is a software package designed for multitrack audio
  processing. It can be used for simple tasks like audio playback,

-- 
ecasound packaging



More information about the pkg-multimedia-commits mailing list