[SCM] csound/master: wrap-and-sort control.in

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Tue Mar 18 15:53:21 UTC 2014


The following commit has been merged in the master branch:
commit 85d2fa059f31b3372954ccf7aa0cb524019b5091
Author: Felipe Sateler <fsateler at debian.org>
Date:   Tue Mar 18 11:58:36 2014 -0300

    wrap-and-sort control.in
    
    Git-Dch: Ignore

diff --git a/debian/control.in b/debian/control.in
index f3841e1..f43293e 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -2,16 +2,12 @@ Source: csound
 Section: sound
 Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
-Uploaders: Felipe Sateler <fsateler at debian.org>,
+Uploaders:
+ Felipe Sateler <fsateler at debian.org>,
  Jonas Smedegaard <dr at jones.dk>,
  Forrest Cahoon <forrest.cahoon at gmail.com>
 Build-Depends: @cdbs@
-Build-Depends-Indep:
- doxygen,
- graphviz,
- ttf-dejavu,
- dh-linktree,
- libjs-jquery
+Build-Depends-Indep: dh-linktree, doxygen, graphviz, libjs-jquery, ttf-dejavu
 Standards-Version: 3.9.4
 Vcs-Git: git://git.debian.org/git/pkg-multimedia/csound
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/csound.git
@@ -19,7 +15,7 @@ Homepage: http://www.csounds.com
 
 Package: csound
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Breaks: libcsound64-5.1 (<< 1:5.08.2~dfsg-1)
 Recommends: csound-utils
 Description: powerful and versatile sound synthesis software
@@ -42,17 +38,17 @@ Description: data files used by the csound library
 
 Package: csound-utils
 Architecture: any
-Depends: ${shlibs:Depends}, csound, ${misc:Depends}
+Depends: csound, ${misc:Depends}, ${shlibs:Depends}
 Description: miscellaneous utilities for the Csound system
  This package contains several utilities which may be useful with
  Csound.
- These utilities aid in score creation, sound analysis and sound 
+ These utilities aid in score creation, sound analysis and sound
  transformations.
 
 Package: libcsound64-6.0
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, csound-data
+Depends: csound-data, ${misc:Depends}, ${shlibs:Depends}
 Recommends: csound, stk
 Breaks: csound (<< 1:5.07.0.dfsg-1), csound-gui (<< 1:6.00.1~dfsg-3)
 Replaces: csound-gui (<< 1:6.00.1~dfsg-3)
@@ -66,7 +62,7 @@ Description: main library for Csound
 Package: libcsnd6-java
 Architecture: any
 Section: java
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Recommends: csound
 Suggests: java-virtual-machine
 Description: Java bindings for the Csound API
@@ -77,7 +73,10 @@ Description: Java bindings for the Csound API
 Package: libcsound64-dev
 Architecture: all
 Section: libdevel
-Depends: libcsound64-6.0 (>= ${source:Version}), libcsound64-6.0 (<< ${source:Version}.1~), ${misc:Depends}
+Depends:
+ libcsound64-6.0 (<< ${source:Version}.1~),
+ libcsound64-6.0 (>= ${source:Version}),
+ ${misc:Depends}
 Description: development files for Csound
  This package contains the development files needed to build programs
  linking to the Csound library.
@@ -87,7 +86,11 @@ Description: development files for Csound
 Package: libcsnd-dev
 Architecture: all
 Section: libdevel
-Depends: libcsnd6-6.0 (>= ${source:Version}), libcsnd6-6.0 (<< ${source:Version}.1~), ${misc:Depends}, libcsound64-dev
+Depends:
+ libcsnd6-6.0 (<< ${source:Version}.1~),
+ libcsnd6-6.0 (>= ${source:Version}),
+ libcsound64-dev,
+ ${misc:Depends}
 Replaces: libcsnd5.1
 Suggests: liblua5.1-luacsnd
 Provides: liblua5.1-luacsnd-dev
@@ -102,7 +105,10 @@ Description: development files for Csound -- C++ API
 Package: libcsoundac-dev
 Architecture: all
 Section: libdevel
-Depends: libcsoundac6.0 (>= ${source:Version}), libcsoundac6.0 (<< ${source:Version}.1~), ${misc:Depends}
+Depends:
+ libcsoundac6.0 (<< ${source:Version}.1~),
+ libcsoundac6.0 (>= ${source:Version}),
+ ${misc:Depends}
 Replaces: libcsoundac5.1
 Description: development files for CsoundAC
  This package contains the development files needed to build programs
@@ -113,7 +119,7 @@ Description: development files for CsoundAC
 
 Package: pd-csound
 Architecture: any
-Depends: csound, puredata | pd, ${shlibs:Depends}, ${misc:Depends}
+Depends: csound, puredata | pd, ${misc:Depends}, ${shlibs:Depends}
 Description: Csound external for PureData
  This is the csound6~ opcode for PureData.
  .
@@ -123,7 +129,7 @@ Description: Csound external for PureData
 Package: python-csound
 Architecture: any
 Section: python
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
 Provides: ${python:Provides}
 Description: Python bindings for Csound
  This is the Python binding for the Csound API.
@@ -133,7 +139,7 @@ Description: Python bindings for Csound
 Package: libcsnd6-6.0
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: C++ bindings for the Csound API
  This is the C++ binding for the Csound API.
  .
@@ -141,7 +147,7 @@ Description: C++ bindings for the Csound API
 
 Package: liblua5.1-luacsnd
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Conflicts: liblua5.1-luacsnd5.2
 Replaces: liblua5.1-luacsnd5.2
 Description: Lua bindings for the Csound API
@@ -152,7 +158,7 @@ Description: Lua bindings for the Csound API
 Package: libcsoundac6.0
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Csound Algorithmic Composition library
  This is the core library for CsoundAC. It provides all the CsoundAC
  functionality. It also contains the development files to create C++
@@ -163,7 +169,7 @@ Description: Csound Algorithmic Composition library
 Package: python-csoundac
 Architecture: any
 Section: python
-Depends: ${shlibs:Depends}, ${python:Depends}, python-csound, ${misc:Depends}
+Depends: python-csound, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
 Provides: ${python:Provides}
 Description: Python bindings for CsoundAC
  This is the Python interface to the Csound Algorithmic Composition
@@ -173,7 +179,7 @@ Description: Python bindings for CsoundAC
 
 Package: csladspa
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Provides: ladspa-plugin
 Description: LADSPA plugin for Csound
  This plugin enables the creation of LADSPA plugins with the Csound

-- 
csound packaging



More information about the pkg-multimedia-commits mailing list