opl-perl => wtf? well, it should stand for opt perl perl
The goal is to have Perl+modules from Squeeze (Debian/testing)
available in Lenny (Debian/stable) whithout touching the
system
Ingredients:
Procedure:
gpg --recv-key F80BD927
gpg --fingerprint --list-key F80BD927
# check
# pub 1024D/F80BD927 2008-09-02 [expires: 2018-08-31]
# Key fingerprint = 9F84 0B8D 193E 2052 9343 A470 0B43 A050 F80B D927
gpg --armor --export F80BD927 | sudo apt-key add -
cat >>
deb http://bratislava.pm.org/debrepo/opl-perl/ unstable/
deb-src http://bratislava.pm.org/debrepo/opl-perl/ unstable/
# needed only when packaging
#deb http://bratislava.pm.org/debrepo/opl-pkg/ unstable/
#deb-src http://bratislava.pm.org/debrepo/opl-pkg/ unstable/
__END__
sudo apt-get update
apt-cache search opl- | perl -lane 'print $F[0]' | xargs sudo apt-get install -f
Comments:
Did I say it's experiment? Or a proof that it's possible and a playground.
I was considering a mass backport (Score:1)
Recently being pissed off with the out of date Moose in Lenny, I was considering getting a Mini-CPAN and just seeing how many packages I could blindly build with dh-make-perl. Insane?
Re: (Score:1)
Re: (Score:1)
Re: (Score:1)