[SCM] libbluray/master: Revert accidental descrease of SONAME
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Wed Jun 14 18:33:17 UTC 2017
The following commit has been merged in the master branch:
commit 7a9c70ab25deb6b8666df047fecc44eb17062bdf
Author: Sebastian Ramacher <sramacher at debian.org>
Date: Wed Jun 14 20:21:40 2017 +0200
Revert accidental descrease of SONAME
diff --git a/debian/patches/0004-Revert-accidently-decrease-of-SONAME.patch b/debian/patches/0004-Revert-accidently-decrease-of-SONAME.patch
new file mode 100644
index 0000000..282e15d
--- /dev/null
+++ b/debian/patches/0004-Revert-accidently-decrease-of-SONAME.patch
@@ -0,0 +1,23 @@
+From: Sebastian Ramacher <sramacher at debian.org>
+Date: Wed, 14 Jun 2017 20:08:11 +0200
+Subject: Revert accidently decrease of SONAME
+
+---
+ configure.ac | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index e649191..b080d35 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -13,8 +13,8 @@ dnl
+ dnl Library file name will be libbluray.so.(current-age).age.revision
+ dnl
+ m4_define([lt_current], 2)
+-m4_define([lt_revision], 0)
+-m4_define([lt_age], 1)
++m4_define([lt_revision], 1)
++m4_define([lt_age], 0)
+
+ dnl initilization
+ AC_INIT([libbluray], bluray_version, [http://www.videolan.org/developers/libbluray.html])
diff --git a/debian/patches/series b/debian/patches/series
index 583a67e..93fb9c9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
02_online-image.patch
04_kfreebsd-include.patch
0003-Use-system-asm-instead-of-embedded-copy.patch
+0004-Revert-accidently-decrease-of-SONAME.patch
--
libbluray packaging
More information about the pkg-multimedia-commits
mailing list