Package: pfstools
Severity: important
(unsure if this should be serious rather than important)
it seems like pfstools fails to build if your /bin/sh is dash rather
than bash.
The problem is in debian/rules:
rm debian/tmp/usr/share/man/man1/pfs{in,out}jpeghdr.1
{ and } are not meta-characters per POSIX; that's a bashism.
You can fix this by setting SHELL = /bin/bash in debian/rules or
change the pattern.
--
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]