On Friday 31 Oct 2003 17:07, Brendan O'Dea wrote: > On Thu, Oct 30, 2003 at 03:43:29PM +0530, Amit Shah wrote: > >E: libogg-vorbis-header-perl; Architecture-dependant file in /usr/share. > >W: libogg-vorbis-header-perl; Architecture-depedant package installs > > into /usr/share/perl5. W: libogg-vorbis-header-perl; > > Architecture-depedant package installs into /usr/share/perl5. W: > > libogg-vorbis-header-perl; Architecture-depedant package installs into > > /usr/share/perl5. > > Linda is correct. Arch-specific files such as: > > /usr/share/perl5/auto/Ogg/Vorbis/Header/Header.so > > must not be under /usr/share. > > >Should I repackage this in some other way? > > Yes, change the install line in debian/rules from > > $(MAKE) install PREFIX=$(TMP)/usr > INSTALLVENDORARCH=$(TMP)/usr/share/perl5 > > to just > > $(MAKE) install PREFIX=$(TMP)/usr
That introduces the foll. lintian warning: W: libogg-vorbis-header-perl: package-installs-nonbinary-perl-in-usr-lib-perl5 usr/lib/perl5/Ogg/Vorbis/Header.pm which I tried to solve using the INSTALLVENDORARCH= prefix. How do I tackle this? -- Amit Shah http://amitshah.nav.to/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

