Source: pyacoustid
Section: python
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends:
 debhelper (>= 9),
 dh-python,
 python-all (>= 2.6.6-3~),
 python3-all,
 python3-setuptools,
 python-setuptools
Standards-Version: 4.2.1
Homepage: https://github.com/sampsyo/pyacoustid
Vcs-Git: https://salsa.debian.org/python-team/modules/pyacoustid.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/pyacoustid

Package: python-acoustid
Architecture: all
Depends:
 libchromaprint1,
 python-audioread,
 ${misc:Depends},
 ${python:Depends}
Conflicts: python-chromaprint
Replaces: python-chromaprint
Description: Acoustid interface implementation and Chromaprint bindings
 Acoustid is a web service offering high quality acoustic fingerprinting
 system using the Chromaprint C library. This package provides Python
 bindings for the library as well as an interface to the web service.

Package: python3-acoustid
Architecture: all
Depends:
 libchromaprint1,
 python3-audioread,
 ${misc:Depends},
 ${python3:Depends}
Description: Acoustid interface implementation and Chromaprint bindings (Python 3)
 Acoustid is a web service offering high quality acoustic fingerprinting
 system using the Chromaprint C library. This package provides Python
 bindings for the library as well as an interface to the web service.
 .
 This package provides the Python 3 module.
