[SCM] audiofile/master: Wrap and sort

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue May 1 08:29:21 UTC 2012


The following commit has been merged in the master branch:
commit a91bf7312362fda63447d9eaa2696af70f4f6ec1
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue May 1 10:29:06 2012 +0200

    Wrap and sort
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index 5b2c83e..b9c1e66 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,10 @@ Source: audiofile
 Section: libs
 Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
-Uploaders: Alessio Treglia <alessio at debian.org>
-Build-Depends: debhelper (>= 8.1.3~),
+Uploaders:
+ Alessio Treglia <alessio at debian.org>
+Build-Depends:
+ debhelper (>= 8.1.3~),
  dh-autoreconf,
  libasound2-dev
 Standards-Version: 3.9.3
@@ -14,10 +16,13 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/audiofile.git
 Package: audiofile-tools
 Section: utils
 Architecture: any
-Depends: ${misc:Depends},
+Depends:
+ ${misc:Depends},
  ${shlibs:Depends}
-Breaks: libaudiofile-dev (<= 0.3.3-1)
-Replaces: libaudiofile-dev (<= 0.3.3-1)
+Breaks:
+ libaudiofile-dev (<= 0.3.3-1)
+Replaces:
+ libaudiofile-dev (<= 0.3.3-1)
 Description: sfinfo and sfconvert tools
  The audiofile library allows the processing of audio data to and from audio
  files of many common formats (currently AIFF, AIFF-C, WAVE, NeXT/Sun, BICS,
@@ -30,10 +35,12 @@ Section: libdevel
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
-Depends: libaudiofile1 (= ${binary:Version}),
+Depends:
+ libaudiofile1 (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends}
-Recommends: pkg-config
+Recommends:
+ pkg-config
 Description: Open-source version of SGI's audiofile library (header files)
  The audiofile library allows the processing of audio data to and from audio
  files of many common formats (currently AIFF, AIFF-C, WAVE, NeXT/Sun, BICS,
@@ -47,7 +54,8 @@ Package: libaudiofile1
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${misc:Depends},
+Depends:
+ ${misc:Depends},
  ${shlibs:Depends}
 Description: Open-source version of SGI's audiofile library
  The audiofile library allows the processing of audio data to and from audio
@@ -62,7 +70,8 @@ Section: debug
 Priority: extra
 Architecture: any
 Multi-Arch: same
-Depends: libaudiofile1 (= ${binary:Version}),
+Depends:
+ libaudiofile1 (= ${binary:Version}),
  ${misc:Depends}
 Description: Open-source version of SGI's audiofile library (debug)
  The audiofile library allows the processing of audio data to and from audio

-- 
audiofile packaging



More information about the pkg-multimedia-commits mailing list