deb.perl.it - bridging CPAN and Debian → step2

To make the Debian-Perl module look-up more useful, there are now install instructions included. That means that all non-packaged CPAN dependencies and also all packaged ones are listed and it's clear what can be installed from packages and what needs to be installed from CPAN. Here's an example for App::TimeTracker:

sudo apt-get install libexception-class-perl libclass-accessor-perl libmoosex-role-parameterized-perl libjson-perl libnamespace-autoclean-perl libtry-tiny-perl libtest-trap-perl libtest-most-perl libtest-file-perl librt-client-rest-perl libpath-class-perl libmoosex-types-path-class-perl libmoosex-storage-perl libmoosex-getopt-perl libmoose-perl libmodule-build-perl libtest-mock-lwp-perl libjson-xs-perl libio-capture-perl libhash-merge-perl libgit-repository-perl libfile-homedir-perl libfile-find-rule-perl r-base-core-ra perl-modules libdigest-sha1-perl libdatetime-format-iso8601-perl libdatetime-format-duration-perl libdatetime-perl perl perl-base

sudo cpan -i Iterator Path::Class::Iterator MooseX::Storage::Format::JSONpm App::TimeTracker

deb-perl-it-install-example.png

Just a note that this works fine for Debian stable+testing+unstable. Which is not so common. Most installations will be stable or testing+unstable. Once Debian Wheeze (7.0) will become stable (hopefully soon) I'll split that search to two - one for Debian stable and one for Debian testing+unstable.

(cross-posted)

6 Comments

Nice work! And I like the example :-)

My module does have dependencies but unlike in your given example, the install instructions don't suggest any "apt-get install" but only the cpan command:

http://deb.perl.it/debian/cpan-deb/#q=EBook%3A%3AMOBI

But (for example) File::Temp should be installed by apt in this case I would think. It is available as .deb "libfile-temp-perl" in the specified version.

If there is one... where is the bug?

( for any case, my repo is here: https://github.com/borisdaeppen/EBook--MOBI )

File::Temp is in core, so unless you need a more recent version perl-core will satisfy that dependency.

Leave a comment

About Jozef

user-pic I'll cross-post here Perl related entries from my private blog.