[SCM] ardour Debian packaging branch, master, updated. upstream/2.7.1-66-ge5ebcf4

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Tue Jul 14 15:06:24 UTC 2009


The following commit has been merged in the master branch:
commit 61871ef7bee1e1f80b7729beeabdaafdae86647b
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Tue Jul 14 16:57:07 2009 +0200

    Normalize debian/control
    
    ensure that all fields are multiline, with a single item per line. This
    makes diffs to items in a field way easier to read.

diff --git a/debian/control b/debian/control
index 46da69a..33ff816 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,40 @@ Source: ardour
 Section: sound
 Priority: optional
 Maintainer: Debian Multimedia Team <debian-multimedia at lists.debian.org>
-Uploaders: Guenter Geiger (Debian/GNU) <geiger at debian.org>, Robert Jordens <jordens at debian.org>, Free Ekanayaka <freee at debian.org>
-Build-Depends: autotools-dev, quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27-1), debhelper (>= 4.1.0), scons, dh-buildinfo, libsigc++-2.0-dev, libxml2-dev (>= 2.5.7), libasound2-dev (>= 0.9.4), libsndfile1-dev, libsamplerate0-dev, liblrdf0-dev (>= 0.3.1-4), ladspa-sdk (>= 1.1-2), libjack-dev, libgtkmm-2.4-dev, libglade2-dev, libpango1.0-dev, libgnomecanvasmm-2.6-dev, libgnomecanvas2-dev, libglib2.0-dev, libglademm-2.4-dev, gettext, intltool, libboost-dev, libsoundtouch1-dev, liblo0-dev, libcairomm-1.0-dev (>= 1.2.4), libfftw3-dev, libaubio-dev, vamp-plugin-sdk
+Uploaders: Guenter Geiger (Debian/GNU) <geiger at debian.org>,
+          Robert Jordens <jordens at debian.org>,
+          Free Ekanayaka <freee at debian.org>
+Build-Depends: autotools-dev,
+              quilt,
+              patchutils (>= 0.2.25),
+              cdbs,
+              debhelper (>= 4.1.0),
+              scons,
+              dh-buildinfo,
+              libsigc++-2.0-dev,
+              libxml2-dev (>= 2.5.7),
+              libasound2-dev (>= 0.9.4),
+              libsndfile1-dev,
+              libsamplerate0-dev,
+              liblrdf0-dev (>= 0.3.1-4),
+              ladspa-sdk (>= 1.1-2),
+              libjack-dev,
+              libgtkmm-2.4-dev,
+              libglade2-dev,
+              libpango1.0-dev,
+              libgnomecanvasmm-2.6-dev,
+              libgnomecanvas2-dev,
+              libglib2.0-dev,
+              libglademm-2.4-dev,
+              gettext,
+              intltool,
+              libboost-dev,
+              libsoundtouch1-dev,
+              liblo0-dev,
+              libcairomm-1.0-dev (>= 1.2.4),
+              libfftw3-dev,
+              libaubio-dev,
+              vamp-plugin-sdk
 Standards-Version: 3.7.2
 Homepage: http://www.ardour.org/
 Vcs-Git: git://git.debian.org/git/pkg-multimedia/ardour.git
@@ -12,7 +44,12 @@ Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/ardour.git;a=summary
 Package: ardour
 Architecture: any
 Section: sound
-Depends: ${shlibs:Depends}, ${python:Depends}, python, python-twisted, python-gtk2, jackd (>= 0.103.0)
+Depends: ${shlibs:Depends},
+        ${python:Depends},
+        python,
+        python-twisted,
+        python-gtk2,
+        jackd (>= 0.103.0)
 Conflicts: ardour-gtk
 Replaces: ardour-gtk
 Recommends: www-browser | iceweasel
@@ -75,7 +112,12 @@ Description: digital audio workstation (graphical gtk2 interface)
 Package: ardour-altivec
 Architecture: powerpc
 Section: sound
-Depends: ${shlibs:Depends}, ${python:Depends}, python, python-twisted, python-gtk2, jackd
+Depends: ${shlibs:Depends},
+        ${python:Depends},
+        python,
+        python-twisted,
+        python-gtk2,
+        jackd
 Conflicts: ardour, ardour-gtk-altivec
 Replaces: ardour, ardour-gtk-altivec
 Provides: ardour
@@ -96,7 +138,12 @@ Description: digital audio workstation (graphical gtk2 interface) [altivec]
 Package: ardour-i686
 Architecture: i386
 Section: sound
-Depends: ${shlibs:Depends}, ${python:Depends}, python, python-twisted, python-gtk2, jackd
+Depends: ${shlibs:Depends},
+        ${python:Depends},
+        python,
+        python-twisted,
+        python-gtk2,
+        jackd
 Conflicts: ardour, ardour-gtk-i686
 Replaces: ardour, ardour-gtk-i686
 Provides: ardour

-- 
ardour Debian packaging



More information about the pkg-multimedia-commits mailing list