in reply to Is there a perl module available for ar archives / debian packages

apt-get install dh-make-perl # download, build, install dh-make-perl --build --install --cpan DBIx::Simple # just build tar -zvxf Some-Module-1.00.tar.gz dh-make-perl --build Some-Module-1.00 # install built package dpkg -i some-module-perl_1.00-1_all.deb

- Yes, I reinvent wheels.
- Spam: Visit eurotraQ.

  • Comment on Re: Is there a perl module available for ar archives / debian packages
  • Download Code

Replies are listed 'Best First'.
Re: Re: Is there a perl module available for ar archives / debian packages
by JayBonci (Curate) on Jun 02, 2002 at 01:40 UTC
    Thanks for the reply. While dh-make-perl is a very cool utility and part of the debhelper family, it'd be cool to have a module that does do ar archives, and doesn't depend on debhelper (which in turn depends on ar).

    I've been playing with that and it's a very clean little utility. Still any ideas about ar? Thanks.

        --jb