File: control

package info (click to toggle)
pyacoustid 1.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 156 kB
  • sloc: python: 433; makefile: 6
file content (44 lines) | stat: -rw-r--r-- 1,463 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
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.