Hey,
On Mon, 10 Jun 2019 23:08:02 +0530, Utkarsh Gupta wrote:
> > I removed "${perl:Depends}" because while building locally, it gave me a
> > warning that it is unused.
> Let me know if you want me to revert the deletion of "${perl-Depends}".
I think the warning is related to the issue we discussed on IRC
earlier (files ending up below $HOME [0]), so when building in a
chroot the warning about ${perl:Depends} should be gone, and in all
but very uncommon cases it's also needed for perl packages (it's used
be dh_perl(1) for runtime dependencies).
Cheers,
gregor
[0] if you're not using local::lib deliberately, I'd still check the
output of `printenv' to see if there are any PERL_* environment
variables set
Here are the PERL* env variables that I have:
PERL5LIB=/home/utkarsh2102/perl5/lib/perl5
PERL_LOCAL_LIB_ROOT=/home/utkarsh2102/perl5
PERL_MB_OPT=--install_base "/home/utkarsh2102/perl5"
PERL_MM_OPT=INSTALL_BASE=/home/utkarsh2102/perl5
Best,
Utkarsh