On 10/04/15 09:45 +1200, Lars Wirzenius said ...
> The following code in dput seems wrong:
>
> if version.find(':') > 0:
> if debug: print "D: Epoch found"
> version = version[2:]
>
> Epochs are not limited to single digits, so assuming you can strip
>
Package: dput
Version: 0.9.5.1
Severity: normal
The following code in dput seems wrong:
if version.find(':') > 0:
if debug: print "D: Epoch found"
version = version[2:]
Epochs are not limited to single digits, so assuming you can strip
it off with vers
2 matches
Mail list logo