Package: alsa-utils / 1.1.2-1

Metadata

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

Patch series

view the series file
Patch File delta Description
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

systemd_restore_condition.patch | (download)

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

 check for the existance of the state file before doing anything.
systemd_standardoutput.patch | (download)

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

 do not force a standardoutput definition.
 /lib/systemd/system/alsa-restore.service and
 /lib/systemd/system/alsa-store.service both specify
 StandardOutput=syslog.  This overrides the DefaultStandardOutput setting
 from /etc/systemd/system.conf, which the sysadmin can use to determine
 how output gets logged.  In particular, the sysadmin may want output to
 go to the journal, or to syslog, or nowhere at all.  This patch removes
 the definition entirely, so the units can use the system default.
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741123
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 documentaion key to systemd service files.