[pkg-kolab] Semantical error in libkolab-perl's debian/rules

Sebastian Harl sh at tokkee.org
Sun May 28 17:20:30 UTC 2006


Hi there,

I build a libkolab-perl Backport a couple of days ago and realized the
following error in debian/rules: All calls to install(1) in the "install"
target failed.

 install -D -m 644 Kolab/blib/lib/Kolab.pm \
     debian/libkolab-perl/usr/share/perl5/

According to the install(1) manpage the -D option "creates all leading
components of DEST except the last", thus this command does not creating the
perl5 directory and the install call failed with ENOENT.

Appending the name of the pm-file to the path fixed the problem for me:

 install -D -m 644 Kolab/blib/lib/Kolab.pm \
     debian/libkolab-perl/usr/share/perl5/Kolab.pm

Cheers,
Sebastian
-- 
Sebastian "tokkee" Harl
GnuPG-ID: 0x8501C7FC
http://tokkee.org/

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.alioth.debian.org/pipermail/pkg-kolab-devel/attachments/20060528/3659fe72/attachment.pgp


More information about the pkg-kolab-devel mailing list