Re: App for creating .deb files from perl Modules

1999-10-12 Thread David Coe
John Foster <[EMAIL PROTECTED]> writes: > [...] unless there is some way to > make dselect & apt recognize that the required packages are installed, > though not where debian expects them. [...] Take a look at the debian package equivs -- it was made for that; you must be careful with the depen

Re: App for creating .deb files from perl Modules

1999-10-12 Thread John Foster
> > If the perl module is from CPAN, you can just about take the debian > directory from any debianized CPAN perl module and make it work with a > minimum of changes. > > libnet-telnet-perl is the one i used when i did this. YMMV. H

Re: App for creating .deb files from perl Modules

1999-10-12 Thread Brad
-BEGIN PGP SIGNED MESSAGE- On Tue, 12 Oct 1999, John Foster wrote: > I am seeking an application for creating .deb files from perl modules. > Does any one know of something like this? I need something on the order > of Alien. Thanks! If the perl module is from CPAN, you can just about ta