Package: sbuild
Version: 0.56
Severity: normal

Ever since setting sbuild, I've been getting the following warning
for every package:

Use of uninitialized value in string eq at /usr/bin/sbuild line 2053.
Use of uninitialized value in string eq at /usr/bin/sbuild line 2058.
Use of uninitialized value in string eq at /usr/bin/sbuild line 2053.
Use of uninitialized value in string eq at /usr/bin/sbuild line 2058.

Which seem to be from:

sub write_jobs_file {

        if ($job eq $main::current_job and $main::binNMU_name) {

        print F ($job eq $main::current_job) ? "" : "  "


It appears for some reason, $main::current_job isn't set. I'm
not sure if this should be fixed with proper checks of
$main::current_job or by setting $main::current_job somewhere
(love globals..).

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20.4
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)



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

Reply via email to