Source: zfec
Priority: optional
Maintainer: Tahoe Packaging Team <tahoe-debian@lists.alioth.debian.org>
Uploaders: Vasudev Kamath <vasudev@copyninja.info>
Build-Depends: debhelper (>= 11),
 dh-python,
 python-all-dev,
 python3-all-dev,
 python-setuptools,
 python3-setuptools
Standards-Version: 4.1.3
Section: python
Vcs-Git: https://salsa.debian.org/vasudev/zfec.git
Vcs-Browser: https://salsa.debian.org/vasudev/zfec
Homepage: http://tahoe-lafs.org/trac/zfec

Package: python-zfec
Architecture: any
Depends: ${misc:Depends},
 ${python:Depends},
 ${shlibs:Depends}
Recommends: ${python:Recommends}
Suggests: ${python:Suggests}
Description: fast erasure codec, with Python bindings
 Fast, portable, programmable erasure coding a.k.a. "forward error
 correction": the generation of redundant blocks of information such that if
 some blocks are lost then the original data can be recovered from the
 remaining blocks. This package includes a Python API.

Package: python3-zfec
Architecture: any
Depends: ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: fast erasure codec, with Python 3 bindings
 Fast, portable, programmable erasure coding a.k.a. "forward error
 correction": the generation of redundant blocks of information such that if
 some blocks are lost then the original data can be recovered from the
 remaining blocks. This package includes a Python 3 API.
