Package: fig2sty
Version: 1:0.1-6
Severity: serious
From my pbuilder build log:
...
# Add here commands to install the package into debian/fig2sty.
install --mode=644 XFig.pm
/tmp/buildd/fig2sty-0.1/debian/fig2sty/usr/share/perl5
install --mode=644 figtosty.sty
/tmp/buildd/fig2sty-0.1/debian/fig2sty/usr/share/texmf/tex/latex/fig2sty
pod2man fig2sty > fig2sty.man
pod2man --section=3pm XFig.pm > XFig.man
perl -ne 'BEGIN {$found = 0} \
if ($found) { \
print; \
} \
elsif (m{^#!\s*[^\s]+\s+(.*)$}) { \
print "#! /usr/bin/perl $1\n"; \
$found = 1; \
}' < fig2sty > fig2sty-fixed
syntax error at -e line 2, near "if"
syntax error at -e line 5, near "elsif"
syntax error at -e line 8, near "}"
Execution of -e aborted due to compilation errors.
make: *** [install] Error 255
--
Daniel Schepler