[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Debian-med-packaging] Bug#761134: [Help] strange 'missing-dependency-on-perlapi' lintian warning



Jakub Wilk <jwilk@debian.org> schrieb :

> * Andreas Tille <andreas@an3as.eu>, 2014-09-11, 22:31:
> >I would like to upload libsbml5 but despite the fact that 
> >${perl:Depends} is specified and dh calls dh_perl automatically this 
> >lintian error occures.  To enable easy inspection I have uploaded
> >the preliminary packages to
> >
> >   https://people.debian.org/~tille/packages/libsmbl5/
> 
> dh_perl can't find the Perl modules, because they were installed into 
> wrong directory:
> 
> $ dpkg -c libsbml5-perl_5.10.0+dfsg-1_amd64.deb | grep -E
> '[.](pm|so)$' -rw-r--r-- root/root  14460736 2014-09-11
> 13:31 ./usr/lib/perl5/site_perl/5.20.0/x86_64-linux-gnu-thread-multi/auto/libSBML/LibSBML.so
> -rw-r--r-- root/root   2688864 2014-09-11
> 12:22 ./usr/lib/perl5/site_perl/5.20.0/x86_64-linux-gnu-thread-multi/LibSBML.pm
> 
> But the correct place to install arch-specific Perl modules is:
> 
> $ perl -MConfig -E'say $Config{vendorarch}'
> /usr/lib/x86_64-linux-gnu/perl5/5.20
> 
Thanks for the hint, I'll try to fix this soon.

Ivo


Reply to: