[SCM] synthv1/master: Split package (4).
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Tue Sep 27 08:36:23 UTC 2016
The following commit has been merged in the master branch:
commit 718fce1fb945741085b7b2528413e828395a64f5
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Tue Sep 27 10:36:14 2016 +0200
Split package (4).
diff --git a/debian/control b/debian/control
index 835712a..b92f373 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,8 @@ Package: synthv1
Architecture: any
Depends:
${misc:Depends},
- ${shlibs:Depends}
+ ${shlibs:Depends},
+ synthv1-common (>= ${source:Version}), synthv1-common (<< ${source:Upstream-Version}+1~),
Recommends:
jackd
Description: old-school polyphonic synthesizer - standalone
@@ -36,14 +37,14 @@ Description: old-school polyphonic synthesizer - standalone
polyphonic synthesizer with stereo effects, especially suited
to create strong bass sounds.
.
- This package provides standalone app and shared library.
+ This package provides standalone app.
Package: synthv1-lv2
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
- synthv1
+ synthv1-common (>= ${source:Version}), synthv1-common (<< ${source:Upstream-Version}+1~),
Provides:
lv2-plugin
Description: old-school polyphonic synthesizer - lv2-plugin
@@ -52,3 +53,16 @@ Description: old-school polyphonic synthesizer - lv2-plugin
to create strong bass sounds.
.
This package provides lv2-plugin.
+
+Package: synthv1-common
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: old-school polyphonic synthesizer - common files
+ synthv1 is an old-school all-digital 4-oscillator subtractive
+ polyphonic synthesizer with stereo effects, especially suited
+ to create strong bass sounds.
+ .
+ This package provides files shared by both the LV2 plugin and the standalone
+ application.
diff --git a/debian/synthv1.install b/debian/synthv1.install
index b9c5521..1df36c6 100644
--- a/debian/synthv1.install
+++ b/debian/synthv1.install
@@ -1,2 +1 @@
usr/bin/*
-usr/lib/synthv1/*.so.* usr/lib/synthv1/
--
synthv1 packaging
More information about the pkg-multimedia-commits
mailing list