File: control

package info (click to toggle)
pycdio 2.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,896 kB
  • sloc: python: 3,486; makefile: 45
file content (27 lines) | stat: -rw-r--r-- 750 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
Source: pycdio
Maintainer: Timo Aaltonen <tjaalton@debian.org>
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 12),
 dh-python,
 libcdio-dev,
 libiso9660-dev,
 pkg-config,
 python3-all-dev,
 python3-nose,
 python3-setuptools,
 swig,
Standards-Version: 4.6.0
Homepage: http://git.savannah.gnu.org/cgit/libcdio/pycdio.git/
Vcs-Git: https://salsa.debian.org/debian/pycdio.git
Vcs-Browser: https://salsa.debian.org/debian/pycdio

Package: python3-cdio
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: Python3 interface to libcdio optical media control library
 pycdio is a Python interface to the CD Input and Control library
 (libcdio).
 .
 This package includes the python3 version.