[SCM] swami/master: Moves shared libs into libswami0 (shared libraries), rename libswami-dev and adjust it properly.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Dec 3 10:06:14 UTC 2010


The following commit has been merged in the master branch:
commit 993930b1027f496ac142bd3f12c71800a39d4863
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Dec 3 11:05:25 2010 +0100

    Moves shared libs into libswami0 (shared libraries), rename libswami-dev and adjust it properly.

diff --git a/debian/control b/debian/control
index 6245387..efa4311 100644
--- a/debian/control
+++ b/debian/control
@@ -33,6 +33,7 @@ Homepage: http://swami.sf.net
 Package: swami
 Architecture: any
 Depends: ${shlibs:Depends},
+ libswami0 (= ${binary:Version}),
  ${misc:Depends}
 Description: MIDI instrument editor application
  Swami (Sampled Waveforms And Musical Instruments) is an application
@@ -40,10 +41,24 @@ Description: MIDI instrument editor application
  An programming API is also provided for integration with other
  applications.
 
-Package: swami-dev
-Section: libdevel
+Package: libswami0
+Section: libs
 Architecture: any
-Depends: swami (= ${binary:Version}),
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: MIDI instrument editor application
+ Swami (Sampled Waveforms And Musical Instruments) is an application
+ for editing and managing MIDI instruments, such as SoundFont files.
+ An programming API is also provided for integration with other
+ applications.
+ .
+ This package provides the shared libraries.
+
+Package: libswami-dev
+Section: libdevel
+Architecture: all
+Depends: libswami0 (>= ${source:Version}),
+ libswami0 (<< ${source:Upstream-Version}+1~),
  ${misc:Depends},
  libinstpatch-dev,
  libgtk2.0-dev (>= 2.8.17),

-- 
swami packaging



More information about the pkg-multimedia-commits mailing list