Package: gnustep-base Severity: important
There seem to be a small error in the debian/rules file: dpkg-source: extracting gnustep-base in gnustep-base-1.10.3 dpkg-buildpackage: source package is gnustep-base dpkg-buildpackage: source version is 1.10.3-1 dpkg-buildpackage: host architecture is hurd-i386 /usr/bin/fakeroot-tcp debian/rules clean debian/rules:75: *** missing separator. Stop. The attached patch allows the package to build on hurd-i386. Cheers, Chris -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Architecture: hurd-i386 (i686-AT386) Shell: /bin/sh linked to /bin/bash Kernel: GNU 0.3 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
--- gnustep-base-1.10.3.orig/debian/rules 2005-05-14 12:37:16.000000000 +0200 +++ gnustep-base-1.10.3/debian/rules 2005-05-14 01:53:33.000000000 +0200 @@ -72,7 +72,7 @@ else FFI_DEVPKG = libffcall1-dev else FFI_LIB = unsupported - error "unsupported architecture" + error = "unsupported architecture" endif endif # -----------------------------------------------------------------------------