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

Re: lintian .packlist warning and debian/rules modification



Thanks Russ!


On Sep 9, 2007, at 10:27 PM, Russ Allbery wrote:

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.

I had that in my debian/rules file, but for me it was not working. I am not sure why. I still received lintian warnings and then changed that line above to this:

$(PERL) Makefile.PL INSTALLDIRS=vendor MAN3EXT=3 INSTALLARCHLIB=vendor

and all the lintian warnings stopped. (As you can see I also had other lintian warnings as well.)

	Jeremiah




Reply to: