[SCM] beast/master: Split in several packages:

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri May 6 16:38:32 UTC 2011


The following commit has been merged in the master branch:
commit ab06bc36e0ee1635eab545cbe7cd97c1b4f27536
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri May 6 18:37:15 2011 +0200

    Split in several packages:
    
    - libbse-0.7-4 to provide shared library.
    - libbse-dev to provide the development files.
    - beast to provide the executables.
    - bse-alsa to provide the plugin for ALSA.

diff --git a/debian/control b/debian/control
index db04303..baa450d 100644
--- a/debian/control
+++ b/debian/control
@@ -28,6 +28,7 @@ Homepage: http://beast.testbit.eu/
 Package: beast
 Architecture: any
 Depends: ${shlibs:Depends},
+ libbse-0.7-4 (= ${binary:Version}),
  ${misc:Depends}
 Recommends: bse-alsa
 Conflicts: cmt (<< 1.15),
@@ -42,7 +43,7 @@ Package: bse-alsa
 Section: sound
 Architecture: any
 Depends: ${shlibs:Depends},
- beast (= ${binary:Version}),
+ libbse-0.7-4 (= ${binary:Version}),
  ${misc:Depends}
 Description: ALSA plugin for BEAST
  BEAST/BSE is a plugin-based graphical system where you can link
@@ -50,3 +51,26 @@ Description: ALSA plugin for BEAST
  .
  This package provides a plugin for BEAST that uses ALSA (the
  Advanced Linux Sound Architecture) to output sound.
+
+Package: libbse-0.7-4
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+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.
+ .
+ This package provides the shared library.
+
+Package: libbse-dev
+Section: libdevel
+Architecture: all
+Depends: libbse-0.7-4 (>= ${source:Version}),
+ libbse-0.7-4 (<< ${source:Upstream-Version}+1~)
+ ${misc:Depends}
+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.
+ .
+ This package provides the development files.

-- 
beast packaging



More information about the pkg-multimedia-commits mailing list