Package: amsn
Version: 0.97~rc1+dfsg1-4
Severity: serious

Hi Muammar,

On buildds that use sudo instead of fakeroot, amsn is failing to build with
the following error:

[...]
dh_link
dh_link: link destination debian/amsn/usr/share/amsn/utils/tcl_siren/src is a 
directory
make: *** [binary-arch] Error 1
[...]

A full build log can be found at
<http://buildd.debian.org/fetch.cgi?pkg=amsn&arch=alpha&ver=0.97%7Erc1%2Bdfsg1-4&stamp=1185504764>.

There are two problems that I see in debian/rules.  First, this line has a
typo:

mv $(CURDIR/)debian/amsn/usr/share/amsn/utils/tcl_siren 
$(CURDIR)/debian/amsn/usr/lib/amsn/utils

Second, you are using $(DEB_HOST_ARCH_OS) without ever defining it.  The
latter is probably the cause of the failure under sudo.  Please define
DEB_HOST_ARCH_OS in your makefile before using it, just as you do for
DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE.

Cheers,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
[EMAIL PROTECTED]                                   http://www.debian.org/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to