[SCM] toonloop/master: debian/patches/0002-help2man.patch

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu May 5 09:04:00 UTC 2011


The following commit has been merged in the master branch:
commit b9498183ee99876f870f7a559b771a428bed220f
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu May 5 11:03:39 2011 +0200

    debian/patches/0002-help2man.patch
    
    Call help2man with --no-discard-stderr to avoid build failures.

diff --git a/debian/patches/0002-help2man.patch b/debian/patches/0002-help2man.patch
new file mode 100644
index 0000000..e7748ae
--- /dev/null
+++ b/debian/patches/0002-help2man.patch
@@ -0,0 +1,27 @@
+Description: Call help2man with --no-discard-stderr to avoid build failures.
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: no
+---
+ man/Makefile.am |    2 +-
+ man/Makefile.in |    2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+--- toonloop.orig/man/Makefile.am
++++ toonloop/man/Makefile.am
+@@ -9,4 +9,4 @@ common_mandeps = $(top_srcdir)/configure
+ # binary when any source file changes, only the main one.
+ # Use -o so that the `missing' program can infer the output file.
+ toonloop.1: $(top_srcdir)/src/application.cpp $(common_mandeps) $(top_srcdir)/man/man-toonloop.txt
+-	$(HELP2MAN) --include=man-toonloop.txt --name="The Toonloop Live Animation Performance Tool" --no-info $(top_builddir)/src/toonloop -o $@
++	$(HELP2MAN) --include=man-toonloop.txt --name="The Toonloop Live Animation Performance Tool" --no-info --no-discard-stderr $(top_builddir)/src/toonloop -o $@
+--- toonloop.orig/man/Makefile.in
++++ toonloop/man/Makefile.in
+@@ -480,7 +480,7 @@ uninstall-man: uninstall-man1
+ # binary when any source file changes, only the main one.
+ # Use -o so that the `missing' program can infer the output file.
+ toonloop.1: $(top_srcdir)/src/application.cpp $(common_mandeps) $(top_srcdir)/man/man-toonloop.txt
+-	$(HELP2MAN) --include=man-toonloop.txt --name="The Toonloop Live Animation Performance Tool" --no-info $(top_builddir)/src/toonloop -o $@
++	$(HELP2MAN) --include=man-toonloop.txt --name="The Toonloop Live Animation Performance Tool" --no-info --no-discard-stderr $(top_builddir)/src/toonloop -o $@
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
diff --git a/debian/patches/series b/debian/patches/series
index 40432b5..0ab992d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-clutter_gst_1.0.patch
+0002-help2man.patch

-- 
toonloop packaging



More information about the pkg-multimedia-commits mailing list