Package: quilt
Version: 0.45-6
Followup-For: Bug #402114

Hi,

I noticed the same debug output in the README file. Attached is an
improved patch that fixes both files.

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:18:12.589715052 +0100
+++ Makefile.in 2006-12-08 10:18:49.167154436 +0100
@@ -188,7 +188,7 @@
                        echo $$line                                     \
                        ;;                                              \
                esac ;                                                  \
-       done 2>&1 < $< > $@
+       done < $< > $@
 
 doc/quilt.1: doc/quilt.1.in $(QUILT:%=quilt/%) $(COMPAT)
        @echo "quilt.1.in -> quilt.1"
@@ -204,7 +204,7 @@
            echo "$$line"                                               \
            ;;                                                          \
          esac;                                                         \
-       done < $< 2>&1 > $@
+       done < $< > $@
 
 .PHONY :: reference
 reference : $(QUILT:%=quilt/%) quilt/scripts/patchfns compat

Reply via email to