Your message dated Sun, 30 Nov 2008 18:34:49 +1100
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#506795: wajig: Wajig auto-install ignors "noauth"
option
has caused the Debian Bug report #506795,
regarding wajig: Wajig auto-install ignors "noauth" option
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
506795: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506795
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: wajig
Version: 2.0.38
Severity: normal
Tags: patch
Here's the fix. Not sure which version to patch against, so I'll just
include some context (the fix is on line 3).
elif command == "autoinstall":
if requires_args(command, args, "a list of package names"):
command = "apt-get install --assume-yes " + noauth + " " +\
perform.concat(args[1:])
perform.execute(command, root=1
-- System Information:
Debian Release: lenny/sid
APT prefers intrepid-updates
APT policy: (500, 'intrepid-updates'), (500, 'intrepid-security'), (500,
'intrepid')
Architecture: i386 (i686)
Kernel: Linux 2.6.27-7-generic (SMP w/2 CPU cores)
Locale: LANG=en_ZA.UTF-8, LC_CTYPE=en_ZA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages wajig depends on:
ii apt 0.7.14ubuntu6 Advanced front-end for dpkg
ii dselect 1.14.20ubuntu6 Debian package management
front-en
ii python 2.5.2-1ubuntu1 An interactive high-level
object-o
ii python-apt 0.7.7.1ubuntu4 Python interface to libapt-pkg
ii python-central 0.6.7ubuntu1 register and build utility for
Pyt
wajig recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Fixed in 2.0.40.
Received Tue 25 Nov 2008 8:04am +1100 from Leslie Viljoen:
> Package: wajig
> Version: 2.0.38
> Severity: normal
> Tags: patch
>
>
> Here's the fix. Not sure which version to patch against, so I'll just
> include some context (the fix is on line 3).
>
> elif command == "autoinstall":
> if requires_args(command, args, "a list of package names"):
> command = "apt-get install --assume-yes " + noauth + " " +\
> perform.concat(args[1:])
> perform.execute(command, root=1
>
>
> -- System Information:
> Debian Release: lenny/sid
> APT prefers intrepid-updates
> APT policy: (500, 'intrepid-updates'), (500, 'intrepid-security'), (500,
> 'intrepid')
> Architecture: i386 (i686)
>
> Kernel: Linux 2.6.27-7-generic (SMP w/2 CPU cores)
> Locale: LANG=en_ZA.UTF-8, LC_CTYPE=en_ZA.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
>
> Versions of packages wajig depends on:
> ii apt 0.7.14ubuntu6 Advanced front-end for dpkg
> ii dselect 1.14.20ubuntu6 Debian package management
> front-en
> ii python 2.5.2-1ubuntu1 An interactive high-level
> object-o
> ii python-apt 0.7.7.1ubuntu4 Python interface to libapt-pkg
> ii python-central 0.6.7ubuntu1 register and build utility for
> Pyt
>
> wajig recommends no packages.
>
> -- no debconf information
--- End Message ---