[SCM] libbluray/master: Bump SONAME

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Thu Mar 2 19:00:34 UTC 2017


The following commit has been merged in the master branch:
commit 5cff196063fac0a39ab9bf7f328ffb385632fd56
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Thu Mar 2 18:55:31 2017 +0100

    Bump SONAME

diff --git a/debian/control b/debian/control
index 048bb33..d056b08 100644
--- a/debian/control
+++ b/debian/control
@@ -31,7 +31,7 @@ Package: libbluray-dev
 Multi-Arch: same
 Architecture: any
 Section: libdevel
-Depends: libbluray1 (= ${binary:Version}),
+Depends: libbluray2 (= ${binary:Version}),
          ${misc:Depends}
 Description: Blu-ray disc playback support library (development files)
  libbluray is an open-source library designed for Blu-Ray Discs playback for
@@ -44,7 +44,7 @@ Description: Blu-ray disc playback support library (development files)
  .
  This package provides the necessary files needed for development.
 
-Package: libbluray1
+Package: libbluray2
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -65,8 +65,8 @@ Description: Blu-ray disc playback support library (shared library)
 Package: libbluray-bdj
 Multi-Arch: foreign
 Architecture: all
-Depends: libbluray1 (>= ${source:Version}),
-         libbluray1 (<< ${source:Version}.1~),
+Depends: libbluray2 (>= ${source:Version}),
+         libbluray2 (<< ${source:Version}.1~),
          default-jre-headless | java2-runtime-headless,
          ${java:Depends},
          ${misc:Depends}
@@ -88,7 +88,7 @@ Description: Blu-ray Disc Java support library (BD-J library)
 Package: libbluray-bin
 Architecture: any
 Section: utils
-Depends: libbluray1 (= ${binary:Version}),
+Depends: libbluray2 (= ${binary:Version}),
          ${shlibs:Depends},
          ${misc:Depends}
 Description: Blu-ray disc playback support library (tools)
diff --git a/debian/libbluray1.install b/debian/libbluray2.install
similarity index 100%
rename from debian/libbluray1.install
rename to debian/libbluray2.install
diff --git a/debian/libbluray1.symbols b/debian/libbluray2.symbols
similarity index 88%
rename from debian/libbluray1.symbols
rename to debian/libbluray2.symbols
index 35453d1..b958307 100644
--- a/debian/libbluray1.symbols
+++ b/debian/libbluray2.symbols
@@ -1,4 +1,4 @@
-libbluray.so.1 libbluray1 #MINVER#
+libbluray.so.2 libbluray2 #MINVER#
 * Build-Depends-Package: libbluray-dev
  bd_chapter_pos at Base 1:0.2.2
  bd_close at Base 1:0.2.2
@@ -34,17 +34,10 @@ libbluray.so.1 libbluray1 #MINVER#
  bd_open_stream at Base 1:0.8.0
  bd_play at Base 1:0.2.2
  bd_play_title at Base 1:0.2.2
- bd_psr_lock at Base 1:0.2.2
  bd_psr_read at Base 1:0.2.2
  bd_psr_register_cb at Base 1:0.2.2
- bd_psr_reset_backup_registers at Base 1:0.2.2
- bd_psr_restore_state at Base 1:0.2.2
- bd_psr_save_state at Base 1:0.2.2
- bd_psr_setting_write at Base 1:0.2.2
- bd_psr_unlock at Base 1:0.2.2
  bd_psr_unregister_cb at Base 1:0.2.2
  bd_psr_write at Base 1:0.2.2
- bd_psr_write_bits at Base 1:0.6.0
  bd_read at Base 1:0.2.2
  bd_read_bdjo at Base 1:0.7.0
  bd_read_clpi at Base 1:0.4.0
@@ -73,6 +66,7 @@ libbluray.so.1 libbluray1 #MINVER#
  bd_set_debug_mask at Base 1:0.2.2
  bd_set_player_setting at Base 1:0.2.2
  bd_set_player_setting_str at Base 1:0.2.2
+ bd_set_rate at Base 1:1.0.0
  bd_set_scr at Base 1:0.3.0
  bd_start_bdj at Base 1:0.2.2
  bd_stop_bdj at Base 1:0.2.2

-- 
libbluray packaging



More information about the pkg-multimedia-commits mailing list