Package: quilt
Version: 0.45-6
Severity: minor
Tags: patch

Hi,

the quilt.1 man page has a debug output line from make directly below
the heading QUILT COMMANDS REFERENCE. The attached patch fixes this
by not redirecting the stderr output to the man page on generation.

regards,
  Bastian


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-treasure8
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages quilt depends on:
ii  bzip2                     1.0.3-6        high-quality block-sorting file co
ii  diffstat                  1.43-2         produces graph of changes introduc
ii  gawk                      1:3.1.5.dfsg-4 GNU awk, a pattern scanning and pr
ii  gettext                   0.16.1-1       GNU Internationalization utilities
ii  patch                     2.5.9-4        Apply a diff file to an original

quilt recommends no packages.

-- no debconf information
--- Makefile.in.orig    2006-12-08 10:13:11.086550500 +0100
+++ Makefile.in 2006-12-08 10:13:23.862608244 +0100
@@ -192,7 +192,7 @@
            echo "$$line"                                               \
            ;;                                                          \
          esac;                                                         \
-       done < $< 2>&1 > $@
+       done < $< > $@
 
 .PHONY :: reference
 reference : $(QUILT:%=quilt/%) quilt/scripts/patchfns compat

Reply via email to