Source: python-ssdeep
Build-Depends: debhelper (>= 8),
               libfuzzy-dev,
               python-all-dev,
               python-cffi,
               python-setuptools,
               python-six,
               python3-all-dev,
               python3-cffi,
               python3-setuptools,
               python3-six
Section: python
Priority: optional
Maintainer: Helmut Grohne <helmut@subdivi.de>
Homepage: https://github.com/DinoTools/python-ssdeep
Standards-Version: 3.9.6
X-Python-Version: >= 2.7

Package: python-ssdeep
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, python-cffi
Description: Python 2.x wrapper for the ssdeep piecewise hashing tool
 This is a straightforward Python wrapper for ssdeep by Jesse Kornblum,
 which is a library for computing context triggered piecewise hashes (CTPH).
 Also called fuzzy hashes, CTPH can match inputs that have homologies.
 Such inputs have sequences of identical bytes in the same order, although
 bytes in between these sequences may be different in both content and length.
 .
 This package contains the extension built for Python 2.x.

Package: python3-ssdeep
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, python3-cffi
Description: Python 3.x wrapper for the ssdeep piecewise hashing tool
 This is a straightforward Python wrapper for ssdeep by Jesse Kornblum,
 which is a library for computing context triggered piecewise hashes (CTPH).
 Also called fuzzy hashes, CTPH can match inputs that have homologies.
 Such inputs have sequences of identical bytes in the same order, although
 bytes in between these sequences may be different in both content and length.
 .
 This package contains the extension built for Python 3.x.