[SCM] yoshimi/master: wrap and sort

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue May 8 22:57:05 UTC 2012


The following commit has been merged in the master branch:
commit 5957063bf6ec1de18de4007fc794cfcb9affd01c
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue May 8 15:56:41 2012 -0700

    wrap and sort
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index 102fdf6..6ea3993 100644
--- a/debian/control
+++ b/debian/control
@@ -2,25 +2,27 @@ Source: yoshimi
 Section: sound
 Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
-Uploaders: Alessio Treglia <alessio at debian.org>,
+Uploaders:
+ Alessio Treglia <alessio at debian.org>,
  Jaromír Mikeš <mira.mikes at seznam.cz>
-Build-Depends: debhelper (>= 7.0.50~),
+Build-Depends:
  cmake,
- sharutils,
- libx11-dev,
- libboost-dev,
+ debhelper (>= 7.0.50~),
+ dpkg-dev (>= 1.14.17),
  fluid,
+ libasound2-dev,
+ libboost-dev,
+ libfftw3-dev,
  libfltk1.1-dev,
+ libfontconfig1-dev,
+ libgl1-mesa-dev | libgl-dev,
+ libglu1-mesa-dev | libglu-dev,
+ libjack-dev,
  libmxml-dev,
- libfftw3-dev,
  libsndfile1-dev,
- libjack-dev,
- libasound2-dev,
- libfontconfig1-dev,
- dpkg-dev (>= 1.14.17),
+ libx11-dev,
  libxinerama-dev,
- libgl1-mesa-dev | libgl-dev,
- libglu1-mesa-dev | libglu-dev
+ sharutils
 DM-Upload-Allowed: yes
 Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/git/pkg-multimedia/yoshimi.git
@@ -29,21 +31,25 @@ Homepage: http://yoshimi.sourceforge.net
 
 Package: yoshimi
 Architecture: any
-Depends: ${shlibs:Depends},
+Depends:
+ yoshimi-data,
  ${misc:Depends},
- yoshimi-data
-Recommends: jackd
+ ${shlibs:Depends}
+Recommends:
+ jackd
 Description: software synthesizer based on ZynAddSubFX
  Yoshimi is a software synthesizer for GNU/Linux, based on
  ZynAddSubFX 2.4.0.
  .
- Yoshimi delivers the same synthesizer capabilities along with 
+ Yoshimi delivers the same synthesizer capabilities along with
  very good Jack and Alsa midi/audio functionality on Linux.
 
 Package: yoshimi-data
 Architecture: all
-Depends: ${misc:Depends}
-Recommends: yoshimi
+Depends:
+ ${misc:Depends}
+Recommends:
+ yoshimi
 Description: Presets for Yoshimi
  Yoshimi is a software synthesizer for GNU/Linux, based on
  ZynAddSubFX 2.4.0.
@@ -54,7 +60,8 @@ Package: yoshimi-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: yoshimi (= ${binary:Version}),
+Depends:
+ yoshimi (= ${binary:Version}),
  ${misc:Depends}
 Description: Debugging symbols for Yoshimi
  Yoshimi is a software synthesizer for GNU/Linux, based on

-- 
yoshimi packaging



More information about the pkg-multimedia-commits mailing list