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:

  1. Add my PPA sources in APT:
    $ 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
  2. Add my GPG signature to APT:
    $ wget 'http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0x2 +DDC42192DF36811' -O- | sudo apt-key add -
  3. Update APT:
    $ sudo apt-get update
  4. Install Padre:
    $ 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 :)


In reply to Re: Padre released (for Ubuntu) by alexm
in thread Padre released by szabgab

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.