Bug#457407: corrections

2007-12-23 Thread Andrew Garner

Roberto C. Sánchez wrote:
So, should the bug be closed?  
No, the bug report is against the debian package.   It was specifically 
encountered in the mailping 0.0.4-1 package from lenny, but also appears 
to affects etch (0.0.4-0.1) package as well.I've attached a patch 
that seems to address the problem.
diff -Nur mailping-0.0.4/MailPing/maildir.py 
mailping-0.0.4.new/MailPing/maildir.py
--- mailping-0.0.4/MailPing/maildir.py  2004-04-16 12:26:25.0 -0500
+++ mailping-0.0.4.new/MailPing/maildir.py  2007-12-21 23:56:12.0 
-0600
@@ -1,4 +1,4 @@
-import os, errno, time, socket
+import os, errno, time, socket, string
 
 def _mkdir(*a, **kw):
 try:
@@ -64,7 +64,7 @@
 except ValueError:
 pass
 else:
-return float(seconds + microseconds * 1e-6)
+return string.atof(%s.%s % (seconds, microseconds))
 
 return int(seconds)
 


Bug#457407: corrections

2007-12-22 Thread Roberto C . Sánchez
On Sat, Dec 22, 2007 at 12:51:34AM -0600, Andrew Garner wrote:
 This was tested against 0.0.4-1 from lenny (installed on etch), although 
 I had an internal testing package derived from this package installed 
 when I filed the original bug report.   I apologize for the confusion, 
 this was my first bug report.
 
So, should the bug be closed?  If so, then send a message to
[EMAIL PROTECTED] (where nn is the bug number that was
assigned).

Regards,

-Roberto

-- 
Roberto C. Sánchez
http://people.connexer.com/~roberto
http://www.connexer.com


signature.asc
Description: Digital signature


Bug#457407: corrections

2007-12-21 Thread Andrew Garner
This was tested against 0.0.4-1 from lenny (installed on etch), although 
I had an internal testing package derived from this package installed 
when I filed the original bug report.   I apologize for the confusion, 
this was my first bug report.




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