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@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


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to