File: control

package info (click to toggle)
python-libdiscid 1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 664 kB
  • ctags: 1,016
  • sloc: python: 576; ansic: 104; makefile: 33; sh: 14
file content (112 lines) | stat: -rw-r--r-- 3,497 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
Source: python-libdiscid
Section: python
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders: Sebastian Ramacher <sramacher@debian.org>
Build-Depends:
 debhelper (>= 10),
 dh-python,
 libdiscid-dev (>= 0.6),
 python-all-dev,
 python-all-dbg,
 python3-all-dev,
 python3-all-dbg,
 python-setuptools,
 python3-setuptools,
 python-pkgconfig,
 python3-pkgconfig,
 cython,
 cython3,
 cython-dbg,
 cython3-dbg,
Build-Depends-Indep:
 python-sphinx,
 python-doc
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/python-libdiscid.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/python-libdiscid.git
Homepage: https://pypi.python.org/pypi/python-libdiscid

Package: python-libdiscid
Architecture: any
Depends:
 ${python:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Suggests:
 python-libdiscid-doc
Description: libdiscid binding for Python 2
 libdiscid allows one to create MusicBrainz DiscIDs from audio CDs. It reads a
 CD's table of contents and generates and identifier which can be used to
 lookup the CD at MusicBrainz. python-libdiscid provides a binding to work with
 libdiscid from Python.
 .
 This package provides the binding for Python 2.

Package: python-libdiscid-dbg
Section: debug
Priority: extra
Architecture: any
Depends:
 python-libdiscid (= ${binary:Version}),
 ${shlibs:Depends},
 ${misc:Depends},
 ${python:Depends}
Description: libdiscid binding for Python (debug extension)
 libdiscid allows one to create MusicBrainz DiscIDs from audio CDs. It reads a
 CD's table of contents and generates and identifier which can be used to
 lookup the CD at MusicBrainz. python-libdiscid provides a binding to work with
 libdiscid from Python.
 .
 This package provides the extensions built for the Python 2 debug interpreter.

Package: python3-libdiscid
Architecture: any
Depends:
 ${python3:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Suggests:
 python-libdiscid-doc
Description: libdiscid binding for Python 3
 libdiscid allows one to create MusicBrainz DiscIDs from audio CDs. It reads a
 CD's table of contents and generates and identifier which can be used to
 lookup the CD at MusicBrainz. python-libdiscid provides a binding to work with
 libdiscid from Python.
 .
 This package provides the binding for Python 3.

Package: python3-libdiscid-dbg
Section: debug
Priority: extra
Architecture: any
Depends:
 python3-libdiscid (= ${binary:Version}),
 ${shlibs:Depends},
 ${misc:Depends},
 ${python3:Depends}
Description: libdiscid binding for Python 3 (debug extension)
 libdiscid allows one to create MusicBrainz DiscIDs from audio CDs. It reads a
 CD's table of contents and generates and identifier which can be used to
 lookup the CD at MusicBrainz. python-libdiscid provides a binding to work with
 libdiscid from Python.
 .
 This package provides the extensions built for the Python 3 debug interpreter.

Package: python-libdiscid-doc
Section: doc
Architecture: all
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends}
Built-Using:
 ${sphinxdoc:Built-Using}
Description: libdiscid binding for Python (documentation)
 libdiscid allows one to create MusicBrainz DiscIDs from audio CDs. It reads a
 CD's table of contents and generates and identifier which can be used to
 lookup the CD at MusicBrainz. python-libdiscid provides a binding to work with
 libdiscid from Python.
 .
 This package contains the documentation.