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

Re: lintian .packlist warning and debian/rules modification



Jeremiah Foster <jeremiah@jeremiahfoster.com> writes:

> N:   Or by telling MakeMaker to use vendor install dirs; consult a recent
> N:   version of perl policy. Perl 5.6.0-12 or higher supports this.

This part is actually the best solution.  In your build rule, you want to
do something like:

        $(PERL) Makefile.PL INSTALLDIRS=vendor
        $(MAKE)

and then you won't have this problem.

-- 
Russ Allbery (rra@debian.org)               <http://www.eyrie.org/~eagle/>



Reply to: