Re: Perl example scripts

2003-04-22 Thread Gunnar Wolf
> Hi, > > I may be speaking out of turn here (just a lurker), but recently I saw > on the RC bugs list a large number of RC bugs that were put against > several packages that were relying on files that came from > /usr/share/doc/ directories. > > Here is the URL to the bug in question > http://b

Re: Perl example scripts

2003-04-22 Thread Colin Watson
On Tue, Apr 22, 2003 at 12:12:31PM +1000, David Creelman wrote: > I may be speaking out of turn here (just a lurker), but recently I saw > on the RC bugs list a large number of RC bugs that were put against > several packages that were relying on files that came from > /usr/share/doc/ directories.

Re: Perl example scripts

2003-04-21 Thread Kenneth Pronovici
> I may be speaking out of turn here (just a lurker), but recently I saw > on the RC bugs list a large number of RC bugs that were put against > several packages that were relying on files that came from > /usr/share/doc/ directories. > > Here is the URL to the bug in question > http://bugs.debia

Re: Perl example scripts

2003-04-21 Thread David Creelman
Hi, I may be speaking out of turn here (just a lurker), but recently I saw on the RC bugs list a large number of RC bugs that were put against several packages that were relying on files that came from /usr/share/doc/ directories. Here is the URL to the bug in question http://bugs.debian.org/cgi

Re: Perl example scripts

2003-04-11 Thread Kenneth Pronovici
> No, I think you want /usr/share/doc//examples: > > greenwood$ find /usr/share/doc -name "examples" -type d -print | wc --lines > 190 > greenwood$ Yeah, you're right - typo on my part, sorry. My fingers are faster than my brain on Fridays. :-) KEN pgp4L7HShhgtk.pgp Description: PGP signa

Re: Perl example scripts

2003-04-11 Thread Britton
No, I think you want /usr/share/doc//examples: greenwood$ find /usr/share/doc -name "examples" -type d -print | wc --lines 190 greenwood$ Britton Kerin __ GNU GPL: "The Source will be with you... always." On Fri, 11 Apr 2003, Kenneth Pronovici wrote: > > I am packaging the Net::NBName modu

Re: Perl example scripts

2003-04-11 Thread Kenneth Pronovici
> I am packaging the Net::NBName module from CPAN. This module contains > some example scripts which are installed using the 'EXE_FILES' option > to MakeMaker. Should I install these in /usr/bin, > /usr/share/doc/examples or not at all? (And if not /usr/bin, how > should I change their installat