[SCM] libbluray/master: Bump soname.

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Mon Jul 18 02:32:08 UTC 2011


The following commit has been merged in the master branch:
commit 673f118527b889cb66e36828d9027aa9d5b19888
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Sun Jul 17 21:31:27 2011 -0400

    Bump soname.

diff --git a/debian/control b/debian/control
index bebb0a2..47c288e 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,8 @@ Build-Depends: debhelper (>= 7.0.50~),
                ant,
                libxml2-dev,
                doxygen,
-               texlive-fonts-recommended
+               texlive-fonts-recommended,
+               dh-autoreconf
 Standards-Version: 3.9.2
 Homepage: http://www.videolan.org/developers/libbluray.html
 Vcs-Git: git://git.debian.org/git/pkg-multimedia/libbluray.git
@@ -20,7 +21,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/libbluray.git;a=summary
 Package: libbluray-dev
 Architecture: any
 Section: libdevel
-Depends: libbluray0 (= ${binary:Version}),
+Depends: libbluray1 (= ${binary:Version}),
          libbluray-bdj (= ${source:Version}),
          ${misc:Depends}
 Description: Blu-ray disc playback support library (development files)
@@ -34,7 +35,7 @@ Description: Blu-ray disc playback support library (development files)
  .
  This package provides the necessary files needed for development.
 
-Package: libbluray0
+Package: libbluray1
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: libbluray-bdj
@@ -51,8 +52,8 @@ Description: Blu-ray disc playback support library (shared library)
 
 Package: libbluray-bdj
 Architecture: all
-Depends: libbluray0 (>= ${source:Version}),
-         libbluray0 (<< ${source:Version}.1~),
+Depends: libbluray1 (>= ${source:Version}),
+         libbluray1 (<< ${source:Version}.1~),
          default-jre-headless | java2-runtime-headless,
          ${java:Depends},
          ${misc:Depends}
diff --git a/debian/libbluray0.install b/debian/libbluray1.install
similarity index 100%
rename from debian/libbluray0.install
rename to debian/libbluray1.install
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5c35295
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+soname-bump.patch
diff --git a/debian/patches/soname-bump.patch b/debian/patches/soname-bump.patch
new file mode 100644
index 0000000..bcb1cb2
--- /dev/null
+++ b/debian/patches/soname-bump.patch
@@ -0,0 +1,13 @@
+Description: Patch that does basic spell check.
+Origin: Debian
+
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -1,6 +1,6 @@
+ # library version info
+ # NOTE: this is not the same as the library's release number
+-LIB_CURRENT=0
++LIB_CURRENT=1
+ LIB_REVISION=0
+ LIB_AGE=0
+ LIB_VERSION_INFO="$(LIB_CURRENT):$(LIB_REVISION):$(LIB_AGE)"
diff --git a/debian/rules b/debian/rules
index 90c47d8..26d9836 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ export JAVA_HOME=/usr/lib/jvm/default-java
 CFLAGS=$(DEB_CFLAGS)
 
 %:
-	dh --with javahelper $@
+	dh --with javahelper,autoreconf $@
 
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-bdjava --enable-doxygen-doc

-- 
libbluray packaging



More information about the pkg-multimedia-commits mailing list