[SCM] snd/master: Forwarded patches to upstream.

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Tue Feb 2 13:21:44 UTC 2016


The following commit has been merged in the master branch:
commit 61c85a9264cde946803a3945c6e72cbf222cfb4b
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Mon Feb 1 21:29:37 2016 +0100

    Forwarded patches to upstream.

diff --git a/debian/patches/fix-typos.diff b/debian/patches/fix-typos.diff
index 3f2803a..6d568c7 100644
--- a/debian/patches/fix-typos.diff
+++ b/debian/patches/fix-typos.diff
@@ -6,7 +6,8 @@ Description: fixing typos
  visible in the binary package (that is: typos in source comments are left
  as-is)
 Author: IOhannes m zmölnig
-Last-Updated: 2016-01-27
+Last-Updated: 2016-02-01
+Forwarded: yes
 ---
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 --- snd.orig/lint.scm
@@ -22,7 +23,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  	   ;; not string->number -- no point in copying a number and it's caught below
 --- snd.orig/s7.c
 +++ snd/s7.c
-@@ -37117,14 +37117,14 @@
+@@ -37113,14 +37113,14 @@
  
  static s7_pointer g_is_float_vector(s7_scheme *sc, s7_pointer args)
  {
@@ -39,7 +40,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
    #define Q_float_vector s7_make_circular_signature(sc, 1, 2, sc->IS_FLOAT_VECTOR, sc->IS_REAL)
  
    s7_int len;
-@@ -37152,14 +37152,14 @@
+@@ -37148,14 +37148,14 @@
  
  static s7_pointer g_is_int_vector(s7_scheme *sc, s7_pointer args)
  {
@@ -56,7 +57,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
    #define Q_int_vector s7_make_circular_signature(sc, 1, 2, sc->IS_INT_VECTOR, sc->IS_INTEGER)
  
    s7_int len;
-@@ -37943,10 +37943,10 @@
+@@ -37939,10 +37939,10 @@
  
  static s7_pointer g_make_vector(s7_scheme *sc, s7_pointer args)
  {
@@ -69,7 +70,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  or a real, the vector can only hold numbers of that type (s7_int or s7_double)."
    #define Q_make_vector s7_make_signature(sc, 4, sc->IS_VECTOR, s7_make_signature(sc, 2, sc->IS_INTEGER, sc->IS_PAIR), sc->T, sc->IS_BOOLEAN)
  
-@@ -38008,7 +38008,7 @@
+@@ -38004,7 +38004,7 @@
  		{
  		  if (s7_is_real(fill)) /* might be gmp with big_real by accident (? see above) */
  		    result_type = T_FLOAT_VECTOR;
diff --git a/debian/patches/hardening.diff b/debian/patches/hardening.diff
index c0c361b..64f676a 100644
--- a/debian/patches/hardening.diff
+++ b/debian/patches/hardening.diff
@@ -2,7 +2,8 @@ Author: Andreas Beckmann <anbe at debian.org>
 Description: honor CPPFLAGS
  On Debian, we pass certain build-flags for hardening, among them the standard
  preprocessor flags CPPFLAGS.
-Last-Updated: 2016-01-27
+Last-Updated: 2016-02-01
+Forwarded: yes
 --- snd.orig/makefile.in
 +++ snd/makefile.in
 @@ -3,7 +3,7 @@
diff --git a/debian/patches/jack-kfreebsd-hurd.diff b/debian/patches/jack-kfreebsd-hurd.diff
index 1cfec4c..e53769f 100644
--- a/debian/patches/jack-kfreebsd-hurd.diff
+++ b/debian/patches/jack-kfreebsd-hurd.diff
@@ -3,11 +3,10 @@ Description: fix the HAVE_JACK_ON_LINUX macro for kFreeBSD & GNU/Hurd
  The user-land system is the same as Linux though (as far as possible), so JACK
  should be treated as if it were on linux.
 Author: IOhannes m zmölnig
-Last-Updated: 2016-01-27
+Last-Updated: 2016-02-01
+Forwarded: yes
 ---
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-Index: snd/audio.c
-===================================================================
 --- snd.orig/audio.c
 +++ snd/audio.c
 @@ -83,7 +83,12 @@
diff --git a/debian/patches/manpage_warnings.diff b/debian/patches/manpage_warnings.diff
index e57a027..2eee13c 100644
--- a/debian/patches/manpage_warnings.diff
+++ b/debian/patches/manpage_warnings.diff
@@ -1,7 +1,8 @@
 Description: Fix manpages errors/warnings.
  minor typos in groff...
 Author: Alessio Treglia <quadrispro at ubuntu.com>
-Last-Updated: 2016-01-27
+Last-Updated: 2016-02-01
+Forwarded: yes
 ---
  snd.1 |    4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/patches/reproducible.diff b/debian/patches/reproducible.diff
index 9dcbd46..eee5276 100644
--- a/debian/patches/reproducible.diff
+++ b/debian/patches/reproducible.diff
@@ -7,7 +7,8 @@ Description: Do not show the build date, as it makes the build un-reproducible
  .
  see https://wiki.debian.org/ReproducibleBuilds
 Author: IOhannes m zmölnig
-Last-Updated: 2016-01-27
+Last-Updated: 2016-02-01
+Forwarded: yes
 
 --- snd.orig/snd-help.c
 +++ snd/snd-help.c
diff --git a/debian/patches/support-kfreebsd-hurd.diff b/debian/patches/support-kfreebsd-hurd.diff
index 60db824..3286759 100644
--- a/debian/patches/support-kfreebsd-hurd.diff
+++ b/debian/patches/support-kfreebsd-hurd.diff
@@ -4,16 +4,15 @@ Description: support for kFreeBSD and the Hurd
  this patch allows building of 'snd' on such systems.
 Origin: Debian
 Bug: http://bugs.debian.org/566779
-Last-Updated: 2016-01-27
+Last-Updated: 2016-02-01
+Forwarded: yes
 ---
  configure.ac |   30 ++++++++++++++++++++++++++++++
  1 file changed, 30 insertions(+)
 
-Index: snd/configure.ac
-===================================================================
 --- snd.orig/configure.ac
 +++ snd/configure.ac
-@@ -657,6 +657,35 @@ case "$host" in
+@@ -657,6 +657,35 @@
      fi
      ;;
  

-- 
snd packaging



More information about the pkg-multimedia-commits mailing list