[SCM] drumkv1/master: Split package.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Sep 20 22:11:05 UTC 2016


The following commit has been merged in the master branch:
commit 00bdca35f9577b281f5669f2ccd877469c355e02
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Sep 20 23:34:08 2016 +0200

    Split package.

diff --git a/debian/control b/debian/control
index e6fca69..ea52c63 100644
--- a/debian/control
+++ b/debian/control
@@ -24,13 +24,28 @@ Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/drumkv1.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/drumkv1.git
 
-Package: drumkv1
+Package: drumkv1-jack
 Architecture: any
 Depends:
  ${misc:Depends},
- ${shlibs:Depends}
+ ${shlibs:Depends},
+ drumkv1-lv2-0
 Recommends:
  jackd
+Description: old-school drum-kit sampler - standalone
+ drumkv1 is an old-school all-digital drum-kit sampler
+ synthesizer with stereo effects. It is provided in both
+ forms of a LV2 plugin and a pure stand-alone JACK
+ client with JACK-session and both JACK MIDI and ALSA
+ MIDI input support.
+ .
+ This package provides standalone app.
+
+Package: drumkv1-lv2-0
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
 Provides:
  lv2-plugin
 Description: old-school drum-kit sampler
@@ -39,3 +54,19 @@ Description: old-school drum-kit sampler
  forms of a LV2 plugin and a pure stand-alone JACK
  client with JACK-session and both JACK MIDI and ALSA
  MIDI input support.
+ .
+ This package provides lv2-plugin and the shared library.
+
+Package: drumkv1-dev
+Section: libdevel
+Architecture: any
+Depends:
+ ${misc:Depends}
+Description: old-school drum-kit sampler (development files)
+ drumkv1 is an old-school all-digital drum-kit sampler
+ synthesizer with stereo effects. It is provided in both
+ forms of a LV2 plugin and a pure stand-alone JACK
+ client with JACK-session and both JACK MIDI and ALSA
+ MIDI input support.
+ .
+ This package provides the development files.
diff --git a/debian/drumkv1-dev.install b/debian/drumkv1-dev.install
new file mode 100644
index 0000000..012244d
--- /dev/null
+++ b/debian/drumkv1-dev.install
@@ -0,0 +1 @@
+usr/lib/*/*.so
diff --git a/debian/drumkv1-jack.install b/debian/drumkv1-jack.install
new file mode 100644
index 0000000..1df36c6
--- /dev/null
+++ b/debian/drumkv1-jack.install
@@ -0,0 +1 @@
+usr/bin/*
diff --git a/debian/drumkv1-lv2-0.install b/debian/drumkv1-lv2-0.install
new file mode 100644
index 0000000..dffb604
--- /dev/null
+++ b/debian/drumkv1-lv2-0.install
@@ -0,0 +1,2 @@
+usr/lib/lv2/drumkv1.lv2/* usr/lib/lv2/drumkv1.lv2/
+usr/lib/*/*.so.*

-- 
drumkv1 packaging



More information about the pkg-multimedia-commits mailing list