[Debian-med-packaging] Bug#761134: [Help] strange	'missing-dependency-on-perlapi' lintian warning
    Jakub Wilk 
    jwilk at debian.org
       
    Fri Sep 12 08:40:58 UTC 2014
    
    
  
* Andreas Tille <andreas at 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
-- 
Jakub Wilk
    
    
More information about the Debian-med-packaging
mailing list