Changelog
alsa-utils (1.0.11-4ubuntu1) edgy; urgency=low
* Merge from debian unstable:
- debian/asoundconf: Drop Ubuntu delta (whitespace-only).
- debian/control: Retain delta (see 1.0.10-1ubuntu5 for rationale).
- debian/dirs:
+ Retain delta (keep sbin but drop lib/udev; see below for
debian/udev.script).
+ Remove usr/share/lintian/overrides (see 1.0.11-1 for
rationale).
- debian/init:
+ Retain /sbin/alsactl delta.
+ Drop shell quoting delta [both $() and `` being valid POSIX].
+ Retain delta for earlier exit with $TARGET_CARD.
- debian/modprobe-post-install-part: Drop (see 1.0.10-1ubuntu5 for
rationale).
- debian/{postinst,rules}:
+ Retain deltas (/etc/udev/rules.d/85-alsa.rules).
+ Don't install lintian override.
- debian/udev.script: Drop (instead hack debian/{init,udev.rules}).
alsa-utils (1.0.11-4) unstable; urgency=low
* debian/init: fix a typo in Tumbler test (closes: #368114).
alsa-utils (1.0.11-3) unstable; urgency=low
[ Martin Pitt ]
* debian/init, echo_card_indices(): Fix sed expression to accept leading
spaces in front of card numbers. Kernels 2.6.16+ write the card number
with '%2i'. (Closes: #366883)
* debian/asoundconf:
- Remove the automatic prepending of '!' for non-numeric parameter values;
this approach is flawed (see lengthy explanation in LP#31699).
- Add two convenience functions set-default-card and reset-default-card
which care for the correct handling of !defaults.pcm.card,
defaults.ctl.card, defaults.pcm.device, and defaults.pcm.subdevice.
Doing it here in python is way easier and less error prone than handling
this in C in control-center. (Ubuntu#31699)
* debian/asoundconf.1: Describe set-default-card and reset-default-card.
[ Elimar Riesebieter ]
* Bumped Standard-Version to 3.7.2; no changes needed.
* Added ppc Tumbler card to preinit_levels_on_card() in debian/init.
(Closes: #367953) Thanks to Markus Koller.
alsa-utils (1.0.11-2) unstable; urgency=low
[ Elimar Riesebieter ]
* Adjusted the initscript:
use [ -x /usr/sbin/alsactl ] || exit 0 instead of
[ -d /lib/alsa-utils ] || exit 0
as /lib/alsa-utils doesn't exist anymore. Thanks to Michael Setzer and Dan
Chen. (Closes: #364593, #364583)
alsa-utils (1.0.11-1) unstable; urgency=low
[ Elimar Riesebieter ]
* New upstream release
* bad handling of udev symlink: Applied patch from Julien Danjou, thanks.
(Closes: #357276)
* Reworked debian/patches/90_debian_alsaconf_paths.dpatch
* Removed lintian-overrides as starting with capital-letters in descr is
accepted now
alsa-utils (1.0.10+1.0.11rc2-2) experimental; urgency=low
[ Thomas Hood ]
* Depend on python-minimal rather than on python (Closes: #325876)
* Put module-init-tools before modutils in Depends
* /etc/init.d/alsa-utils: Use a more standard PATH
* Correct license text quotations in the copyright file
* debian/asoundconf: Correct description of is-active to reflect
changed semantics (see Martin Pitt's changes)
* /lib/udev/alsa-utils (formerly /lib/alsa-utils/udev),
/etc/alsa/modprobe-post-install.d/alsa-utils:
Work with latest udev (Closes: #353893)
* Make postinst handle abort-upgrade (Closes: #357456)
[ Jordi Mallach ]
* Build-depend on libasound2-dev (>= 1.0.10) instead of the very latest rc
[ Martin Pitt ]
* debian/asoundconf:
- Support string values
- get/delete: Also match parameters prefixed with '!'
- set: Prefix parameter with '!' if it is not a number
- is-active: Consider the absence of ~/.asoundrc as valid for handling
with asoundconf
- Add 'list' command to display available sound card names, update
manpage.
* debian/init:
- Add new functions preinit_levels()/preinit_levels_on_card() which are
executed everytime (sanify_levels() is only executed if there is no
saved state).
- preinit_levels_on_card(): If card is a PowerMac Snapper, do a 'mute
"Auto Mute", mute "PC Speaker", unmute "Auto Mute" again' dance to set
the default output to the internal speakers. This makes powerpc sound
work out of the box again. (Closes: #355753)
[ Elimar Riesebieter ]
* Switch from /usr/sbin/su-to-root to su-to-root in debian/menu as
recommended by lintian
alsa-utils (1.0.10+1.0.11rc2-1) experimental; urgency=low
* New upstream release candidate
[ Elimar Riesebieter ]
* Remove 80_alsa-utils-1.0.11_rc1-bigendian.dpatch which was
applied upstream
alsa-utils (1.0.10+1.0.11rc1-1) experimental; urgency=low
* New upstream release candidate
[ Elimar Riesebieter ]
* Introduce 80_alsa-utils-1.0.11_rc1-bigendian.dpatch. This adds
inclusion of byteswap.h header when building on big endian machines,
which was a powerbook in my case ;)
-- Daniel T Chen <email address hidden> Wed, 05 Jul 2006 17:28:22 -0400