[SCM] beast/master: wrap-and-sort

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue May 8 23:21:02 UTC 2012


The following commit has been merged in the master branch:
commit ffeb3060cd3757b0c4df686c6341cef0b3777dfa
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue May 8 16:20:52 2012 -0700

    wrap-and-sort
    
    Git-Dch: Ignore

diff --git a/debian/beast.install b/debian/beast.install
index 1ca91b4..7b8a895 100644
--- a/debian/beast.install
+++ b/debian/beast.install
@@ -1,7 +1,7 @@
 usr/bin
-usr/share/bse
-usr/share/beast/*/keys/
 usr/share/beast/*/images
+usr/share/beast/*/keys/
 usr/share/beast/*/skins
+usr/share/bse
 usr/share/man
 usr/share/pixmaps
diff --git a/debian/control b/debian/control
index a67691d..bcb63a6 100644
--- a/debian/control
+++ b/debian/control
@@ -2,24 +2,26 @@ Source: beast
 Section: gnome
 Priority: extra
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
-Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>,
+Uploaders:
+ Sam Hocevar (Debian packages) <sam+deb at zoy.org>,
  Alessio Treglia <alessio at debian.org>
-Build-Depends: debhelper (>= 7.0.50~),
+Build-Depends:
  autotools-dev,
- libasound2-dev,
- libgtk2.0-dev (>= 2.2.2-2),
- libglib2.0-dev (>= 2.2.2),
- libaudiofile-dev,
- libvorbis-dev,
+ debhelper (>= 7.0.50~),
+ gettext,
  guile-1.8-dev (>= 1.6.4-2.1),
+ imagemagick,
  libart-2.0-dev,
+ libasound2-dev,
+ libaudiofile-dev,
+ libcloog-ppl-dev,
+ libglib2.0-dev (>= 2.2.2),
  libgnomecanvas2-dev,
+ libgtk2.0-dev (>= 2.2.2-2),
  libmad0-dev,
+ libvorbis-dev,
  libxml-parser-perl,
- libxml2-utils,
- libcloog-ppl-dev,
- imagemagick,
- gettext
+ libxml2-utils
 Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/pkg-multimedia/beast.git
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/beast.git
@@ -27,12 +29,16 @@ Homepage: http://beast.testbit.eu/
 
 Package: beast
 Architecture: any
-Depends: ${shlibs:Depends},
+Depends:
  libbse-0.7-4 (= ${binary:Version}),
- ${misc:Depends}
-Recommends: bse-alsa
-Breaks: bse-alsa (<< 0.7.4)
-Suggests: beast-doc
+ ${misc:Depends},
+ ${shlibs:Depends}
+Recommends:
+ bse-alsa
+Breaks:
+ bse-alsa (<< 0.7.4)
+Suggests:
+ beast-doc
 Description: music synthesis and composition framework
  BEAST/BSE is a plugin-based graphical system where you can link objects
  to each other and generate sound.
@@ -42,10 +48,12 @@ Description: music synthesis and composition framework
 Package: bse-alsa
 Section: sound
 Architecture: any
-Depends: ${shlibs:Depends},
+Depends:
  libbse-0.7-4 (= ${binary:Version}),
- ${misc:Depends}
-Enhances: beast
+ ${misc:Depends},
+ ${shlibs:Depends}
+Enhances:
+ beast
 Description: ALSA plugin for BEAST
  BEAST/BSE is a plugin-based graphical system where you can link
  objects to each other and generate sound.
@@ -56,10 +64,13 @@ Description: ALSA plugin for BEAST
 Package: libbse-0.7-4
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends}
-Breaks: beast (<< 0.7.4)
-Replaces: beast (<< 0.7.4)
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
+Breaks:
+ beast (<< 0.7.4)
+Replaces:
+ beast (<< 0.7.4)
 Description: music synthesis and composition framework - shared library
  BEAST/BSE is a plugin-based graphical system where you can link objects
  to each other and generate sound.
@@ -69,14 +80,18 @@ Description: music synthesis and composition framework - shared library
 Package: libbse-dev
 Section: libdevel
 Architecture: all
-Depends: libbse-0.7-4 (>= ${source:Version}),
+Depends:
  libbse-0.7-4 (<< ${source:Upstream-Version}+1~),
- libgtk2.0-dev,
+ libbse-0.7-4 (>= ${source:Version}),
  libglib2.0-dev,
+ libgtk2.0-dev,
  ${misc:Depends}
-Breaks: beast (<< 0.7.4)
-Replaces: beast (<< 0.7.4)
-Suggests: beast-doc
+Breaks:
+ beast (<< 0.7.4)
+Replaces:
+ beast (<< 0.7.4)
+Suggests:
+ beast-doc
 Description: music synthesis and composition framework - development files
  BEAST/BSE is a plugin-based graphical system where you can link objects
  to each other and generate sound.
@@ -86,9 +101,12 @@ Description: music synthesis and composition framework - development files
 Package: beast-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}
-Breaks: beast (<< 0.7.4)
-Replaces: beast (<< 0.7.4)
+Depends:
+ ${misc:Depends}
+Breaks:
+ beast (<< 0.7.4)
+Replaces:
+ beast (<< 0.7.4)
 Description: Documentation for BEAST/BSE
  BEAST/BSE is a plugin-based graphical system where you can link objects
  to each other and generate sound.
diff --git a/debian/libbse-dev.install b/debian/libbse-dev.install
index 229f5c9..9d4598d 100644
--- a/debian/libbse-dev.install
+++ b/debian/libbse-dev.install
@@ -1,3 +1,3 @@
 usr/include
-usr/lib/pkgconfig
 usr/lib/*.so
+usr/lib/pkgconfig

-- 
beast packaging



More information about the pkg-multimedia-commits mailing list