> > All of these have not yet been packaged for Debian, and as I am not a > > regular Debian Developer, I cannot do it myself. Until some DD > > sponsors them, Debian packages can easily be built manually at least > > from the two CPAN packages written by me (Debian package control > > files are included). > > Even if you would need a sponsor, it seems that you could still create > these Debian packages, and make them publicly available. I for one, > would be thankful for your effort in doing so. :-)
Well, as I said, you can easily build Debian packages from my CPAN packages yourself. You need to install the packages dh-make-perl and libmodule-build-perl for building. Take ClamAV::Client, for example: $ dh-make-perl --cpan ClamAV::Client [...] The directory /home/julian/tmp/ClamAV-Client-0.11/debian is already present and I won't overwrite it: remove it yourself. $ ( cd ClamAV-Client-0.11/; dpkg-buildpackage -rfakeroot -tc -us -uc ) $ sudo dpkg -i libclamav-client-perl_0.11_all.deb -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

