alsa-oss 1.1.8-2 source package in Ubuntu

Changelog

alsa-oss (1.1.8-2) unstable; urgency=medium

  * Import upstream signing key and configure watch file to check for
    sigs.
  * Bump watch file to version 4.
  * Add Bug-Database, Bug-Submit, Repository and Repository-Browse
    upstream metadata fields.
  * Switch to debhelper compat v13 and use debhelper-compat Build-Dep.
  * Set Rules-Requires-Root to no.
  * Update Standards-Version to 4.6.1.
  * Drop debian/changelog.ALSA and associated dh_installchangelogs override.
  * Update copyright years.
  * Update lintian-overrides to new tag names.

 -- Jordi Mallach <email address hidden>  Wed, 30 Nov 2022 19:36:20 +0100

Upload details

Uploaded by:
Debian ALSA Maintainers
Uploaded to:
Sid
Original maintainer:
Debian ALSA Maintainers
Architectures:
linux-any
Section:
sound
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe sound
Lunar release universe sound

Downloads

File Size SHA-256 Checksum
alsa-oss_1.1.8-2.dsc 2.2 KiB 34587fecdc6216e7aaceb0c95374dea1e47211fc4d8520762757f9736b5072db
alsa-oss_1.1.8.orig.tar.bz2 285.0 KiB 64adcef5927e848d2e024e64c4bf85b6f395964d9974ec61905ae4cb8d35d68e
alsa-oss_1.1.8.orig.tar.bz2.asc 833 bytes 364cb11c80e7f782ae0e0ef2cc9e7bd795a49ecdfb45ce2b0048f196cc0d1474
alsa-oss_1.1.8-2.debian.tar.xz 6.9 KiB e8e4c609419c0c463fc4d5f25ea1d3404a4c0498a6f23a66eff449fc4a65c744

Available diffs

No changes file available.

Binary packages built by this source

alsa-oss: ALSA wrapper for OSS applications

 This package contains a program loader, aoss, which wraps
 applications written for OSS in a compatibility library,
 thus allowing them to work with ALSA.
 .
 There are two ways of getting an application to work with
 ALSA if the application was written for OSS. The first way
 is to load the special ALSA drivers that emulate the OSS
 kernel interface; these allow the application to open
 /dev/dsp0 and other OSS device files. The second way is
 to wrap the application in the libaoss library provided
 in this package; the wrapper causes the application to
 access native ALSA device files such as /dev/snd/pcmC0D0c
 instead of OSS device files.
 .
 Use of the alsa-oss library is recommended over the use of
 OSS-emulation drivers if you want to use ALSA's PCM plugin
 layer.
 .
 ALSA is the Advanced Linux Sound Architecture.
 .
 OSS is the free version of the Open Sound System.

alsa-oss-dbgsym: debug symbols for alsa-oss