File: control

package info (click to toggle)
python-afl 0.5.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 236 kB
  • ctags: 93
  • sloc: python: 560; sh: 85; makefile: 19
file content (60 lines) | stat: -rw-r--r-- 1,694 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Source: python-afl
Section: python
Priority: optional
Maintainer: Daniel Stender <stender@debian.org>
Uploaders:
 Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Build-Depends:
 cython,
 cython3,
 debhelper (>= 9),
 dh-python,
 python-all-dev,
 python3-all-dev,
 python-nose,
 python3-nose,
 afl,
 txt2man,
 python-docutils,
 links,
 procps
Standards-Version: 3.9.8
Homepage: http://jwilk.net/software/python-afl
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/python-afl/trunk/
Vcs-Browser: https://anonscm.debian.org/viewvc/python-apps/packages/python-afl/trunk/

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.