[SCM] drumkv1/master: Fix Depends: fields.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Wed Sep 28 09:16:51 UTC 2016


The following commit has been merged in the master branch:
commit ff1b6e7cbe8342a74c1e4e2b971c94960ba0473d
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Wed Sep 28 11:00:37 2016 +0200

    Fix Depends: fields.

diff --git a/debian/control b/debian/control
index f40a0c4..9a44219 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,7 @@ Architecture: any
 Depends:
  ${misc:Depends},
  ${shlibs:Depends},
- drumkv1-common (>= ${source:Version}), drumkv1-common (<< ${source:Upstream-Version}+1~),
+ drumkv1-common (=${binary:Version}),
 Recommends:
  jackd
 Description: old-school drum-kit sampler - standalone
@@ -46,7 +46,7 @@ Architecture: any
 Depends:
  ${misc:Depends},
  ${shlibs:Depends},
- drumkv1-common,
+ drumkv1-common  (=${binary:Version}),
 Provides:
  lv2-plugin
 Description: old-school drum-kit sampler - lv2-plugin

-- 
drumkv1 packaging



More information about the pkg-multimedia-commits mailing list