Comment 8 for bug 1077105

Revision history for this message
Jörg Hänsel (joerg-haensel) wrote :

now it's already July and there are still no updated packages for 12.04 LTS.

The upstream tar archive of the 3.3.1 version (pool/universe/a/amanda/amanda_3.3.1.orig.tar.gz) already contains patched pm-files:

test@test:~/temp/test$ diff amanda-3.3.1/perl/Amanda/Recovery/Planner.pm /usr/lib/amanda/perl/Amanda/Recovery/Planner.pm
231c231
< for my $rq_param (qw(changer plan_cb dumpspecs)) {
---
> for my $rq_param qw(changer plan_cb dumpspecs) {
342c342
< for my $rq_param (qw(holding_file plan_cb)) {
---
> for my $rq_param qw(holding_file plan_cb) {
393c393
< for my $rq_param (qw(filelist plan_cb)) {
---
> for my $rq_param qw(filelist plan_cb) {
test@test:~/temp/test$ diff amanda-3.3.1/perl/Amanda/Recovery/Clerk.pm /usr/lib/amanda/perl/Amanda/Recovery/Clerk.pm
72c72
< This package is the counterpart to L<Amanda::Taper::Scribe>, and handles
---
> This package is the counterpart to L<Amanda::Recovery::Scribe>, and handles
231c231
< for my $rq_param (qw(dump xfer_src_cb)) {
---
> for my $rq_param qw(dump xfer_src_cb) {
265c265
< for my $rq_param (qw(xfer recovery_cb)) {
---
> for my $rq_param qw(xfer recovery_cb) {

Why don't you just use them as patches in the 3.3.0 in 12.04 LTS?