File: control

package info (click to toggle)
pyacoustid 1.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 156 kB
  • ctags: 71
  • sloc: python: 427; makefile: 6
file content (44 lines) | stat: -rw-r--r-- 1,495 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: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Simon Chopin <chopin.simon@gmail.com>
Build-Depends:
 debhelper (>= 9),
 dh-python,
 python-all (>= 2.6.6-3~),
 python3-all,
 python3-setuptools,
 python-setuptools
Standards-Version: 3.9.8
Homepage: https://github.com/sampsyo/pyacoustid
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pyacoustid.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pyacoustid.git

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.