mdupont has asked for the wisdom of the Perl Monks concerning the following question:

Dear Perlmonks,

I have been thinking about packaging,

What are the ways to create a debian package from an perlpackage?

Would it be:

MakeMakes make dist to create a tgz.

makerpm.pl http://www.perl.com/CPAN/modules/by-authors/id/JWIED/ to create an RPM from the tgz.

und alien um eine deb zu erstellen?

mike

Replies are listed 'Best First'.
Re: makedist makerpm and alient
by marcus (Scribe) on Nov 01, 2001 at 16:54 UTC
    Hey! :)
    Luckily there is a easier way to make deps of perl modules. dh-make-perl is a debian program which does the job for you, the proper way.
    Have fun

    http://packages.debian.org/unstable/devel/dh-make-perl.html

    qw[marcus]