~ubuntu-branches/ubuntu/oneiric/toonloop/oneiric

« back to all changes in this revision

Viewing changes to debian/patches/0002-help2man.patch

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2011-05-05 11:29:40 UTC
  • mfrom: (2.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20110505112940-xd11qcg983eklwgb
Tags: 2.0.6-2
* Team upload.
* Import patches from Ubuntu:
  - Add debian/patches/0001-clutter_gst_1.0.patch to make this build with
    new libclutter.
  - debian/rules:
    + Tune CPPFLAGS to fix FTBFS with new libboost (Closes: #625056).
  - debian/control.in:
    + s/libclutter-gst-0.10-dev/libclutter-gst-dev/ in Build-Depends.
* debian/patches/0002-help2man.patch:
  - Call help2man with --no-discard-stderr to avoid build failures.
* Bump Standards.
* Re-generate debian/control.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Call help2man with --no-discard-stderr to avoid build failures.
 
2
Author: Alessio Treglia <alessio@debian.org>
 
3
Forwarded: no
 
4
---
 
5
 man/Makefile.am |    2 +-
 
6
 man/Makefile.in |    2 +-
 
7
 2 files changed, 2 insertions(+), 2 deletions(-)
 
8
 
 
9
--- toonloop.orig/man/Makefile.am
 
10
+++ toonloop/man/Makefile.am
 
11
@@ -9,4 +9,4 @@ common_mandeps = $(top_srcdir)/configure
 
12
 # binary when any source file changes, only the main one.
 
13
 # Use -o so that the `missing' program can infer the output file.
 
14
 toonloop.1: $(top_srcdir)/src/application.cpp $(common_mandeps) $(top_srcdir)/man/man-toonloop.txt
 
15
-       $(HELP2MAN) --include=man-toonloop.txt --name="The Toonloop Live Animation Performance Tool" --no-info $(top_builddir)/src/toonloop -o $@
 
16
+       $(HELP2MAN) --include=man-toonloop.txt --name="The Toonloop Live Animation Performance Tool" --no-info --no-discard-stderr $(top_builddir)/src/toonloop -o $@
 
17
--- toonloop.orig/man/Makefile.in
 
18
+++ toonloop/man/Makefile.in
 
19
@@ -480,7 +480,7 @@ uninstall-man: uninstall-man1
 
20
 # binary when any source file changes, only the main one.
 
21
 # Use -o so that the `missing' program can infer the output file.
 
22
 toonloop.1: $(top_srcdir)/src/application.cpp $(common_mandeps) $(top_srcdir)/man/man-toonloop.txt
 
23
-       $(HELP2MAN) --include=man-toonloop.txt --name="The Toonloop Live Animation Performance Tool" --no-info $(top_builddir)/src/toonloop -o $@
 
24
+       $(HELP2MAN) --include=man-toonloop.txt --name="The Toonloop Live Animation Performance Tool" --no-info --no-discard-stderr $(top_builddir)/src/toonloop -o $@
 
25
 
 
26
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 
27
 # Otherwise a system limit (for SysV at least) may be exceeded.