What a good day.
Not only I've got a new laptop from the company, but I've found also an extremely useful tool to build a debian package from a perl module: dh-make-perl.
You just need to do 2 things:
- Run dh-make-perl on the untarred module directory (this creates the necessary debian dir and files).
- Inside the module directory, run debuild.
Very nice. Now I wonder why most of the CPAN and POE components don't come with a debian package...
Subscribe to:
Post Comments (Atom)
About ICE negotiation
Disclaimer: I wrote this article on March 2022 while working with Subspace, and the original link is here: https://subspace.com/resources/i...
-
Docker is an incredibly useful tool to build prototypes of Linux hosts and applications. You can easily build a network of servers inside...
-
On a previous post I shared my experiments with node.js as a WebSocket server. This is quite useful for people working on WebRTC prototyp...
-
I needed an efficient way to programmatically extract RTP streams from a network capture. In addition I wanted to: save each stream into a s...
For those who don't know how to get these commands to work, first do this:
ReplyDeletesudo apt install dh-make-perl
This is a wonderfully simple way to go about getting more Perl modules into Debian's aptitude system. Thanks for posting this.