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
|
Source: pyclamd
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Siegfried-Angel Gevatter Pujals <rainct@ubuntu.com>,
Scott Kitterman <scott@kitterman.com>
Homepage: http://xael.org/pages/pyclamd-en.html
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pyclamd.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pyclamd.git
Build-Depends: debhelper (>= 9),
dh-python,
python-all,
python-setuptools,
python3-all,
python3-setuptools
Standards-Version: 4.1.3
Package: python-pyclamd
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Recommends: clamav-daemon
Description: Python interface to the ClamAV daemon
This package adds virus detection capabilities to Python software in
an efficient and easy way, thanks to the ClamAV antivirus toolkit.
Package: python3-pyclamd
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: clamav-daemon
Description: Python 3 interface to the ClamAV daemon
This package adds virus detection capabilities to Python 3 software in
an efficient and easy way, thanks to the ClamAV antivirus toolkit.
|