[SCM] gsequencer/master: fixed missing newline in patches

jkraehemann-guest at users.alioth.debian.org jkraehemann-guest at users.alioth.debian.org
Wed Feb 1 07:04:35 UTC 2017


The following commit has been merged in the master branch:
commit d1d3b5437d2a5e7c3ea926f263127dee2aa60b29
Author: Joël Krähemann <jkraehemann-guest at users.alioth.debian.org>
Date:   Wed Feb 1 08:01:37 2017 +0100

    fixed missing newline in patches

diff --git a/debian/patches/fix-devout.patch b/debian/patches/fix-devout.patch
index 405d9b9..cdb0ac4 100644
--- a/debian/patches/fix-devout.patch
+++ b/debian/patches/fix-devout.patch
@@ -6,7 +6,8 @@ Description: AgsClearBuffer fixes data-race causing distorted audio output
  ags_devout_oss_play().
 Author: Joël Krähmann <jkraehemann at gmail.com>
 Applied-Upstream: 0.7.122.x, http://git.savannah.gnu.org/cgit/gsequencer.git
-Last-Update: 2017-01-31 --- a/ags/audio/ags_devout.c
+Last-Update: 2017-01-31
+--- a/ags/audio/ags_devout.c
 +++ b/ags/audio/ags_devout.c
 @@ -33,6 +33,7 @@
  #include <ags/thread/ags_poll_fd.h>
diff --git a/debian/patches/fix-export-soundcard-callbacks.patch b/debian/patches/fix-export-soundcard-callbacks.patch
index 7b91556..1a4bc83 100644
--- a/debian/patches/fix-export-soundcard-callbacks.patch
+++ b/debian/patches/fix-export-soundcard-callbacks.patch
@@ -4,7 +4,8 @@ Description: This patch fixes a memory corruption causing program instability.
  Indicating something was wrong, it is fixed now.
 Author: Joël Krähmann <jkraehemann at gmail.com>
 Applied-Upstream: 0.7.122.x, http://git.savannah.gnu.org/cgit/gsequencer.git
-Last-Update: 2017-01-31 --- a/ags/X/ags_export_soundcard_callbacks.c
+Last-Update: 2017-01-31
+--- a/ags/X/ags_export_soundcard_callbacks.c
 +++ b/ags/X/ags_export_soundcard_callbacks.c
 @@ -61,12 +61,16 @@
    soundcard = NULL;
diff --git a/debian/patches/fix-jack-client.patch b/debian/patches/fix-jack-client.patch
index 19c922d..7c4ddad 100644
--- a/debian/patches/fix-jack-client.patch
+++ b/debian/patches/fix-jack-client.patch
@@ -3,7 +3,8 @@ Description: This fix eliminates clearing buffer by memset(). The AgsClearBuffer
  access causing possible SIGINT.
 Author: Joël Krähmann <jkraehemann at gmail.com>
 Applied-Upstream: 0.7.122.x, http://git.savannah.gnu.org/cgit/gsequencer.git
-Last-Update: 2017-01-31 --- a/ags/audio/jack/ags_jack_client.c
+Last-Update: 2017-01-31
+--- a/ags/audio/jack/ags_jack_client.c
 +++ b/ags/audio/jack/ags_jack_client.c
 @@ -886,8 +886,6 @@
        }
diff --git a/debian/patches/fix-jack-devout.patch b/debian/patches/fix-jack-devout.patch
index fd94828..60974ea 100644
--- a/debian/patches/fix-jack-devout.patch
+++ b/debian/patches/fix-jack-devout.patch
@@ -5,7 +5,8 @@ Description: AgsClearBuffer fixes data-race causing distorted audio output
  These changes make use of the task by ags_jack_devout_port_play().
 Author: Joël Krähmann <jkraehemann at gmail.com>
 Applied-Upstream: 0.7.122.x, http://git.savannah.gnu.org/cgit/gsequencer.git
-Last-Update: 2017-01-31--- a/ags/audio/jack/ags_jack_devout.c
+Last-Update: 2017-01-31
+--- a/ags/audio/jack/ags_jack_devout.c
 +++ b/ags/audio/jack/ags_jack_devout.c
 @@ -40,6 +40,7 @@
  
diff --git a/debian/patches/fix-line-callbacks.patch b/debian/patches/fix-line-callbacks.patch
index efbfc55..7b0e33b 100644
--- a/debian/patches/fix-line-callbacks.patch
+++ b/debian/patches/fix-line-callbacks.patch
@@ -2,7 +2,8 @@ Description: Due to spurious crashes while clicking pad's play button there
  was a need to improve the involved mutices. Expected result better stability.
 Author: Joël Krähmann <jkraehemann at gmail.com>
 Applied-Upstream: 0.7.122.x, http://git.savannah.gnu.org/cgit/gsequencer.git
-Last-Update: 2017-01-31--- a/ags/X/ags_line_callbacks.c
+Last-Update: 2017-01-31
+--- a/ags/X/ags_line_callbacks.c
 +++ b/ags/X/ags_line_callbacks.c
 @@ -423,27 +423,63 @@
    AgsChannel *channel;
diff --git a/debian/patches/fix-machine-selector.patch b/debian/patches/fix-machine-selector.patch
index 3ccba1f..782e47f 100644
--- a/debian/patches/fix-machine-selector.patch
+++ b/debian/patches/fix-machine-selector.patch
@@ -4,7 +4,8 @@ Description: Since AgsAutomationEditor and AgsEditor have the AgsMachineSelector
  to memory corruption.
 Author: Joël Krähmann <jkraehemann at gmail.com>
 Applied-Upstream: 0.7.122.x, http://git.savannah.gnu.org/cgit/gsequencer.git
-Last-Update: 2017-01-31--- a/ags/X/editor/ags_machine_selector.c
+Last-Update: 2017-01-31
+--- a/ags/X/editor/ags_machine_selector.c
 +++ b/ags/X/editor/ags_machine_selector.c
 @@ -25,6 +25,7 @@
  #include <ags/audio/ags_notation.h>
diff --git a/debian/patches/fix-makefile-am.patch b/debian/patches/fix-makefile-am.patch
index 117d47f..1b26c8d 100644
--- a/debian/patches/fix-makefile-am.patch
+++ b/debian/patches/fix-makefile-am.patch
@@ -6,7 +6,8 @@ Description: AgsClearBuffer fixes data-race causing distorted audio output
  functions.
 Author: Joël Krähmann <jkraehemann at gmail.com>
 Applied-Upstream: 0.7.122.x, http://git.savannah.gnu.org/cgit/gsequencer.git
-Last-Update: 2017-01-31 --- a/Makefile.am
+Last-Update: 2017-01-31
+--- a/Makefile.am
 +++ b/Makefile.am
 @@ -963,6 +963,7 @@
  	ags/audio/task/ags_cancel_channel.h \

-- 
gsequencer packaging



More information about the pkg-multimedia-commits mailing list