Package: smail
Version: 3.2.0.115-7
Severity: serious
Tags: patch
Hi,
building the package smail in a clean sid build environment
(with pbuilder) on i386 results in:
=========================================================================
[...]
rm -f debian/arch-test conf/EDITME
for f in `find . -name AUX-support -prune -false -o -name Makefile` ; do \
perl -i.dep~ -ne 'print || die $! \
if 1 .. /^# DO NOT REMOVE THIS LINE/' \
$f ; \
done
Backslash found where operator expected at -e line 1, near "$! \"
(Missing operator before \?)
syntax error at -e line 2, near "if"
Execution of -e aborted due to compilation errors.
Backslash found where operator expected at -e line 1, near "$! \"
(Missing operator before \?)
[...]
Execution of -e aborted due to compilation errors.
Backslash found where operator expected at -e line 1, near "$! \"
(Missing operator before \?)
syntax error at -e line 2, near "if"
Execution of -e aborted due to compilation errors.
Backslash found where operator expected at -e line 1, near "$! \"
(Missing operator before \?)
syntax error at -e line 2, near "if"
Execution of -e aborted due to compilation errors.
Backslash found where operator expected at -e line 1, near "$! \"
(Missing operator before \?)
syntax error at -e line 2, near "if"
Execution of -e aborted due to compilation errors.
Backslash found where operator expected at -e line 1, near "$! \"
(Missing operator before \?)
syntax error at -e line 2, near "if"
Execution of -e aborted due to compilation errors.
Backslash found where operator expected at -e line 1, near "$! \"
(Missing operator before \?)
syntax error at -e line 2, near "if"
Execution of -e aborted due to compilation errors.
Backslash found where operator expected at -e line 1, near "$! \"
(Missing operator before \?)
syntax error at -e line 2, near "if"
Execution of -e aborted due to compilation errors.
Backslash found where operator expected at -e line 1, near "$! \"
(Missing operator before \?)
syntax error at -e line 2, near "if"
Execution of -e aborted due to compilation errors.
make: *** [clean] Error 255
=========================================================================
This can be fixed by removing the above (escaped) linebreak in debian/rules
for the perl script.
Thanks for considering.
--
DARTS - Debian Archive Regression Test Suite
http://darts.alioth.debian.org/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]