in reply to Padre released
I've been busy since last weekend trying to package Padre for Ubuntu Hardy, and here it is. The sources are available in Launchpad, too.
This is how you can set it up and install it:
$ sudo vi /etc/apt/sources.list $ tail -3 /etc/apt/sources.list # alexm deb http://ppa.launchpad.net/alex.muntada/ubuntu hardy main deb-src http://ppa.launchpad.net/alex.muntada/ubuntu hardy main
$ wget 'http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0x2 +DDC42192DF36811' -O- | sudo apt-key add -
$ sudo apt-get update
$ sudo apt-get install libpadre-perl
This is the first time I manage to build some Perl packages. I had been playing with dh-make-perl in the past, but didn't know much about Debian packaging (not that I know much more now, anyway), but this time I was more motivated. Next step is trying to get them in Debian, so Ubuntu (and others) can make the modules officially part of next releases.
Update: added Ubuntu reference in title.
Update: fixed intall typo; thanks denny for noticing :)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Padre released (for Ubuntu)
by ysth (Canon) on Sep 17, 2008 at 20:27 UTC | |
by alexm (Chaplain) on Sep 17, 2008 at 21:51 UTC | |
by ysth (Canon) on Sep 18, 2008 at 08:00 UTC | |
by alexm (Chaplain) on Sep 18, 2008 at 09:50 UTC | |
Re: Padre released (for Ubuntu)
by denny (Novice) on Nov 07, 2008 at 16:35 UTC | |
Re^2: Padre released (for Ubuntu)
by szabgab (Priest) on Aug 13, 2008 at 21:16 UTC | |
by alexm (Chaplain) on Aug 13, 2008 at 21:55 UTC | |
Re^2: Padre released (for Ubuntu)
by saerguio (Initiate) on Aug 31, 2008 at 10:55 UTC |