Package: quilt
Version: 0.42-1
Severity: normal
Tags: patch

Hi Martin,

Shadow is using quilt.debbuild.mk, and does not build anymore (probably
since I upgraded the make or bash package). The error message is:
XXXXXXXXXXX Download the tarball
/bin/sh: -c: line 11: syntax error: unexpected end of file
make: *** [shadow-4.0.14.tar.gz] Erreur 2

This patch fixes it.

There may be another missing semi-colon (but I can't trigger any issue) on
line 169.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-1-k7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages quilt depends on:
ii  bzip2                         1.0.2-11   high-quality block-sorting file co
ii  diffstat                      1.41-1     produces graph of changes introduc
ii  gawk                          1:3.1.5-1  GNU awk, a pattern scanning and pr
ii  gettext                       0.14.5-2   GNU Internationalization utilities
ii  libc6                         2.3.5-8.1  GNU C Library: Shared libraries an
ii  patch                         2.5.9-2    Apply a diff file to an original

quilt recommends no packages.

-- no debconf information

Kind Regards,
-- 
Nekral
diff -rauN ../orig/quilt-0.42/debian/quilt.debbuild.mk 
./quilt-0.42/debian/quilt.debbuild.mk
--- ../orig/quilt-0.42/debian/quilt.debbuild.mk 2005-08-09 22:00:41.000000000 
+0200
+++ ./quilt-0.42/debian/quilt.debbuild.mk       2005-12-18 15:54:58.000000000 
+0100
@@ -123,7 +123,7 @@
            exit 1;\
          else \
            wget -nd $(SITE)/$(UP_TAR);\
-         fi\
+         fi;\
        fi
        
 stamp-debdir: FORCE

Reply via email to