[Debian GNUstep maintainers] Bug#309073: gnustep-base: FTBFS on hurd-i386 due to error in the debian/rules file
Christopher Bodenstein
Christopher Bodenstein <cb@physicman.net>, 309073@bugs.debian.org
Sat, 14 May 2005 13:03:56 +0200
This is a multi-part MIME message sent by reportbug.
--===============1091414466==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
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)
--===============1091414466==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="gnustep-base-1.10.3.hurd.diff"
--- 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
# -----------------------------------------------------------------------------
--===============1091414466==--