[SCM] rtaudio/master: Rename packages for GCC 5 transition

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Tue Aug 4 22:56:42 UTC 2015


The following commit has been merged in the master branch:
commit fc0cbf55a5de3cfdd18b6807ef6b4b50dc2ef1b9
Author: Sebastian Ramacher <sebastian at ramacher.at>
Date:   Wed Aug 5 00:32:02 2015 +0200

    Rename packages for GCC 5 transition

diff --git a/debian/control b/debian/control
index 051233c..614a6a2 100644
--- a/debian/control
+++ b/debian/control
@@ -11,13 +11,14 @@ Build-Depends:
  autotools-dev,
  libasound2-dev,
  libjack-dev,
- libpulse-dev
 Standards-Version: 3.9.5
+ libpulse-dev,
+ g++ (>= 4:5.2)
 Homepage: http://www.music.mcgill.ca/~gary/rtaudio/
 Vcs-Git: git://anonscm.debian.org/pkg-multimedia/rtaudio.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/rtaudio.git
 
-Package: librtaudio5
+Package: librtaudio4v5
 Architecture: linux-any
 Multi-Arch: same
 Pre-Depends:
@@ -58,7 +59,7 @@ Multi-Arch: same
 Depends:
  libasound2-dev,
  libjack-dev,
- librtaudio5 (= ${binary:Version}),
+ librtaudio4v5 (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends}
 Suggests:
@@ -78,7 +79,7 @@ Priority: extra
 Architecture: linux-any
 Multi-Arch: same
 Depends:
- librtaudio5 (= ${binary:Version}),
+ librtaudio4v5 (= ${binary:Version}),
  ${misc:Depends}
 Description: C++ library for realtime audio input/ouput (debugging symbols)
  RtAudio is a set of C++ classes that provides a common API (Application
diff --git a/debian/librtaudio5.install b/debian/librtaudio4v5.install
similarity index 100%
rename from debian/librtaudio5.install
rename to debian/librtaudio4v5.install
diff --git a/debian/patches/0002-Bump-SOVERSION.patch b/debian/patches/0002-Bump-SOVERSION.patch
index 79df805..34a765c 100644
--- a/debian/patches/0002-Bump-SOVERSION.patch
+++ b/debian/patches/0002-Bump-SOVERSION.patch
@@ -1,24 +1,21 @@
-From: Felipe Sateler <fsateler at debian.org>
-Date: Tue, 10 Jun 2014 10:15:59 -0400
-Subject: Bump SOVERSION
+Description: Bump SOVERSION for GCC 5 transition
+Author: Sebastian Ramacher <sramacher at debian.org>
+Date: 2015-08-05
 
-the change from RtError to RtAudioError breaks ABI
 ---
  Makefile.in | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
-diff --git a/Makefile.in b/Makefile.in
-index fe8dbb9..3c1532b 100644
 --- a/Makefile.in
 +++ b/Makefile.in
-@@ -8,8 +8,8 @@ OBJECTS	= RtAudio.o @objects@
+@@ -8,8 +8,8 @@
  
  LIBNAME = librtaudio
  SHARED = @sharedlib@
 -RELEASE = 4.1.1
 -MAJOR = 4
-+RELEASE = 4.1.1b
-+MAJOR = 5
++RELEASE = 4v5.1.1b
++MAJOR = 4v5
  LIBRARIES = $(SHARED)
  
  CC       = @CXX@

-- 
RtAudio packaging



More information about the pkg-multimedia-commits mailing list