Package: alsa-utils / 1.2.4-1

Metadata

Package Version Patches format
alsa-utils 1.2.4-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
alsa info_call_home.patch | (download)

alsa-info/alsa-info.sh | 6 0 + 6 - 0 !
1 file changed, 6 deletions(-)

 only check for updates when invoked using --update
alsa info_manpage.patch | (download)

alsa-info/alsa-info.sh.1 | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

 drop .sh suffix from all alsa-info references and move to section 8.
alsactl_home.patch | (download)

alsactl/90-alsa-restore.rules.in | 4 2 + 2 - 0 !
alsactl/Makefile.am | 1 1 + 0 - 0 !
alsactl/alsa-restore.service.in | 4 2 + 2 - 0 !
alsactl/alsa-state.service.in | 4 2 + 2 - 0 !
configure.ac | 6 6 + 0 - 0 !
5 files changed, 13 insertions(+), 6 deletions(-)

 add new configure switch to set alsactl's homedir.
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=712980

alsactl_xdg_runtime.patch | (download)

alsactl/90-alsa-restore.rules.in | 4 2 + 2 - 0 !
alsactl/Makefile.am | 1 1 + 0 - 0 !
alsactl/alsa-restore.service.in | 4 2 + 2 - 0 !
alsactl/alsa-state.service.in | 4 2 + 2 - 0 !
configure.ac | 6 6 + 0 - 0 !
5 files changed, 13 insertions(+), 6 deletions(-)

 add new configure switch to set alsactl's runtimedir.

udev_test_alsactl.patch | (download)

alsactl/90-alsa-restore.rules.in | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 test for availability of alsactl before restoring.
 Add a test to the udev ruleset to check for /usr/sbin/alsactl, as it might
 not be available at boot time on separate /usr systems.
spellfixes.patch | (download)

alsactl/alsactl.c | 2 1 + 1 - 0 !
alsactl/init_parse.c | 10 5 + 5 - 0 !
alsactl/init_utils_run.c | 14 7 + 7 - 0 !
alsactl/state.c | 2 1 + 1 - 0 !
4 files changed, 14 insertions(+), 14 deletions(-)

 fix some spell errorrs in alsactl binary.

systemd_Documentation_key.patch | (download)

alsactl/alsa-restore.service.in | 1 1 + 0 - 0 !
alsactl/alsa-state.service.in | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+)

 add documentation key to systemd service files.

Don t run both systemd services in paralell.patch | (download)

alsactl/alsa-restore.service.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] don't run both systemd services in paralell

    Last release started both alsa-restore and alsa-state services concurrently.
    Therefore removed Fix-alsactl-to-restore-config.patch and introduced
    Don-t-run-both-systemd-services-in-paralell.patch. Thanks to Michael Biebl
    for the hint.