Bug#578296: git-core: ValueError: too many values to unpack

2010-04-22 Thread Sandro Tosi
Hello Ilguiz, On Wed, Apr 21, 2010 at 12:10, Ilguiz Latypov ilaty...@infradead.org wrote: I wonder if ignoring any extra information in conffiles records addresses the root cause properly.  Here is the change I am suggesting.

Bug#578296: git-core: ValueError: too many values to unpack

2010-04-22 Thread Ilguiz Latypov
Thanks for the proposed patch. Anyhow, the right solution is to simply ignore that extra value in the module that parses them [..] conffiles = conffiles + [tuple(line.split()[:2])] Nice. Thanks, Sandro. -- -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org

Bug#578296: git-core: ValueError: too many values to unpack

2010-04-21 Thread Ilguiz Latypov
Package: reportbug Version: 4.12 Severity: normal This appears to be a result of an extra word obsolete in addition to filename and md5sum fields of a conffiles record. Reproduced when reporting on python2.5-minimal. =