[SCM] swami/master: Changed control file to build swami-dev and swami-doc package too
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Sat Nov 13 18:51:53 UTC 2010
The following commit has been merged in the master branch:
commit e7a350132a04cc0d88ddf01ef0cd709b8f878a44
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Sat Nov 13 19:41:49 2010 +0100
Changed control file to build swami-dev and swami-doc package too
diff --git a/debian/control b/debian/control
index cf6a31f..e62e351 100644
--- a/debian/control
+++ b/debian/control
@@ -26,12 +26,39 @@ Package: swami
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
-Replaces: smurf
-Conflicts: smurf
-Description: SoundFont editor
- Swami - Sample Waveforms and Audio for Magical Instruments - is an advanced
- instrument editor for MIDI music composition and a sampler frontend. Currently
- SoundFont(R) files can be browsed, edited and saved. Swami uses FluidSynth for
- software synthesis, so almost any sound card can be used.
+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.
+
+Package: swami-dev
+Section: libdevel
+Architecture: any
+Depends: swami (= ${binary:Version}),
+ ${misc:Depends},
+ libinstpatch-dev,
+ libgtk2.0-dev (>= 2.8.17),
+ libgnomecanvas2-dev (>= 2.0)
+Description: MIDI instrument editor development files
+ 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.
.
- Homepage: http://swami.sf.net
+ This package contains the headers files.
+
+Package: swami-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Suggests: devhelp
+Description: MIDI instrument editor development documentation
+ 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 contains development documentation for swami in
+ /usr/share/gtk-doc/html/libswami and /usr/share/gtk-doc/html/libswamigui.
+
--
swami packaging
More information about the pkg-multimedia-commits
mailing list