[Pkg-dkms-maint] Bug#685208: Patch for 685208

Ritesh Raj Sarraf rrs at debian.org
Mon Nov 5 07:20:52 UTC 2012


tags 685208 +patch
thanks


report.write() expects a binary stream to write. Below mentioned patch
fixes debian bug 685208 in cases where the dkms package fails to build.


rrs at champaran:~$ diff /tmp/dkms.py
/usr/share/apport/package-hooks/dkms_packages.py
95c95
< report.write(open(apport.fileutils.make_report_path(report), 'w'))
---
> report.write(open(apport.fileutils.make_report_path(report), 'wb'))

-- 
Ritesh Raj Sarraf | http://people.debian.org/~rrs
Debian - The Universal Operating System


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 897 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-dkms-maint/attachments/20121105/9ea6af8e/attachment.pgp>


More information about the Pkg-dkms-maint mailing list