[SCM] jack-audio-connection-kit/master: Move libjackserver.so.0.0.28 from the jackd1 to the libjck0 binary package

mattia at users.alioth.debian.org mattia at users.alioth.debian.org
Sat Nov 11 11:08:19 UTC 2017


The following commit has been merged in the master branch:
commit ab28e2123d6aa42c272bcfe4abe6626986199b79
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Sat Nov 11 11:49:52 2017 +0100

    Move libjackserver.so.0.0.28 from the jackd1 to the libjck0 binary package
    
    Arguably it should be in its own package, but it's improbably the SONAME
    will be bumped to only one of the 2 libs anyway (if any update will
    happen at all...)
    
    Closes: #715087
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>

diff --git a/debian/control b/debian/control
index cc63361..1bdc061 100644
--- a/debian/control
+++ b/debian/control
@@ -70,6 +70,8 @@ Pre-Depends:
 Depends:
  ${misc:Depends},
  ${shlibs:Depends},
+Breaks:
+ jackd1 (<< 1:0.125.0-3),
 Conflicts:
  jackd1 (<< ${binary:Version}),
  jackd1 (>> ${binary:Version}),
@@ -81,6 +83,7 @@ Provides:
  libjack-0.116,
  libjack-0.125,
 Replaces:
+ jackd1 (<< 1:0.125.0-3),
  libjack-0.116,
  libjack-0.125,
 Description: JACK Audio Connection Kit (libraries)
diff --git a/debian/jackd1.install b/debian/jackd1.install
index a85d9c1..0b72866 100755
--- a/debian/jackd1.install
+++ b/debian/jackd1.install
@@ -1,6 +1,5 @@
 #!/usr/bin/dh-exec
 debian/tmp/usr/bin/jack*
-debian/tmp/usr/lib/*/libjackserver.so.*
 debian/tmp/usr/lib/*/jack/inprocess.so
 debian/tmp/usr/lib/*/jack/intime.so
 debian/tmp/usr/lib/*/jack/jack_dummy.so
diff --git a/debian/libjack0.install b/debian/libjack0.install
index be33a87..a583564 100644
--- a/debian/libjack0.install
+++ b/debian/libjack0.install
@@ -1 +1,2 @@
 debian/tmp/usr/lib/*/libjack.so.*
+debian/tmp/usr/lib/*/libjackserver.so.*

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



More information about the pkg-multimedia-commits mailing list