Hi -

Faced the same problem this morning. Here is a quick and dirty hack:

~# diff /usr/sbin/makejail.origin /usr/sbin/makejail
229c229,234
<    return readFileLines(config.debianDpkgInfoFile % package)
---
>    for arch in [':amd64', ':i386', '']:
>            fileName = "%s%s" % (package,arch)
>            filePath = (config.debianDpkgInfoFile % fileName)
>            if os.path.exists(filePath):
>                    break
>    return readFileLines(filePath)

Regards,
--
Olivier


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to