[SCM] rubberband/master: wrap_and_sort -a -s

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Sep 24 13:15:47 UTC 2012


The following commit has been merged in the master branch:
commit abfaa65dc33b1967467d818ec155ccd2ffb4b3e3
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Sep 24 15:15:27 2012 +0200

    wrap_and_sort -a -s

diff --git a/debian/control b/debian/control
index e2e4927..8650dad 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,25 @@ Source: rubberband
 Priority: extra
 Section: sound
 Maintainer: Székelyi Szabolcs <cc at mail.3d.hu>
-Build-Depends: debhelper (>= 5), autotools-dev, pkg-config, vamp-plugin-sdk, libsamplerate0-dev, libsndfile1-dev, libfftw3-dev, ladspa-sdk, docbook-to-man
+Build-Depends:
+ autotools-dev,
+ debhelper (>= 5),
+ docbook-to-man,
+ ladspa-sdk,
+ libfftw3-dev,
+ libsamplerate0-dev,
+ libsndfile1-dev,
+ pkg-config,
+ vamp-plugin-sdk
 Standards-Version: 3.8.0
 Homepage: http://www.breakfastquay.com/rubberband/
 
 Package: librubberband2
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
 Description: an audio time-stretching and pitch-shifting library
  Rubber Band is a library and utility program that permits you to
  change the tempo and pitch of an audio recording independently of one
@@ -18,7 +29,8 @@ Description: an audio time-stretching and pitch-shifting library
 Package: librubberband-dev
 Section: libdevel
 Architecture: any
-Depends: librubberband2 (= ${binary:Version})
+Depends:
+ librubberband2 (= ${binary:Version})
 Description: an audio time-stretching and pitch-shifting library (development files)
  Rubber Band is a library and utility program that permits you to
  change the tempo and pitch of an audio recording independently of one
@@ -32,7 +44,9 @@ Description: an audio time-stretching and pitch-shifting library (development fi
 Package: rubberband-cli
 Section: sound
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
 Description: an audio time-stretching and pitch-shifting utility
  Rubber Band is a library and utility program that permits you to
  change the tempo and pitch of an audio recording independently of one
@@ -44,7 +58,9 @@ Description: an audio time-stretching and pitch-shifting utility
 Package: rubberband-ladspa
 Section: sound
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
 Description: a LADSPA plugin for audio pitch-shifting
  Rubber Band is a library and utility program that permits you to
  change the tempo and pitch of an audio recording independently of one
@@ -56,7 +72,9 @@ Description: a LADSPA plugin for audio pitch-shifting
 Package: rubberband-vamp
 Section: sound
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
 Description: Vamp plugins using Rubber Band
  Rubber Band is a library and utility program that permits you to
  change the tempo and pitch of an audio recording independently of one
diff --git a/debian/copyright b/debian/copyright
index 5c9f615..79a7b72 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,11 +3,11 @@ Tue, 15 Apr 2008 17:49:31 +0000.
 
 It was downloaded from http://www.breakfastquay.com/rubberband/
 
-Upstream Author: 
+Upstream Author:
 
      Chris Cannam <cannam at all-day-breakfast.com>
 
-Copyright: 
+Copyright:
 
     Copyright (C) 2007 Chris Cannam
 
@@ -17,12 +17,12 @@ License:
     it under the terms of the GNU General Public License as published by
     the Free Software Foundation; either version 2 of the License, or
     (at your option) any later version.
- 
+
     This package is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     GNU General Public License for more details.
- 
+
     You should have received a copy of the GNU General Public License
     along with this package; if not, write to the Free Software
     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA

-- 
rubberband packaging



More information about the pkg-multimedia-commits mailing list