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
|
Source: python-pyalsa
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper (>= 11),
python-setuptools,
python3-setuptools,
python-all-dev,
python3-all-dev,
dh-python,
libasound2-dev
Standards-Version: 4.1.4
Homepage: http://www.alsa-project.org/main/index.php/Main_Page
Vcs-Git: https://salsa.debian.org/python-team/modules/python-pyalsa.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-pyalsa
Package: python-pyalsa
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python:Provides}
Description: Official ALSA Python binding library for Python2
Official ALSA Python binding, including hardware management, mixer and
sequencer control.
.
ALSA is the Advanced Linux Sound Architecture.
.
This package provides the Python 2.x module.
Package: python3-pyalsa
Architecture: any
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python3:Provides}
Description: Official ALSA Python binding library for Python3
Official ALSA Python binding, including hardware management, mixer and
sequencer control.
.
ALSA is the Advanced Linux Sound Architecture.
.
This package provides the Python 3.x module.
|