Your message dated Tue, 08 Sep 2009 01:09:11 +0200
with message-id <[email protected]>
and subject line done
has caused the Debian Bug report #395803,
regarding fernanda checks config for "frenanda"
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.)


-- 
395803: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=395803
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dak
Version: 1.0-8
Severity: minor
Tags: patch

Hi,

fernanda checks the options in F_re_nanda::Options. The attached trivial
patch fixes this. (Submitted as minor due to the lack of practical
impact given that the only potential entry in Fernanda::Options
currently is Help :)

The issue is also present in examine-package.py in the current bzr copy
of dak on ftp-master, as I'm assuming the typo meant it was overlooked
during James' Great Renaming[tm].

Regards,

Adam
--- dak-1.0/fernanda.py.orig	2006-10-27 20:45:13.000000000 +0100
+++ dak-1.0/fernanda.py	2006-10-27 20:45:31.000000000 +0100
@@ -396,7 +396,7 @@
 
     Arguments = [('h',"help","Fernanda::Options::Help")];
     for i in [ "help" ]:
-	if not Cnf.has_key("Frenanda::Options::%s" % (i)):
+	if not Cnf.has_key("Fernanda::Options::%s" % (i)):
 	    Cnf["Fernanda::Options::%s" % (i)] = "";
 
     args = apt_pkg.ParseCommandLine(Cnf,Arguments,sys.argv);

--- End Message ---
--- Begin Message ---
the name change should have taken care of this bug
-- 
bye, Joerg
<doogie_> linux takes shit and turns it into something useful.
<doogie_> windows takes something useful and turns it into shit


--- End Message ---

Reply via email to