Source: python-afl Section: python Priority: optional Maintainer: Daniel Stender Uploaders: Python Applications Packaging Team Build-Depends: cython, cython3, debhelper (>= 10), dh-python, python-all-dev, python3-all-dev, python3-distutils, python-nose, python3-nose, afl, txt2man, procps Standards-Version: 4.1.4 Homepage: http://jwilk.net/software/python-afl Vcs-Git: https://salsa.debian.org/python-team/applications/python-afl.git Vcs-Browser: https://salsa.debian.org/python-team/applications/python-afl Package: python-afl Architecture: any Depends: afl, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} Breaks: python3-afl (<< ${binary:Version}) Description: American Fuzzy Lop (afl) for pure Python code Python-afl provides fuzz testing (brute force vulnerability discovery) by the fuzzer American Fuzzy Lop (afl) for Python code. . Several flaws in a couple of popular programs could be detected successfully with it (see /usr/share/doc/python-afl/trophy-case.rst). . This package contains the afl bindings for Python 2 code. Package: python3-afl Architecture: any Depends: afl, ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} Breaks: python-afl (<< ${binary:Version}) Description: American Fuzzy Lop (afl) for pure Python 3 code Python-afl provides fuzz testing (brute force vulnerability discovery) by the fuzzer American Fuzzy Lop (afl) for Python code. . Several flaws in a couple of popular programs could be detected successfully with it (see /usr/share/doc/python3-afl/trophy-case.rst). . This package contains the afl bindings for Python 3 code.