Package: backup-manager
Version: 0.7.4-1
Severity: normal

When running backup-manager with ssh upload, the backup-manager-upload
fails with
  
  Undefined subroutine &main::basename

A simple ''use'' fixes this:

--- backup-manager-upload~      2006-08-08 16:09:12.553610589 +0200
+++ backup-manager-upload       2006-08-08 16:09:12.553610589 +0200
@@ -140,6 +140,7 @@
 use BackupManager::Logger;
 use POSIX qw(strftime);
 use File::Temp qw(tempfile);
+use File::Basename;

 use constant TRUE => 1;
 use constant FALSE => 0;


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-3-686-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages backup-manager depends on:
ii  debconf [debconf-2.0]     1.4.30.13      Debian configuration management sy
ii  gzip                      1.3.5-10sarge1 The GNU compression utility
ii  ucf                       1.17           Update Configuration File: preserv

-- debconf information excluded


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to