Package: editra Version: 0.7.20-2 Severity: serious Justification: contains binary without corresponding source code
src/ebmlib/_winrecycle.py (present in both the source and binary packages) contains a base64 encoded .exe file - there's no source code supplied for this file anywhere I can find in the package. You can extract the exe like so: $ cd src/ebmlib $ python -c 'import _winrecycle; open("recycle.exe", "wb").write(_winrecycle.recycle)' $ ls -l recycle.exe -rw-r--r-- 1 olly olly 17587 Sep 24 16:05 recycle.exe Cheers, Olly -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org