[SCM] rtaudio/master: Drop 0002-rtaudio_config.patch, adopted upstream.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat May 3 19:25:31 UTC 2014


The following commit has been merged in the master branch:
commit f9bf9bc641ae23880fda3670283a2f5319820df3
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat May 3 19:14:57 2014 +0100

    Drop 0002-rtaudio_config.patch, adopted upstream.

diff --git a/debian/patches/0002-rtaudio_config.patch b/debian/patches/0002-rtaudio_config.patch
deleted file mode 100644
index c3667d8..0000000
--- a/debian/patches/0002-rtaudio_config.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Description: Fix bashism in rtaudio-config.
-Author: Alessio Treglia <alessio at debian.org>
-Forwarded: no
----
- rtaudio-config.in |    6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
---- rtaudio.orig/rtaudio-config.in
-+++ rtaudio/rtaudio-config.in
-@@ -8,11 +8,11 @@ LIBRARY="@LIBS@"
- CXXFLAGS="@CXXFLAGS@"
- CPPFLAGS="@CPPFLAGS@"
- 
--if (test "x$1" == "x--libs") ; then
-+if (test "x$1" = "x--libs") ; then
-   echo "$LIBRARY"
--elif (test "x$1" == "x--cxxflags") ; then
-+elif (test "x$1" = "x--cxxflags") ; then
-   echo "$CXXFLAGS"
--elif (test "x$1" == "x--cppflags") ; then
-+elif (test "x$1" = "x--cppflags") ; then
-   echo "$CPPFLAGS"
- else
-   echo "Unknown option: $1"
diff --git a/debian/patches/series b/debian/patches/series
index b62b8b8..b5c7eee 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 0001-buildsystem.patch
-0002-rtaudio_config.patch

-- 
RtAudio packaging



More information about the pkg-multimedia-commits mailing list