Package: webmagick
Version: 2.02-8
Severity: serious
From my pbuilder build log:
...
# Add here commands to install the package into debian/tmp.
webmagick_cv_rootpath=/tmp/buildd/webmagick-2.02/debian/webmagick/usr/share/doc/webmagick\
/usr/bin/make install
prefix=/tmp/buildd/webmagick-2.02/debian/webmagick/usr \
ICON_INSTALL_DIR=/tmp/buildd/webmagick-2.02/debian/webmagick/usr/share/doc/webmagick/icons/\
ETC_INSTALL_DIR=/tmp/buildd/webmagick-2.02/debian/webmagick/etc/
install: target
`ICON_INSTALL_DIR=/tmp/buildd/webmagick-2.02/debian/webmagick/usr/share/doc/webmagick/icons/ETC_INSTALL_DIR=/tmp/buildd/webmagick-2.02/debian/webmagick/etc/'
is not a directory: No such file or directory
make: *** [install] Error 1
Adding a spaces before the backslashes at the ends of the lines should fix
this.
--
Daniel Schepler