[SCM] rtaudio/master: Add comments to patches.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Fri Jun 17 20:02:15 UTC 2016


The following commit has been merged in the master branch:
commit 173779313da28e4306b9b7d25e2345e50c0aaca1
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Fri Jun 17 21:35:38 2016 +0200

    Add comments to patches.

diff --git a/debian/patches/0003-not-install-doc-images.patch b/debian/patches/0003-not-install-doc-images.patch
index 2221f72..f8b3151 100644
--- a/debian/patches/0003-not-install-doc-images.patch
+++ b/debian/patches/0003-not-install-doc-images.patch
@@ -1,3 +1,7 @@
+Description: Not install doc images
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: no
+
 Index: rtaudio/configure.ac
 ===================================================================
 --- rtaudio.orig/configure.ac
diff --git a/debian/patches/0004-comment-out-unsed-function.patch b/debian/patches/0004-comment-out-unsed-function.patch
index edd47d9..dbd4dc6 100644
--- a/debian/patches/0004-comment-out-unsed-function.patch
+++ b/debian/patches/0004-comment-out-unsed-function.patch
@@ -1,13 +1,17 @@
+Description: Comment out unused function
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: no
+
 Index: rtaudio/RtAudio.cpp
 ===================================================================
 --- rtaudio.orig/RtAudio.cpp
 +++ rtaudio/RtAudio.cpp
 @@ -1940,7 +1940,7 @@ struct JackHandle {
-     :client(0), drainCounter(0), internalDrain(false) { ports[0] = 0; ports[1] = 0; xrun[0] = false; xrun[1] = false; }
- };
- 
--static void jackSilentError( const char * ) {};
-+//static void jackSilentError( const char * ) {};
- 
- RtApiJack :: RtApiJack()
- {
+     :client(0), drainCounter(0), internalDrain(false) { ports[0] = 0; ports[1] = 0; xrun[0] = false; xrun[1] = false; }
+ };
+ 
+-static void jackSilentError( const char * ) {};
++//static void jackSilentError( const char * ) {};
+ 
+ RtApiJack :: RtApiJack()
+ {

-- 
RtAudio packaging



More information about the pkg-multimedia-commits mailing list