~diwic/alsa-utils/ubuntu.natty

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Luke Yelavich
  • Date: 2009-11-06 00:17:14 UTC
  • Revision ID: luke.yelavich@canonical.com-20091106001714-ize3hmnbj04y0u4t
* Merge from debian unstable, remaining changes:
  - debian/init:
    + wait until /usr/bin and /var/lib/alsa exist
    + only display an error when dealing with alsactl if there is no card
      specified
    + Set sane level for 'Speaker' and 'Headphone', needed for Dell Mini 9
      and Dell E series
    + ute PC Beep on hda cards that support it during initial volume setup
    + update lsb header to indicate no running of the script unless the
      udev rule is run
    + Mute *Analog/Digital Control for Creative cards by default
    + Default Digital Input Source to be Digital Mic 1 so that users
      with digital mic will be able to use it out of the box
    + Make use of lsb-functions/log calls
    + Mute "IEC958 Optical Raw" by default (LP: #408370)
  - debian/rules:
    + ship udev rules file in /lib/udev/rules.d
    + Do not install start symlinks for the alsa-utils init script, it gets
      run from a udev rule
  - debian/udev.script: do not use hotplug functions
  - debian/README.init.cs4236: Include in /usr/share/doc/alsa-utils so that
    users of snd-cs4236 (e.g., ThinkPad 600) can have audible sound
  - debian/patches/unset_pulse_internal.patch: We don't want alsamixer to
    show the pulse mixer by default, since it can be controlled from
    pulseaudio itself.
  - debian/patches/fix_misspelling_speaker-test_man_page.patch: Fix
    misspelling in speaker-test(1)
  - Set sane level for headphone 1 for Dell Studio XPS with 2.6.30.
  - Remove alsaconf from build system and remove po files
"The beginning of the great initscript-sectomy"
* debian/alsa-mixer-save.upstart: Create an upstart job specifically
  saving mixer levels to resolve race (LP: #454265)
* debian/control: Version build-dep to upstart-aware debhelper.
* debian/init:
  + Revert all initscript changes in 1.0.20-2ubuntu[456]. They were
    crackful.
  + Restore more sane behavior/compatibility with 8.10 by not mucking
    with sound card state if alsactl restore fails.
  + Don't wait for 1 second after alsactl store, which already is
    expensive. Also, if store is going to fail, this wait is useless.
* debian/preinst: Handle upgrades from upstart-unaware versions.
* debian/rules: Move the former initscript into /sbin. We now have an
  upstart job just for handling alsactl store.
* debian/NOTES:
  debian/README.Debian:
  debian/modprobe-post-install-part:
  debian/udev.script: Use the new script path.
* New upstream release
 + mentions help key in alsamixer. (closes: #544495)
* /usr/share/alsa/init/default:52: missing closing brace for format. Fixed by
  a patch. Should be merged upstream for next version.
  (closes: #523091, #527074, #540254, #544607)
* alsamixer/README isn't present anymore, so doesn't need to install.
* Build-Depends: replace libncurses5-dev with libncursesw5-dev.
  (closes: #445802)
* Added udev to Depends: (closes: #539983).
* Bumped Standards-Version to 3.8.3. No changes.
* Added README.source.
* s/unuseful/useless in NEWS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
alsa-utils (1.0.21-1ubuntu1) UNRELEASED; urgency=low
 
2
 
 
3
  * Merge from debian unstable, remaining changes:
 
4
    - debian/init:
 
5
      + wait until /usr/bin and /var/lib/alsa exist
 
6
      + only display an error when dealing with alsactl if there is no card
 
7
        specified
 
8
      + Set sane level for 'Speaker' and 'Headphone', needed for Dell Mini 9
 
9
        and Dell E series
 
10
      + ute PC Beep on hda cards that support it during initial volume setup
 
11
      + update lsb header to indicate no running of the script unless the
 
12
        udev rule is run
 
13
      + Mute *Analog/Digital Control for Creative cards by default
 
14
      + Default Digital Input Source to be Digital Mic 1 so that users
 
15
        with digital mic will be able to use it out of the box
 
16
      + Make use of lsb-functions/log calls
 
17
      + Mute "IEC958 Optical Raw" by default (LP: #408370)
 
18
    - debian/rules:
 
19
      + ship udev rules file in /lib/udev/rules.d
 
20
      + Do not install start symlinks for the alsa-utils init script, it gets
 
21
        run from a udev rule
 
22
    - debian/udev.script: do not use hotplug functions
 
23
    - debian/README.init.cs4236: Include in /usr/share/doc/alsa-utils so that
 
24
      users of snd-cs4236 (e.g., ThinkPad 600) can have audible sound
 
25
    - debian/patches/unset_pulse_internal.patch: We don't want alsamixer to
 
26
      show the pulse mixer by default, since it can be controlled from
 
27
      pulseaudio itself.
 
28
    - debian/patches/fix_misspelling_speaker-test_man_page.patch: Fix
 
29
      misspelling in speaker-test(1)
 
30
    - Set sane level for headphone 1 for Dell Studio XPS with 2.6.30.
 
31
    - Remove alsaconf from build system and remove po files
 
32
 
 
33
  [ Daniel T Chen ]
 
34
  "The beginning of the great initscript-sectomy"
 
35
 
 
36
  * debian/alsa-mixer-save.upstart: Create an upstart job specifically
 
37
    saving mixer levels to resolve race (LP: #454265)
 
38
  * debian/control: Version build-dep to upstart-aware debhelper.
 
39
  * debian/init:
 
40
    + Revert all initscript changes in 1.0.20-2ubuntu[456]. They were
 
41
      crackful.
 
42
    + Restore more sane behavior/compatibility with 8.10 by not mucking
 
43
      with sound card state if alsactl restore fails.
 
44
    + Don't wait for 1 second after alsactl store, which already is
 
45
      expensive. Also, if store is going to fail, this wait is useless.
 
46
  * debian/preinst: Handle upgrades from upstart-unaware versions.
 
47
  * debian/rules: Move the former initscript into /sbin. We now have an
 
48
    upstart job just for handling alsactl store.
 
49
  * debian/NOTES:
 
50
    debian/README.Debian:
 
51
    debian/modprobe-post-install-part:
 
52
    debian/udev.script: Use the new script path.
 
53
 
 
54
 -- Luke Yelavich <themuso@ubuntu.com>  Thu, 05 Nov 2009 15:33:08 +1100
 
55
 
 
56
alsa-utils (1.0.21-1) unstable; urgency=low
 
57
 
 
58
  * New upstream release
 
59
   + mentions help key in alsamixer. (closes: #544495)
 
60
 
 
61
  [ Elimar Riesebieter ]
 
62
  * /usr/share/alsa/init/default:52: missing closing brace for format. Fixed by
 
63
    a patch. Should be merged upstream for next version.
 
64
    (closes: #523091, #527074, #540254, #544607)
 
65
  * alsamixer/README isn't present anymore, so doesn't need to install.
 
66
  * Build-Depends: replace libncurses5-dev with libncursesw5-dev.
 
67
    (closes: #445802)
 
68
 
 
69
 -- Jordi Mallach <jordi@debian.org>  Thu, 17 Sep 2009 18:47:21 +0200
 
70
 
 
71
alsa-utils (1.0.20-3) unstable; urgency=low
 
72
 
 
73
  [ Elimar Riesebieter ]
 
74
  * Added udev to Depends: (closes: #539983).
 
75
  * Bumped Standards-Version to 3.8.3. No changes.
 
76
  * Added README.source.
 
77
  * s/unuseful/useless in NEWS.
 
78
 
 
79
 -- Jordi Mallach <jordi@debian.org>  Fri, 28 Aug 2009 14:00:46 +0200
 
80
 
1
81
alsa-utils (1.0.20-2ubuntu6) karmic; urgency=low
2
82
 
3
83
  * debian/init: Revert behavior back to 1.0.20-2ubuntu3 as these other