Hi, Michael Prokop wrote: > This problem is still present, any news from the maintainer? > Would be great if there's a working py2dsc for wheezy.
I totally agree. Diane Trout wrote: > I had the same problem and used your extend-diff-ignore suggestion > to try and fix this bug. > I passed the fix to the maintainer via the github pull request at: > https://github.com/astraw/stdeb/pull/57 To make this fix works I have to change "extended-diff-ignore" by "extend-diff-ignore": --- util.py.origin 2013-03-06 10:35:19.012007756 +0100 +++ util.py 2013-03-06 00:34:34.993918727 +0100 @@ -1129,6 +1129,10 @@ fd.write('3.0 (quilt)\n') fd.close() + fd = open( os.path.join(debian_dir,'source','options'), mode='w') + fd.write('extend-diff-ignore="\.egg-info"') + fd.close() + if debian_dir_only: return -- Étienne Loks -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org