[SCM] rtmpdump/master: Follow upstream's SONAME bump librtmp0->librtmp1

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Tue Apr 8 01:25:11 UTC 2014


The following commit has been merged in the master branch:
commit 2621cc77eca1c58f0a56c1741e81587964c415ca
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Mon Apr 7 21:01:05 2014 -0400

    Follow upstream's SONAME bump librtmp0->librtmp1
    
    As  a9f353c7ccf29d6305e13fedb77653b8681e9fc2 explains, this is a rather
    safe bump:
    
        Author: Martin Storsjo <martin at martin.st>
        Date:   Mon Oct 7 12:00:03 2013 +0300
    
        Bump the SO_VERSION to 1
    
        Commit a9282329c3 changed the layout of the RTMP struct, making
        it ABI-incompatible with previous versions.

diff --git a/debian/control b/debian/control
index 16d19ab..09bb309 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Description: small dumper for media content streamed over the RTMP protocol
  iPlayer high quality streams). Supplying an RTMP URL will result in a dumped
  flv file, which can be played/transcoded with standard tools.
 
-Package: librtmp0
+Package: librtmp1
 Section: libs
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Pre-Depends: ${misc:Pre-Depends}
@@ -34,7 +34,7 @@ Description: toolkit for RTMP streams (shared library)
 
 Package: librtmp-dev
 Section: libdevel
-Depends: libgnutls-dev, librtmp0 (= ${binary:Version}), ${misc:Depends}
+Depends: libgnutls-dev, librtmp1 (= ${binary:Version}), ${misc:Depends}
 Architecture: any
 Multi-Arch: same
 Description: toolkit for RTMP streams (development files)
diff --git a/debian/librtmp0.install b/debian/librtmp1.install
similarity index 100%
rename from debian/librtmp0.install
rename to debian/librtmp1.install
diff --git a/debian/librtmp0.symbols b/debian/librtmp1.symbols
similarity index 98%
rename from debian/librtmp0.symbols
rename to debian/librtmp1.symbols
index 2957dc2..7e858fc 100644
--- a/debian/librtmp0.symbols
+++ b/debian/librtmp1.symbols
@@ -1,4 +1,4 @@
-librtmp.so.0 librtmp0 #MINVER#
+librtmp.so.1 librtmp1 #MINVER#
 * Build-Depends-Package: librtmp-dev
  AMF3CD_AddProp at Base 2.3
  AMF3CD_GetProp at Base 2.3

-- 
rtmpdump packaging



More information about the pkg-multimedia-commits mailing list