Bug#650522:

2012-11-30 Thread Martin Gallant
This bus is still present in wheezy. -- Marty -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#650522: backuppc: Patch

2012-11-01 Thread Jan Voelkers
Package: backuppc Followup-For: Bug #650522 I am not a programmer and have no patchwritingexperience The solution: /usr/share/backuppc/lib/BackupPC/Lib.pm 1413c1413 foreach my $param (qw(BackupFilesOnly BackupFilesExclude)) { --- foreach my $param qw(BackupFilesOnly

Bug#650522: backuppc: Use of qw(...) as parentheses is deprecated

2012-01-03 Thread Steve Allison
The warnings can be suppressed by adding no warnings 'deprecated'; to the beginning on each file that has the qw(...) code. This change can be scripted by running: grep -ril 'qw(' /usr/share/backuppc/lib/BackupPC/|while read file; do sed -i 1i no warnings 'deprecated'; $file; done --

Bug#650522:

2011-12-03 Thread Martin Gallant
Worked around this issue by inserting round parentheses around the qw(...) stansas at the locations in the above report. SMB failures turned out to be a configuration issue on my system, so downgrading bug to NORMAL. Thank you for maintaining this package -- To UNSUBSCRIBE, email to

Bug#650522: backuppc: Use of qw(...) as parentheses is deprecated

2011-11-30 Thread Martin Gallant
Package: backuppc Version: 3.2.1-2 Severity: important I get these errors whenever running tarCreate/tarExtract I think these started happening about 2 weeks ago after a perl upgrade tarExtract: Use of qw(...) as parentheses is deprecated at /usr/share/backuppc/lib/BackupPC/Storage/Text.pm line

Bug#650522:

2011-11-30 Thread Martin Gallant
Marked this bus as important as this is currently blocking full backup of my hosts via SMB. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org