[SCM] jack-audio-connection-kit/master: Tighten generated dependencies for new jack_port_rename api

jcowgill at users.alioth.debian.org jcowgill at users.alioth.debian.org
Sat Dec 3 19:20:23 UTC 2016


The following commit has been merged in the master branch:
commit e0b77725ff323a3c1bc01bdc004905e12fb63d25
Author: James Cowgill <jcowgill at debian.org>
Date:   Sat Dec 3 14:47:30 2016 +0000

    Tighten generated dependencies for new jack_port_rename api
    
    Adds new libjack-0.125 provides to represent this API level. The old
    provides is not removed so that old packages still work with this
    version of libjack.
    
    Closes: #845654

diff --git a/debian/control b/debian/control
index 4ab6735..1d82d5a 100644
--- a/debian/control
+++ b/debian/control
@@ -67,10 +67,11 @@ Depends: ${misc:Depends},
 	${shlibs:Depends}
 Conflicts: jackd1 (<< ${binary:Version}),
 	jackd1 (>> ${binary:Version}),
-    libjack-0.116
+	libjack-0.116,
+	libjack-0.125
 Suggests: jackd1 (= ${binary:Version})
-Provides: libjack-0.116
-Replaces: libjack-0.116
+Provides: libjack-0.116, libjack-0.125
+Replaces: libjack-0.116, libjack-0.125
 Description: JACK Audio Connection Kit (libraries)
  JACK is a low-latency sound server, allowing multiple applications to
  connect to one audio device, and to share audio between themselves.
diff --git a/debian/control.in b/debian/control.in
index 0137c16..c4dd34c 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -62,10 +62,11 @@ Depends: ${misc:Depends},
 	${shlibs:Depends}
 Conflicts: jackd1 (<< ${binary:Version}),
 	jackd1 (>> ${binary:Version}),
-    libjack-0.116
+	libjack-0.116,
+	libjack-0.125
 Suggests: jackd1 (= ${binary:Version})
-Provides: libjack-0.116
-Replaces: libjack-0.116
+Provides: libjack-0.116, libjack-0.125
+Replaces: libjack-0.116, libjack-0.125
 Description: JACK Audio Connection Kit (libraries)
  JACK is a low-latency sound server, allowing multiple applications to
  connect to one audio device, and to share audio between themselves.
diff --git a/debian/libjack0.shlibs b/debian/libjack0.shlibs
index 58c97ec..7b364ae 100644
--- a/debian/libjack0.shlibs
+++ b/debian/libjack0.shlibs
@@ -1 +1 @@
-libjack 0 libjack-jackd2-0 (>= 1.9.5~dfsg-14) | libjack-0.116
+libjack 0 libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125

-- 
Debian packaging for jack-audio-connection-kit



More information about the pkg-multimedia-commits mailing list