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

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Sep 27 19:12:14 UTC 2016


The following commit has been merged in the master branch:
commit 1790cc88fa768bb0acb3c29a3dba2793e8eb3d63
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Sep 27 21:11:48 2016 +0200

    Fix Depends: fields.

diff --git a/debian/control b/debian/control
index b92f373..c1e9abd 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,7 @@ Architecture: any
 Depends:
  ${misc:Depends},
  ${shlibs:Depends},
- synthv1-common (>= ${source:Version}), synthv1-common (<< ${source:Upstream-Version}+1~),
+ synthv1-common (=${binary:Version}),
 Recommends:
  jackd
 Description: old-school polyphonic synthesizer - standalone
@@ -44,7 +44,7 @@ Architecture: any
 Depends:
  ${misc:Depends},
  ${shlibs:Depends},
- synthv1-common (>= ${source:Version}), synthv1-common (<< ${source:Upstream-Version}+1~),
+ synthv1-common (=${binary:Version}),
 Provides:
  lv2-plugin
 Description: old-school polyphonic synthesizer - lv2-plugin

-- 
synthv1 packaging



More information about the pkg-multimedia-commits mailing list