[SCM] snd/master: added long descriptions to patches

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Wed Jan 27 11:07:04 UTC 2016


The following commit has been merged in the master branch:
commit 9c71f59751d148b883b5b536eef47e896f80a74e
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Wed Jan 27 11:23:54 2016 +0100

    added long descriptions to patches

diff --git a/debian/patches/fix-typos.diff b/debian/patches/fix-typos.diff
index 0b198bc..3f2803a 100644
--- a/debian/patches/fix-typos.diff
+++ b/debian/patches/fix-typos.diff
@@ -1,5 +1,12 @@
 Description: fixing typos
+ homogenous -> homogeneous
+ [frequency] reponse -> [frequency] response
+ .
+ to make this patch minimal, only fix typos that are publically
+ 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
 ---
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 --- snd.orig/lint.scm
diff --git a/debian/patches/hardening.diff b/debian/patches/hardening.diff
index b8ac8d1..c0c361b 100644
--- a/debian/patches/hardening.diff
+++ b/debian/patches/hardening.diff
@@ -1,6 +1,8 @@
 Author: Andreas Beckmann <anbe at debian.org>
-Description: honor CPPFLAGS which contain hardening flags
-
+Description: honor CPPFLAGS
+ On Debian, we pass certain build-flags for hardening, among them the standard
+ preprocessor flags CPPFLAGS.
+Last-Updated: 2016-01-27
 --- 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 0aaeee5..1cfec4c 100644
--- a/debian/patches/jack-kfreebsd-hurd.diff
+++ b/debian/patches/jack-kfreebsd-hurd.diff
@@ -1,5 +1,9 @@
 Description: fix the HAVE_JACK_ON_LINUX macro for kFreeBSD & GNU/Hurd
+ On Debian we also have systems that run alternative kernels (FreeBSD and 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
 ---
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 Index: snd/audio.c
diff --git a/debian/patches/manpage_warnings.diff b/debian/patches/manpage_warnings.diff
index ddaa2c6..e57a027 100644
--- a/debian/patches/manpage_warnings.diff
+++ b/debian/patches/manpage_warnings.diff
@@ -1,5 +1,7 @@
 Description: Fix manpages errors/warnings.
+ minor typos in groff...
 Author: Alessio Treglia <quadrispro at ubuntu.com>
+Last-Updated: 2016-01-27
 ---
  snd.1 |    4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/patches/reproducible.diff b/debian/patches/reproducible.diff
index 5f595a5..a351954 100644
--- a/debian/patches/reproducible.diff
+++ b/debian/patches/reproducible.diff
@@ -1,5 +1,13 @@
-From: Santiago Vila <sanvila at debian.org>
-Subject: Do not show the build date, as it makes the build not to be reproducible
+Description: Do not show the build date, as it makes the build un-reproducible
+ a reproducible build generates exactly the same binary (provided that all used
+ tools/libs/... are identical) when bulid multiple times (potentially on
+ multiple machines). embedding the build-date defeats this.
+ so if the REPRODUCIBLE_BUILD define is set, this skips the embedding of
+ __DATE__.
+ .
+ see https://wiki.debian.org/ReproducibleBuilds
+Author: IOhannes m zmölnig
+Last-Updated: 2016-01-27
 
 --- snd.orig/snd-help.c
 +++ snd/snd-help.c
@@ -8,7 +16,7 @@ Subject: Do not show the build date, as it makes the build not to be reproducibl
  	      ", mpc: ",  mpc_get_version(),
  #endif
 -#ifdef __DATE__
-+#if 0
++#if (defined(__DATE__) && (!(defined(REPRODUCIBLE_BUILD))
  	  "\n    Compiled ", __DATE__, " ", __TIME__,
  #endif
  #ifdef __VERSION__
diff --git a/debian/patches/support-kfreebsd-hurd.diff b/debian/patches/support-kfreebsd-hurd.diff
index c7a4743..60db824 100644
--- a/debian/patches/support-kfreebsd-hurd.diff
+++ b/debian/patches/support-kfreebsd-hurd.diff
@@ -1,6 +1,10 @@
 Description: support for kFreeBSD and the Hurd
+ On Debian we not only have system with the "linux" kernel, but also with
+ alternative kernels (freebsd, hurd), but with the ~same userland tools.
+ this patch allows building of 'snd' on such systems.
 Origin: Debian
 Bug: http://bugs.debian.org/566779
+Last-Updated: 2016-01-27
 ---
  configure.ac |   30 ++++++++++++++++++++++++++++++
  1 file changed, 30 insertions(+)

-- 
snd packaging



More information about the pkg-multimedia-commits mailing list