~ubuntu-branches/ubuntu/utopic/alsa-utils/utopic

98 by Luke Yelavich
* Merge from debian unstable. Remaining changes: (LP: #1246892)
1
alsa-utils (1.0.28-1ubuntu1) utopic; urgency=low
2
3
  * Merge from debian unstable.  Remaining changes: (LP: #1246892)
4
    - Move init script volume settings to new alsactl database:
5
      + Set sane level for 'Speaker' and 'Headphone', needed for Dell Mini 9
6
        and Dell E series
7
      + ute PC Beep on hda cards that support it during initial volume setup
8
      + Mute *Analog/Digital Control for Creative cards by default
9
      + Default Digital Input Source to be Digital Mic 1 so that users
10
        with digital mic will be able to use it out of the box
11
      + Mute "IEC958 Optical Raw" by default
12
      + Set sane level for headphone 1 for Dell Studio XPS with 2.6.30
13
      + Prefer built-in digital mics on newer Dells
14
      + Unmute 'Line HP Swap' for Dove boards
15
      + Set reasonable volume levels for VMWare guests using snd.ens1371
16
    - debian/README.init.cs4236: Include in /usr/share/doc/alsa-utils so that
17
      users of snd-cs4236 (e.g., ThinkPad 600) can have audible sound
18
    - debian/patches/unset_pulse_internal.patch: We don't want alsamixer to
19
      show the pulse mixer by default, since it can be controlled from
20
      pulseaudio itself
21
    - Use upstart jobs for storing/restoring card settings
22
    - Add udev rule to apply UCM profiles for panda and equivalent hardware
23
    - Add Vcs-Bzr field
24
    - Create a new upstart job for the alsa state daemon, and adjust the
25
      other upstart jobs accordingly
26
    - Put the daemon file in /var/lib/alsa
27
28
 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 29 Jul 2014 13:22:10 +1000
29
2.3.24 by Jordi Mallach, Luke Yelavich, Jordi Mallach
[ Luke Yelavich ]
30
alsa-utils (1.0.28-1) unstable; urgency=medium
31
32
  [ Luke Yelavich ]
33
  * New upstream release
34
  * Dropped patches, applied upstream:
35
    - aplay_fix_off_by_one_errors.patch
36
    - systemd_service_typo.patch
37
  * Refreshed patches:
38
    - alsactl_home.patch
39
    - systemd_restore_condition.patch
40
41
  [ Jordi Mallach ]
42
  * Drop Recommends on alsa-base and tighten kmod dependency to >= 17-1~
43
    (closes: #747074).
44
  * Bump Standards-Version to 3.9.5 (no changes needed).
45
  * New patch systemd_standardoutput.patch: do not define StandardOutput,
46
    just rely on the system's configured output (closes: #741123).
47
48
 -- Jordi Mallach <jordi@debian.org>  Fri, 04 Jul 2014 20:06:25 +0100
49
97 by Dimitri John Ledkov
Add alsa-utils compatibility job for startpar (equivalent of /dev/null
50
alsa-utils (1.0.27.2-1ubuntu3) utopic; urgency=medium
51
52
  * Add alsa-utils compatibility job for startpar (equivalent of /dev/null
53
    symlink of the systemd unit). (LP: #1323274)
54
55
 -- Dimitri John Ledkov <xnox@ubuntu.com>  Tue, 27 May 2014 08:45:11 +0200
56
96 by Luke Yelavich
* Forgot to add an env declaration for an environment variable to the
57
alsa-utils (1.0.27.2-1ubuntu2) trusty; urgency=medium
58
59
  * Forgot to add an env declaration for an environment variable to the
60
    upstart files. (LP: #1269731)
61
  * debian/patches/work_around_ncurses_weirdness.patch:
62
    - Work around some ncurses pkg-config changes for now, not sure if ncurses
63
      upstream intended the include dir changes, or whether its a bug. Fixes
64
      FTBFs.
65
66
 -- Luke Yelavich <themuso@ubuntu.com>  Fri, 17 Jan 2014 15:08:13 +1100
67
95 by Luke Yelavich
* Merge from debian unstable. Remaining changes: (LP: #1246892)
68
alsa-utils (1.0.27.2-1ubuntu1) trusty; urgency=low
69
70
  * Merge from debian unstable.  Remaining changes: (LP: #1246892)
71
    - Move init script volume settings to new alsactl database:
72
      + Set sane level for 'Speaker' and 'Headphone', needed for Dell Mini 9
73
        and Dell E series
74
      + ute PC Beep on hda cards that support it during initial volume setup
75
      + Mute *Analog/Digital Control for Creative cards by default
76
      + Default Digital Input Source to be Digital Mic 1 so that users
77
        with digital mic will be able to use it out of the box
78
      + Mute "IEC958 Optical Raw" by default
79
      + Set sane level for headphone 1 for Dell Studio XPS with 2.6.30
80
      + Prefer built-in digital mics on newer Dells
81
      + Unmute 'Line HP Swap' for Dove boards
82
      + Set reasonable volume levels for VMWare guests using snd.ens1371
83
    - debian/README.init.cs4236: Include in /usr/share/doc/alsa-utils so that
84
      users of snd-cs4236 (e.g., ThinkPad 600) can have audible sound
85
    - debian/patches/unset_pulse_internal.patch: We don't want alsamixer to
86
      show the pulse mixer by default, since it can be controlled from
87
      pulseaudio itself
88
    - Use upstart jobs for storing/restoring card settings
89
    - Add udev rule to apply UCM profiles for panda and equivalent hardware
90
    - Add Vcs-Bzr field
91
    - Create a new upstart job for the alsa state daemon, and adjust the
92
      other upstart jobs accordingly
93
    - Put the daemon file in /var/lib/alsa
94
  * Adjust the upstart job files to work with the alsactl home directory
95
  * Extend unset_pulse_internal.patch to prevent pulseaudio from influencing
96
    alsactl as well
97
  * debian/patches/fix_alsa_udev_rules.patch: Patch from upstream to fix
98
    slightly broken udev rules, allowing individual card settings to properly
99
    be restored/stored. (LP: #1268301)
100
101
 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 14 Jan 2014 14:44:10 +1100
102
2.3.23 by Jordi Mallach
* New upstream release.
103
alsa-utils (1.0.27.2-1) unstable; urgency=low
104
105
  * New upstream release.
106
  * Drop all patches: all were git cherrypicks.
107
  * Add aplay_fix_off_by_one_errors.patch from git: fix two off by one
108
    errors in aplay that prevented usage of the last available sample format.
109
  * Add systemd_service_typo.patch from git: fix typo in service file.
110
  * Add alsactl_home.patch: Add a new configure switch that allows one to
111
    configure the value of $HOME for alsactl invocations.
112
  * Pass --with-alsactl-home-dir=/var/run/alsa to configure, to avoid
113
    autospawned pulseaudio littering / (closes: #712980).
114
  * Hardcode the same in the sysvinit script.
115
  * Add systemd_restore_condition.patch: Check for the existance of the
116
    asound.state file before trying to restore anything.
117
118
 -- Jordi Mallach <jordi@debian.org>  Sat, 19 Oct 2013 12:11:26 +0200
119
93.1.1 by Luke Yelavich
* Merge from debian unstable. Remaining changes:
120
alsa-utils (1.0.27.1-1ubuntu1) saucy; urgency=low
121
122
  * Merge from debian unstable.  Remaining changes:
123
    - Move init script volume settings to new alsactl database:
124
      + Set sane level for 'Speaker' and 'Headphone', needed for Dell Mini 9
125
        and Dell E series
126
      + ute PC Beep on hda cards that support it during initial volume setup
127
      + Mute *Analog/Digital Control for Creative cards by default
128
      + Default Digital Input Source to be Digital Mic 1 so that users
129
        with digital mic will be able to use it out of the box
130
      + Mute "IEC958 Optical Raw" by default
131
      + Set sane level for headphone 1 for Dell Studio XPS with 2.6.30
132
      + Prefer built-in digital mics on newer Dells
133
      + Unmute 'Line HP Swap' for Dove boards
134
      + Set reasonable volume levels for VMWare guests using snd.ens1371
135
    - debian/README.init.cs4236: Include in /usr/share/doc/alsa-utils so that
136
      users of snd-cs4236 (e.g., ThinkPad 600) can have audible sound
137
    - debian/patches/unset_pulse_internal.patch: We don't want alsamixer to
138
      show the pulse mixer by default, since it can be controlled from
139
      pulseaudio itself
140
    - Use upstart jobs for storing/restoring card settings
141
    - Add udev rule to apply UCM profiles for panda and equivalent hardware
142
    - Add Vcs-Bzr field
143
  * Create a new upstart job for the alsa state daemon, and adjust the
144
    other upstart jobs accordingly
145
  * Put the daemon file in /var/lib/alsa
146
147
 -- Luke Yelavich <themuso@ubuntu.com>  Fri, 26 Jul 2013 10:56:44 +1000
148
2.3.22 by Jordi Mallach
* New upstream release.
149
alsa-utils (1.0.27.1-1) unstable; urgency=low
150
151
  * New upstream release.
152
  * Drop all patches: all applied upstream.
153
  * Add fix_hctl_elem_search.patch from git: fix hctl searching in amixer
154
    (closes: #710059)
155
  * Add revert_removal_udev_rules.patch: revert erroneous removal of udev
156
    rules from the tarball.
157
  * Build-Depend on and use dh-autoreconf and autopoint for the above change.
158
  * Mark alsa-utils Multi-Arch: foreign (closes: #710185).
159
160
 -- Jordi Mallach <jordi@debian.org>  Wed, 29 May 2013 12:16:24 +0200
161
2.3.21 by Jordi Mallach
* alsa-restore_service_improvements.patch: dropped. Our assumption was
162
alsa-utils (1.0.27-3) unstable; urgency=low
163
164
  * alsa-restore_service_improvements.patch: dropped. Our assumption was
165
    wrong and there's nothing to fix.
166
  * Rebuilding against current alsa-lib fixes alsa-utils-udeb dependencies
167
    (closes: #708353).
168
  * Mark all patches as forwarded and applied.
169
170
 -- Jordi Mallach <jordi@debian.org>  Fri, 17 May 2013 14:10:42 +0200
171
2.3.20 by Jordi Mallach
* Upload to unstable.
172
alsa-utils (1.0.27-2) unstable; urgency=low
173
174
  * Upload to unstable.
175
  * Include all included programs in alsa-utils' description.
176
177
 -- Jordi Mallach <jordi@debian.org>  Thu, 09 May 2013 12:58:00 +0200
178
2.1.6 by Jordi Mallach
* New upstream release.
179
alsa-utils (1.0.27-1) experimental; urgency=low
180
181
  * New upstream release.
182
  * Bump libasound2-dev requirement to 1.0.27, for snd_pcm_abort().
183
  * Pass --with-systemdsystemunitdir=/lib/systemd/system to configure.
184
  * Drop udev_test_alsactl.patch: obsolete.
185
  * Don't call dh_installinit with static runlevel info. This is all
186
    managed via the LSB headers in the init script.
187
  * Add utils_ftbfs_format-security_fix.patch: fix a format-string FTBFS.
188
  * Add alsa-restore_typo.patch: from Git; fix typo oneshop → oneshot.
189
  * Add alsa-restore_service_improvements.patch: start restore after
190
    sysinit, to ensure it's run after local-fs.target.
191
  * Add alsactl_lock_underflow.patch: from Git; fix underflow in alsactl.
192
  * Add manpage_fixes.patch: formatting and spelling fixes (lintian).
193
  * Use default compression for source package.
194
  * Drop pciutils recommends, it was needed for alsaconf.
195
196
 -- Jordi Mallach <jordi@debian.org>  Sat, 04 May 2013 01:39:32 +0200
197
2.1.5 by Jordi Mallach
* New upstream release.
198
alsa-utils (1.0.26-1) experimental; urgency=low
199
200
  * New upstream release.
201
    - fixes typos in aplay's manpage (closes: #658762).
202
  * Drop aseqnet_manpage_errors.patch, applied upstream.
203
  * Build-Depend on pkg-config, for improved ncurses test (closes: #695316).
204
  * Bump Standards-Version to 3.9.4, with no changes needed.
205
206
 -- Jordi Mallach <jordi@debian.org>  Mon, 01 Apr 2013 23:02:11 -0500
207
93 by Luke Yelavich
debian/control: Mark alsa-utils Multi-Arch foreign.
208
alsa-utils (1.0.25-4ubuntu2) raring; urgency=low
209
210
  * debian/control: Mark alsa-utils Multi-Arch foreign.
211
212
 -- Luke Yelavich <themuso@ubuntu.com>  Thu, 28 Feb 2013 13:47:50 +1100
213
92 by Luke Yelavich
* Merge from debian unstable. Remaining changes:
214
alsa-utils (1.0.25-4ubuntu1) raring; urgency=low
215
216
  * Merge from debian unstable.  Remaining changes:
217
    - Move init script volume settings to new alsactl database:
218
      + Set sane level for 'Speaker' and 'Headphone', needed for Dell Mini 9
219
        and Dell E series
220
      + ute PC Beep on hda cards that support it during initial volume setup
221
      + Mute *Analog/Digital Control for Creative cards by default
222
      + Default Digital Input Source to be Digital Mic 1 so that users
223
        with digital mic will be able to use it out of the box
224
      + Mute "IEC958 Optical Raw" by default
225
      + Set sane level for headphone 1 for Dell Studio XPS with 2.6.30
226
      + Prefer built-in digital mics on newer Dells
227
      + Unmute 'Line HP Swap' for Dove boards
228
      + Set reasonable volume levels for VMWare guests using snd.ens1371
229
    - debian/README.init.cs4236: Include in /usr/share/doc/alsa-utils so that
230
      users of snd-cs4236 (e.g., ThinkPad 600) can have audible sound
231
    - debian/patches/unset_pulse_internal.patch: We don't want alsamixer to
232
      show the pulse mixer by default, since it can be controlled from
233
      pulseaudio itself
234
    - Use upstart jobs for storing/restoring card settings
235
    - Add udev rule to apply UCM profiles for panda and equivalent hardware
236
    - Add Vcs-Bzr field
237
    - Backport upstrea fix to use ncurses pkg-config first.
238
239
 -- Luke Yelavich <themuso@ubuntu.com>  Thu, 31 Jan 2013 12:18:02 +1100
240
2.3.19 by Jordi Mallach
* Remove debian/set-default-soundcard which hasn't been installed since
241
alsa-utils (1.0.25-4) unstable; urgency=low
242
243
  * Remove debian/set-default-soundcard which hasn't been installed since
244
    1.0.10rc1-1, in 2005.
245
  * Restore the installation of the upstream udev rules file.
246
  * Drop debian/udev.{rules,script} entirely and just rely on upstream's
247
    simpler udev rule file. Our rules were wrong or pointless.
248
  * udev_test_alsactl.patch: include a TEST=="/usr/sbin/alsactl" in the
249
    upstream udev rule, to properly fix the state restoring for users
250
    with split /usr filesystems (really addresses: #670490).
251
    Many thanks to Michael Biebl for analysis and proposed fix.
252
  * Stop removing /lib/udev/rules.d stuff on purge, as that is dpkg-owned.
253
254
 -- Jordi Mallach <jordi@debian.org>  Thu, 10 Jan 2013 01:54:13 +0100
255
91 by Colin Watson
* Backport upstream patch to look for ncurses pkg-config first, fixing
256
alsa-utils (1.0.25-3ubuntu4) raring; urgency=low
257
258
  * Backport upstream patch to look for ncurses pkg-config first, fixing
259
    cross-building.
260
  * Use dh-autoreconf to help apply the above patch; this can be reverted
261
    once 1.0.26 is packaged if Debian has not adopted dh-autoreconf for some
262
    other reason.
263
  * Switch dependency back to kmod, since that's in raring.
264
265
 -- Colin Watson <cjwatson@ubuntu.com>  Thu, 06 Dec 2012 23:56:32 +0000
266
90 by Marcin Juszkiewicz, Luke Yelavich, Marcin Juszkiewicz
[ Luke Yelavich ]
267
alsa-utils (1.0.25-3ubuntu3) raring; urgency=low
268
269
  [ Luke Yelavich ]
270
  * debian/control: Update Vcs-Bzr field for raring
271
272
  [ Marcin Juszkiewicz ]
273
  * Added Samsung Chromebook support into 90-alsa-ucm.rules
274
275
 -- Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>  Sat, 01 Dec 2012 16:52:20 +0100
276
89 by Luke Yelavich
* debian/*.upstart: Point to /usr/sbin. This was forgotten in the recent
277
alsa-utils (1.0.25-3ubuntu2) quantal; urgency=low
278
279
  * debian/*.upstart: Point to /usr/sbin. This was forgotten in the recent
280
    alsa-utils merge, where using /sbin for alsa-utils binaries was reverted.
281
  * debian/control: Update Vcs-Bzr field.
282
283
 -- Luke Yelavich <themuso@ubuntu.com>  Mon, 13 Aug 2012 14:54:36 +1000
284
88 by Luke Yelavich
* Merge from debian unstable. Remaining changes:
285
alsa-utils (1.0.25-3ubuntu1) quantal; urgency=low
286
287
  * Merge from debian unstable.  Remaining changes:
288
    - Move init script volume settings to new alsactl database:
289
      + Set sane level for 'Speaker' and 'Headphone', needed for Dell Mini 9
290
        and Dell E series
291
      + ute PC Beep on hda cards that support it during initial volume setup
292
      + Mute *Analog/Digital Control for Creative cards by default
293
      + Default Digital Input Source to be Digital Mic 1 so that users
294
        with digital mic will be able to use it out of the box
295
      + Mute "IEC958 Optical Raw" by default
296
      + Set sane level for headphone 1 for Dell Studio XPS with 2.6.30
297
      + Prefer built-in digital mics on newer Dells
298
      + Unmute 'Line HP Swap' for Dove boards
299
      + Set reasonable volume levels for VMWare guests using snd.ens1371
300
    - ship udev rules file in /lib/udev/rules.d
301
    - debian/README.init.cs4236: Include in /usr/share/doc/alsa-utils so that
302
      users of snd-cs4236 (e.g., ThinkPad 600) can have audible sound
303
    - debian/patches/unset_pulse_internal.patch: We don't want alsamixer to
304
      show the pulse mixer by default, since it can be controlled from
305
      pulseaudio itself
306
    - Use upstart jobs for storing/restoring card settings
307
    - Add udev rule to apply UCM profiles for panda and equivalent hardware
308
    - Add Vcs-Bzr field
309
  * Depend on module-init-tools, quantal doesn't have kmod.
310
  * Panda board card name references have been changed in newer kernels,
311
    so use them.
312
313
 -- Luke Yelavich <themuso@ubuntu.com>  Thu, 09 Aug 2012 19:18:34 +1000
314
2.3.18 by Jordi Mallach
* Handle addition and removal of soundcards, so sound levels are
315
alsa-utils (1.0.25-3) unstable; urgency=low
316
317
  * Handle addition and removal of soundcards, so sound levels are
318
    restored. Thanks Vincent Bernat for the suggestion (closes: #670490).
319
  * Replace hardcoded configure call with dh_auto_configure, and remove
320
    default flags handled by debhelper.
321
  * Bump Standards-Version to 3.9.3, with no changes needed.
322
  * Drop dependency on linux-sound-base: it is going away, and was only
323
    required for alsaconf's black magic.
324
325
 -- Jordi Mallach <jordi@debian.org>  Sun, 20 May 2012 02:59:16 +0200
326
2.3.17 by Jordi Mallach, Jordi Mallach, Martin Pitt, Elimar Riesebieter
[ Jordi Mallach ]
327
alsa-utils (1.0.25-2) unstable; urgency=low
328
329
  [ Jordi Mallach ]
330
  * Depend on kmod, not module-init-tools (thanks, Markus Waldeck).
331
    (Closes: #666065)
332
333
  [ Martin Pitt ]
334
  * debian/control: Remove myself from Uploaders:, I'm not really
335
    co-maintaining this package.
336
337
  [ Elimar Riesebieter ]
338
  * Make sure switch_control "Audigy Analog/Digital Output Jack" isn't set to on
339
    in /usr/share/alsa/utils.sh. (Closes: #667743)
340
341
 -- Jordi Mallach <jordi@debian.org>  Thu, 12 Apr 2012 09:47:01 +0200
342
87 by Luke Yelavich
Add init configuration for the audio hardware vmware emulates to work
343
alsa-utils (1.0.25-1ubuntu5) precise; urgency=low
344
345
  * Add init configuration for the audio hardware vmware emulates to work
346
    around incorrect dB values reported by the driver. Longer term this does
347
    need to be fixed in the driver, but we need working audio for vmware
348
    guests out of the box, and the changes required to the driver are likely
349
    too intrusive to make at this late stage of the release cycle.
350
    (LP: #927459)
351
352
 -- Luke Yelavich <themuso@ubuntu.com>  Wed, 04 Apr 2012 14:08:03 +1000
353
86 by Steve Langasek
Do a proper removal of alsa-mixer-save.conf, so that it doesn't remain
354
alsa-utils (1.0.25-1ubuntu4) precise; urgency=low
355
356
  * Do a proper removal of alsa-mixer-save.conf, so that it doesn't remain
357
    listed as an obsolete conffile on upgrade.
358
359
 -- Steve Langasek <steve.langasek@ubuntu.com>  Fri, 23 Mar 2012 23:27:15 -0700
360
85 by Oliver Grawert
add tegraalc5632 to the 90-alsa-ucm.rules file so the new ucm rules for
361
alsa-utils (1.0.25-1ubuntu3) precise; urgency=low
362
363
  * add tegraalc5632 to the 90-alsa-ucm.rules file so the new ucm rules for 
364
    alc5632 codec based machines (i.e. the ac100) get applied by default
365
366
 -- Oliver Grawert <ogra@ubuntu.com>  Wed, 07 Mar 2012 15:18:10 +0100
367
84 by Oliver Grawert
Adjust the ucm udev rule for Pandaboards to reflect the PandaES device
368
alsa-utils (1.0.25-1ubuntu2) precise; urgency=low
369
370
  * Adjust the ucm udev rule for Pandaboards to reflect the PandaES device 
371
    name changes, thanks to Tobin Davis <gruemaster@gmail.com> for this fix.
372
    (LP: #880929)
373
374
 -- Oliver Grawert <ogra@ubuntu.com>  Fri, 24 Feb 2012 18:56:28 +0100
375
83 by Luke Yelavich
* Merge from debian unstable. Remaining changes:
376
alsa-utils (1.0.25-1ubuntu1) precise; urgency=low
377
378
  * Merge from debian unstable.  Remaining changes:
379
    - Move alsactl to sbin
380
    - Move init script volume settings to new alsactl database:
381
      + Set sane level for 'Speaker' and 'Headphone', needed for Dell Mini 9
382
        and Dell E series
383
      + ute PC Beep on hda cards that support it during initial volume setup
384
      + Mute *Analog/Digital Control for Creative cards by default
385
      + Default Digital Input Source to be Digital Mic 1 so that users
386
        with digital mic will be able to use it out of the box
387
      + Mute "IEC958 Optical Raw" by default
388
      + Set sane level for headphone 1 for Dell Studio XPS with 2.6.30
389
      + Prefer built-in digital mics on newer Dells
390
      + Unmute 'Line HP Swap' for Dove boards
391
    - ship udev rules file in /lib/udev/rules.d
392
    - debian/README.init.cs4236: Include in /usr/share/doc/alsa-utils so that
393
      users of snd-cs4236 (e.g., ThinkPad 600) can have audible sound
394
    - debian/patches/unset_pulse_internal.patch: We don't want alsamixer to
395
      show the pulse mixer by default, since it can be controlled from
396
      pulseaudio itself
397
    - Use upstart jobs for storing/restoring card settings
398
    - Add udev rule to apply UCM profiles for panda and equivalent hardware
399
    - Install alsa udev rules, at the least they are needed for hotplugged
400
      devices
401
    - Add Vcs-Bzr field
402
403
 -- Luke Yelavich <themuso@ubuntu.com>  Thu, 16 Feb 2012 13:44:24 +1100
404
92 by Luke Yelavich
* Merge from debian unstable. Remaining changes:
405
alsa-utils (1.0.25-1) unstable; urgency=low
406
407
  * New upstream release.
408
  * Update debian/changelog.ALSA.
409
  * Drop alsamixer_libxch1.patch, accepted upstream.
410
  * Drop speaker-test.1_improvements.patch, applied upstream.
411
  * Drop aplay_interactive.patch, applied upstream.
412
  * Build-Depend on libasound2-dev (>= 1.0.25).
413
  * Remove obsolete PATCHES.Debian.
414
  * Use watch file version 3, and don't uupdate.
415
  * Run source package through wrap-and-sort.
416
  * Bump to debhelper 9.
417
  * Rewrite rules using dh.
418
  * Remove shebang from utils.sh. It is meant to be sourced.
419
  * Update spelling_fixes.patch with new fix.
420
  * Fix override file.
421
422
 -- Jordi Mallach <jordi@debian.org>  Sun, 12 Feb 2012 02:10:57 +0100
423
83 by Luke Yelavich
* Merge from debian unstable. Remaining changes:
424
alsa-utils (1.0.25-0ubuntu1) UNRELEASED; urgency=low
425
426
  * New upstream release
427
  * Updated changelog.ALSA
428
  * Dropped patches, applied upstream:
429
    - debian/patches/speaker-test.1_improvements.patch
430
    - debian/patches/aplay_interactive.patch
431
    - debian/patches/0001-alsactl-init-Mute-CD-Playback-volume-by-default.patch
432
    - debian/patches/3bea722b-alsamixer-fix-64-bit.patch
433
    - debian/patches/0001-alsactl-Initialize-Front-Speaker-etc.patch
434
    - debian/patches/0002-Alsa-utils-Fix-typo-causing-some-volumes-not-to-be-i.patch
435
  * Refreshed remaining patches.
436
  * debian/control: Bump libasound2 dependency to >= 1.0.25.
437
438
 -- Luke Yelavich <themuso@ubuntu.com>  Wed, 08 Feb 2012 19:09:33 +1100
439
2.3.16 by Jordi Mallach
* New upstream release.
440
alsa-utils (1.0.25-1) unstable; urgency=low
441
442
  * New upstream release.
443
  * Update debian/changelog.ALSA.
444
  * Drop alsamixer_libxch1.patch, accepted upstream.
445
  * Drop speaker-test.1_improvements.patch, applied upstream.
446
  * Drop aplay_interactive.patch, applied upstream.
447
  * Build-Depend on libasound2-dev (>= 1.0.25).
448
  * Remove obsolete PATCHES.Debian.
449
  * Use watch file version 3, and don't uupdate.
450
  * Run source package through wrap-and-sort.
451
  * Bump to debhelper 9.
452
  * Rewrite rules using dh.
453
  * Remove shebang from utils.sh. It is meant to be sourced.
454
  * Update spelling_fixes.patch with new fix.
455
  * Fix override file.
456
457
 -- Jordi Mallach <jordi@debian.org>  Sun, 12 Feb 2012 02:10:57 +0100
458
2.3.15 by Jordi Mallach, Elimar Riesebieter
[ Elimar Riesebieter ]
459
alsa-utils (1.0.24.2-5) unstable; urgency=low
460
461
  [ Elimar Riesebieter ]
462
  * Introduce alsamixer_libxch1.patch from upstream to fix a linking
463
    clash for shutdown(). (Closes: #657342, #657538)
464
465
 -- Jordi Mallach <jordi@debian.org>  Sat, 28 Jan 2012 15:37:07 +0100
466
82 by David Henningsson
Add more volumes to be initialized, taken from
467
alsa-utils (1.0.24.2-4ubuntu3) precise; urgency=low
468
469
  * Add more volumes to be initialized, taken from 
470
    upstream git (LP: #914841)
471
472
 -- David Henningsson <david.henningsson@canonical.com>  Fri, 13 Jan 2012 10:31:09 +0100
473
81 by Adam Conrad
No-change rebuild to drop spurious libsfgcc1 dependency on armhf.
474
alsa-utils (1.0.24.2-4ubuntu2) precise; urgency=low
475
476
  * No-change rebuild to drop spurious libsfgcc1 dependency on armhf.
477
478
 -- Adam Conrad <adconrad@ubuntu.com>  Fri, 02 Dec 2011 17:32:34 -0700
479
80 by Luke Yelavich
* Merge from debian unstable. Remaining changes:
480
alsa-utils (1.0.24.2-4ubuntu1) precise; urgency=low
481
482
  * Merge from debian unstable.  Remaining changes:
483
    - Move alsactl to sbin
484
    - Move init script volume settings to new alsactl database:
485
      + Set sane level for 'Speaker' and 'Headphone', needed for Dell Mini 9
486
        and Dell E series
487
      + ute PC Beep on hda cards that support it during initial volume setup
488
      + Mute *Analog/Digital Control for Creative cards by default
489
      + Default Digital Input Source to be Digital Mic 1 so that users
490
        with digital mic will be able to use it out of the box
491
      + Mute "IEC958 Optical Raw" by default
492
      + Set sane level for headphone 1 for Dell Studio XPS with 2.6.30
493
      + Prefer built-in digital mics on newer Dells
494
      + Unmute 'Line HP Swap' for Dove boards
495
    - ship udev rules file in /lib/udev/rules.d
496
    - debian/README.init.cs4236: Include in /usr/share/doc/alsa-utils so that
497
      users of snd-cs4236 (e.g., ThinkPad 600) can have audible sound
498
    - debian/patches/unset_pulse_internal.patch: We don't want alsamixer to
499
      show the pulse mixer by default, since it can be controlled from
500
      pulseaudio itself
501
    - Use upstart jobs for storing/restoring card settings
502
    - Include several changes from upstream git master:
503
      + upstream git changesets:
504
      + dcb90a77 - Use "Found hardware:" instead "Unknown hardware:"
505
      + 7f6a55e2 - use "generic method" instead "guess method"
506
      + 52bd2f8a - Handle "Capture Source" and "Mic Boost"
507
      + ef919a47 - Initialize also "Master Front Playback Volume" & "Switch"
508
    - Add udev rule to apply UCM profiles for panda and equivalent hardware
509
    - Install alsa udev rules, at the least they are needed for hotplugged
510
      devices
511
  * Really fix up the Vcs-Bzr field for precise
512
513
 -- Luke Yelavich <themuso@ubuntu.com>  Thu, 27 Oct 2011 14:35:27 +1100
514
2.3.14 by Jordi Mallach, Daniel T Chen, Jordi Mallach
[ Daniel T Chen ]
515
alsa-utils (1.0.24.2-4) unstable; urgency=low
516
517
  [ Daniel T Chen ]
518
  * debian/control: Add libsamplerate-dev build-dependency for alsaloop.
519
    (LP: #868734)
520
521
  [ Jordi Mallach ]
522
  * Update Vcs-* fields to non-redirected URLs.
523
524
 -- Jordi Mallach <jordi@debian.org>  Sat, 15 Oct 2011 00:21:19 +0200
525
79 by Luke Yelavich
* Merge from debian unstable. Remaining changes:
526
alsa-utils (1.0.24.2-3ubuntu1) precise; urgency=low
527
528
  * Merge from debian unstable.  Remaining changes:
529
    - Move alsactl to sbin
530
    - Move init script volume settings to new alsactl database:
531
      + Set sane level for 'Speaker' and 'Headphone', needed for Dell Mini 9
532
        and Dell E series
533
      + ute PC Beep on hda cards that support it during initial volume setup
534
      + Mute *Analog/Digital Control for Creative cards by default
535
      + Default Digital Input Source to be Digital Mic 1 so that users
536
        with digital mic will be able to use it out of the box
537
      + Mute "IEC958 Optical Raw" by default
538
      + Set sane level for headphone 1 for Dell Studio XPS with 2.6.30
539
      + Prefer built-in digital mics on newer Dells
540
      + Unmute 'Line HP Swap' for Dove boards
541
    - ship udev rules file in /lib/udev/rules.d
542
    - debian/README.init.cs4236: Include in /usr/share/doc/alsa-utils so that
543
      users of snd-cs4236 (e.g., ThinkPad 600) can have audible sound
544
    - debian/patches/unset_pulse_internal.patch: We don't want alsamixer to
545
      show the pulse mixer by default, since it can be controlled from
546
      pulseaudio itself
547
    - Use upstart jobs for storing/restoring card settings
548
    - Include several changes from upstream git master:
549
      + upstream git changesets:
550
      + dcb90a77 - Use "Found hardware:" instead "Unknown hardware:"
551
      + 7f6a55e2 - use "generic method" instead "guess method"
552
      + 52bd2f8a - Handle "Capture Source" and "Mic Boost"
553
      + ef919a47 - Initialize also "Master Front Playback Volume" & "Switch"
554
    - Add udev rule to apply UCM profiles for panda and equivalent hardware
555
  * Install alsa udev rules, at the least they are needed for hotplugged
556
    devices
557
  * Build-dep on libsamplerate-dev, so alsaloop works properly
558
559
 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 18 Oct 2011 11:00:06 +1100
560
2.3.13 by Jordi Mallach, Elimar Riesebieter
[ Elimar Riesebieter ]
561
alsa-utils (1.0.24.2-3) unstable; urgency=low
562
563
  [ Elimar Riesebieter ]
564
  * Remove alsactl's native installed udev rule. Hopefully closes: #636437
565
    really now.
566
567
 -- Jordi Mallach <jordi@debian.org>  Fri, 09 Sep 2011 01:44:22 +0200
568
2.3.12 by Jordi Mallach, Jordi Mallach, Elimar Riesebieter
[ Jordi Mallach ]
569
alsa-utils (1.0.24.2-2) unstable; urgency=low
570
571
  [ Jordi Mallach ]
572
  * Add aplay_interactive.patch from Takashi Iwai to revert a behaviour
573
    change in aplay which broke festival and possibly other scripts, while
574
    retaining the new interactive functionality via a new -i option
575
    (closes: #638369).
576
577
  [ Elimar Riesebieter ]
578
   * Don't install udev rules. It is not needed to run alsactl. Instead make
579
     init depend on "mountall" to make sure /usr and /var is mounted for
580
     running alsactl.  (Closes: #636437)
581
   * Added "build-arch: build ; build-indep: build" to rules to satisfy lintian.
582
   * Install utils.sh executable
583
584
 -- Jordi Mallach <jordi@debian.org>  Mon, 05 Sep 2011 22:11:57 +0200
585
2.3.11 by Jordi Mallach
* New upstream release.
586
alsa-utils (1.0.24.2-1) unstable; urgency=low
587
588
  * New upstream release.
589
    - allows control of "Auto-Mute Mode" (see #631963).
590
  * Pass --disable-alsaconf to configure to disable alsaconf in a sane way.
591
  * Replace move_asound_state_to_var.patch with --with-asound-state-dir.
592
  * Bump Build-Depends on alsa-lib to >= 1.0.24.1, for alsa/use-case.h.
593
    You would expect configure.in checks for this, right?
594
  * Bump to debhelper compat v8.
595
  * Tweak description.
596
  * Drop unneeded README.source.
597
  * Add patch from Javi Fernández-Sanguino Peña to improve the
598
    speaker-test(1) manpage with usage examples. Thanks! Closes: #620513.
599
  * Define _GNU_SOURCE to fix a build failure in alsaloop.
600
  * Avoid having the same short description for the main and udeb packages.
601
602
 -- Jordi Mallach <jordi@debian.org>  Tue, 26 Jul 2011 13:10:03 +0200
603
77 by Adam Conrad
90-alsa-ucm.rules: Trigger on ATTRS{id}=="SDP4430|Panda" (LP: #746023)
604
alsa-utils (1.0.24.2-0ubuntu8) oneiric; urgency=low
605
606
  * 90-alsa-ucm.rules: Trigger on ATTRS{id}=="SDP4430|Panda" (LP: #746023)
607
608
 -- Adam Conrad <adconrad@ubuntu.com>  Thu, 29 Sep 2011 12:02:39 -0600
609
76 by Luke Yelavich, David Henningsson, Daniel T Chen
[ David Henningsson ]
610
alsa-utils (1.0.24.2-0ubuntu7) oneiric; urgency=low
611
612
  [ David Henningsson ]
613
  * Fix the UCM SDP4430 udev rule so it actually runs alsaucm (LP: #803448)
614
615
  [ Daniel T Chen ]
616
  * Add upstream changes: 3bea722b-alsamixer-fix-64-bit.patch,
617
    471191ab-speaker-test.1.patch, 8709ffe8-amixer-fix-tlv.patch
618
619
 -- Luke Yelavich <themuso@ubuntu.com>  Thu, 11 Aug 2011 08:12:34 +1000
620
75 by Oliver Grawert
add udev rule to initialize SDP4430 (TI omap4 pandaboard)
621
alsa-utils (1.0.24.2-0ubuntu6) natty; urgency=low
622
623
  * add udev rule to initialize SDP4430 (TI omap4 pandaboard)
624
    with proper defaults with the alsa use case manager (LP: #746023)
625
626
 -- Oliver Grawert <ogra@ubuntu.com>  Wed, 20 Apr 2011 13:20:33 +0200
627
74 by Luke Yelavich
Remove omap4 alsa init configuration files, as its likely to conflict with
628
alsa-utils (1.0.24.2-0ubuntu5) natty; urgency=low
629
630
  * Remove omap4 alsa init configuration files, as its likely to conflict with
631
    UCM (LP: #760571)
632
633
 -- Luke Yelavich <themuso@ubuntu.com>  Thu, 14 Apr 2011 21:34:58 +1000
634
73 by David Henningsson, David Henningsson, Marcin Juszkiewicz
[ David Henningsson ]
635
alsa-utils (1.0.24.2-0ubuntu4) natty; urgency=low
636
637
  [ David Henningsson ]
638
  * Mute CD playback volume by default (LP: #747184)
639
640
  [ Marcin Juszkiewicz ]
641
  * Fixed postinst to not fail on fresh installs. (LP: #753544)
642
643
 -- David Henningsson <david.henningsson@canonical.com>  Mon, 04 Apr 2011 11:49:36 +0200
644
72 by Luke Yelavich
debian/postinst: Make sure /etc/init/alsa-mixer-save.conf exists before
645
alsa-utils (1.0.24.2-0ubuntu3) natty; urgency=low
646
647
  * debian/postinst: Make sure /etc/init/alsa-mixer-save.conf exists before
648
    trying to remove it (LP: #737738)
649
650
 -- Luke Yelavich <themuso@ubuntu.com>  Wed, 23 Mar 2011 08:50:12 +1100
651
71 by Colin Watson
Remove '(mounted MOUNTPOINT=/usr) and (mounted MOUNTPOINT=/var)' from
652
alsa-utils (1.0.24.2-0ubuntu2) natty; urgency=low
653
654
  * Remove '(mounted MOUNTPOINT=/usr) and (mounted MOUNTPOINT=/var)' from
655
    /etc/init/alsa-restore.conf's 'start on' condition.  Not only is this
656
    redundant, because runlevel [2345] already implies that /usr and /var
657
    have been mounted, but it deadlocks mountall in the event of /usr and
658
    /var both being separate filesystems (LP: #723482).
659
660
 -- Colin Watson <cjwatson@ubuntu.com>  Wed, 02 Mar 2011 00:43:01 +0000
661
70 by Luke Yelavich, David Henningsson, Luke Yelavich
[ David Henningsson ]
662
alsa-utils (1.0.24.2-0ubuntu1) natty; urgency=low
663
664
  [ David Henningsson ]
665
  * New upstream release.
666
  * Drop our own alsa mixer init script and udev rule, in favour of upstream's
667
    alsactl. Move most existing volume settings to the alsactl database. 
668
  * Dropped patches:
669
    - move_asound_state_to_var.patch
670
    - remove_alsaconf.patch
671
    - alsactl_init_update_to_52bd2f8a_head.patch
672
  * debian/rules: Call configure with --disable-alsaconf argument.
673
  * debian/patches/alsactl_sbin.patch: Adjust upstream udev rule to call
674
    alsactl in /sbin.
675
676
  [ Luke Yelavich ]
677
  * Create 2 new upstart jobs for storing, and restoring alsa mixer levels, to
678
    perform the same functionality as the systemd jobs used by RedHat et al.
679
  * Remove or clean up files:
680
    - debian/dirs
681
    - debian/init
682
    - debian/udev.*
683
  * debian/control: Build depend on libasound2-dev >= 1.0.24.1
684
  * debian/postinst: Remove alsa-mixer-save.conf on upgrade
685
  * debian/changelog.ALSA: Updated
686
  * debian/rules: No need to run the alsa upstart jobs on package
687
    install/upgrade
688
689
 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 22 Feb 2011 15:56:54 +1100
690
2.3.10 by Jordi Mallach, Jordi Mallach, Elimar Riesebieter
[ Jordi Mallach ]
691
alsa-utils (1.0.23-5) unstable; urgency=low
692
693
  [ Jordi Mallach ]
694
  * Switch to architecture wildcard 'linux-any'.
695
696
  [ Elimar Riesebieter ]
697
  * Provide alsa-utils-udeb based on a patch from Samuel Thibault. Thanks.
698
    (closes: #613103)
699
  * unmute_and_set_level "Master Front" "80%". Thanks Samuel Thibault. 
700
    (closes: #617347)
701
702
  [ Jordi Mallach ]
703
  * Add Section: debian-installer to new udeb.
704
  * Remove obsolete conflicts.
705
  * Bump Standards-Version to 3.9.2 (no further changes). 
706
707
 -- Jordi Mallach <jordi@debian.org>  Tue, 03 May 2011 13:58:35 +0200
708
2.3.9 by Jordi Mallach, Elimar Riesebieter
[ Elimar Riesebieter ]
709
alsa-utils (1.0.23-4) unstable; urgency=low
710
711
  [ Elimar Riesebieter ]
712
  * Update the alsa-utils init script to use POSIX command substitution $()
713
    instead of backtics (``). Thanks Jari Aalto. (closes: #602020)
714
  * unmute_and_set_level "LFE" "80%" for MacBook5,2 (closes: #602973)
715
  * unmute_and_set_level "Speaker" "80%" for Intel 82801H. Thanks to Attila
716
    Hammer for testing. (closes: #603550)
2.3.10 by Jordi Mallach, Jordi Mallach, Elimar Riesebieter
[ Jordi Mallach ]
717
  * Added armhf to the supported archs. (closes: #604650, #623183)
2.3.9 by Jordi Mallach, Elimar Riesebieter
[ Elimar Riesebieter ]
718
  * Bumped Standards-Version to 3.9.1. No changes
719
720
 -- Jordi Mallach <jordi@debian.org>  Mon, 18 Apr 2011 19:55:33 +0200
721
69 by Luke Yelavich, Luke Yelavich, Oliver Grawert, Daniel T Chen
[ Luke Yelavich ]
722
alsa-utils (1.0.23-3ubuntu1) natty; urgency=low
723
724
  [ Luke Yelavich ]
725
  * Merge from debian unstable.  Remaining changes:
726
    - debian/init:
727
      + wait until /usr/bin and /var/lib/alsa exist
728
      + only display an error when dealing with alsactl if there is no card
729
        specified
730
      + Set sane level for 'Speaker' and 'Headphone', needed for Dell Mini 9
731
        and Dell E series
732
      + ute PC Beep on hda cards that support it during initial volume setup
733
      + update lsb header to indicate no running of the script unless the
734
        udev rule is run
735
      + Mute *Analog/Digital Control for Creative cards by default
736
      + Default Digital Input Source to be Digital Mic 1 so that users
737
        with digital mic will be able to use it out of the box
738
      + Mute "IEC958 Optical Raw" by default
739
      + Set sane level for headphone 1 for Dell Studio XPS with 2.6.30
740
      + Don't muck with sound card state if alsactl restore fails
741
      + Don't wait for 1 second after alsactl store
742
      + Stop muting on reboot/shutdown
743
      + Prefer built-in digital mics on newer Dells
744
      + Unmute 'Line HP Swap' for Dove boards
745
    - debian/rules:
746
      + ship udev rules file in /lib/udev/rules.d
747
      + Do not install start symlinks for the alsa-utils init script, it gets
748
        run from a udev rule
749
    - debian/udev.script: do not use hotplug functions
750
    - debian/README.init.cs4236: Include in /usr/share/doc/alsa-utils so that
751
      users of snd-cs4236 (e.g., ThinkPad 600) can have audible sound
752
    - debian/patches/unset_pulse_internal.patch: We don't want alsamixer to
753
      show the pulse mixer by default, since it can be controlled from
754
      pulseaudio itself
755
    - debian/patches/fix_misspelling_speaker-test_man_page.patch: Fix
756
      misspelling in speaker-test(1)
757
    - Remove alsaconf from build system and remove po files
758
    - Create an upstart job specifically saving mixer levels to resolve race
759
    - Version build-dep to upstart-aware debhelper.
760
    - Move the initscript into /sbin. We now have an upstart job just for
761
      handling alsactl store
762
    - Include several changes from upstream git master:
763
      + upstream git changesets:
764
      + dcb90a77 - Use "Found hardware:" instead "Unknown hardware:"
765
      + 7f6a55e2 - use "generic method" instead "guess method"
766
      + 52bd2f8a - Handle "Capture Source" and "Mic Boost"
767
      + ef919a47 - Initialize also "Master Front Playback Volume" & "Switch"
768
769
  [ Oliver Grawert ]
770
  * debian/patches/add_omap4_support.patch: [adds support for the OMAP4
771
    Pandaboard as well as for the OMAP4 Blaze SDP4430 SoC]
772
  * debian/init add a separate call to alsactl init in case an SDP4430 or
773
    OMAP4 Pandaboard is detected. This ASoC driver requires explicit
774
    initialization currently (LP: #637947)
775
776
  [ Daniel T Chen ]
777
  * debian/init: Fix naming of script (LP: #654902)
778
779
 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 19 Oct 2010 16:22:41 +1100
780
2.4.2 by Jordi Mallach, Elimar Riesebieter
[ Elimar Riesebieter ]
781
alsa-utils (1.0.23-3) unstable; urgency=low
782
783
  [ Elimar Riesebieter ]
784
  * unmute_and_set_level "Front Speaker" "80%" for MacBookPro. (closes: #597791)
785
786
 -- Jordi Mallach <jordi@debian.org>  Thu, 14 Oct 2010 20:15:43 +0200
787
68 by Daniel T Chen
debian/udev.script: Use 'alsa-utils', not 'alsactl' directly
788
alsa-utils (1.0.23-2ubuntu3) maverick; urgency=low
789
790
  * debian/udev.script: Use 'alsa-utils', not 'alsactl' directly
791
    (LP: #645869)
792
793
 -- Daniel T Chen <crimsun@ubuntu.com>  Thu, 23 Sep 2010 06:10:30 -0400
794
67 by Daniel T Chen
* debian/init: Restore change from 1.0.21-1ubuntu2 lost during merge
795
alsa-utils (1.0.23-2ubuntu2) maverick; urgency=low
796
797
  * debian/init: Restore change from 1.0.21-1ubuntu2 lost during merge
798
    that skips muting and zeroing levels prior to shutdown/reboot,
799
    which was a hack for broken drivers.  This change closes LP: #21804,
800
    LP: #208920, #227505, #360108, #432660, #449783, #553132, #564472,
801
    LP: #584609, #592016, #596360, #613054, #617516, #622487, #632019.
802
  * debian/patches/alsactl_init_update_to_52bd2f8a_head.patch: Add
803
    upstream git changesets:
804
    dcb90a77 - Use "Found hardware:" instead "Unknown hardware:"
805
    7f6a55e2 - use "generic method" instead "guess method"
806
    52bd2f8a - Handle "Capture Source" and "Mic Boost"
807
    ef919a47 - Initialize also "Master Front Playback Volume" & "Switch"
808
    (yes, this last changeset is included despite the patch filename)
809
810
 -- Daniel T Chen <crimsun@ubuntu.com>  Sun, 05 Sep 2010 11:57:59 -0400
811
66 by Luke Yelavich
* Merge from debian unstable, remaining changes:
812
alsa-utils (1.0.23-2ubuntu1) maverick; urgency=low
813
814
  * Merge from debian unstable, remaining changes:
815
    - debian/init:
816
      + wait until /usr/bin and /var/lib/alsa exist
817
      + only display an error when dealing with alsactl if there is no card
818
        specified
819
      + Set sane level for 'Speaker' and 'Headphone', needed for Dell Mini 9
820
        and Dell E series
821
      + ute PC Beep on hda cards that support it during initial volume setup
822
      + update lsb header to indicate no running of the script unless the
823
        udev rule is run
824
      + Mute *Analog/Digital Control for Creative cards by default
825
      + Default Digital Input Source to be Digital Mic 1 so that users
826
        with digital mic will be able to use it out of the box
827
      + Mute "IEC958 Optical Raw" by default
828
      + Set sane level for headphone 1 for Dell Studio XPS with 2.6.30
829
      + Don't muck with sound card state if alsactl restore fails 
830
      + Don't wait for 1 second after alsactl store
831
      + Stop muting on reboot/shutdown
832
      + Prefer built-in digital mics on newer Dells
833
      + Unmute 'Line HP Swap' for Dove boards
834
    - debian/rules:
835
      + ship udev rules file in /lib/udev/rules.d
836
      + Do not install start symlinks for the alsa-utils init script, it gets
837
        run from a udev rule
838
    - debian/udev.script: do not use hotplug functions
839
    - debian/README.init.cs4236: Include in /usr/share/doc/alsa-utils so that
840
      users of snd-cs4236 (e.g., ThinkPad 600) can have audible sound
841
    - debian/patches/unset_pulse_internal.patch: We don't want alsamixer to
842
      show the pulse mixer by default, since it can be controlled from
843
      pulseaudio itself
844
    - debian/patches/fix_misspelling_speaker-test_man_page.patch: Fix
845
      misspelling in speaker-test(1)
846
    - Remove alsaconf from build system and remove po files
847
    - Create an upstart job specifically saving mixer levels to resolve race
848
    - Version build-dep to upstart-aware debhelper.
849
    - Move the initscript into /sbin. We now have an upstart job just for
850
      handling alsactl store
851
  * debian/init: Revert Debian's change to allow alsamixer/amixer and aumix to
852
    cooperate. OSS is going away in Maverick, so we don't care about OSS mixer
853
    applications any more
854
855
 -- Luke Yelavich <themuso@ubuntu.com>  Mon, 19 Jul 2010 10:24:10 +0200
856
2.4.1 by Jordi Mallach, Elimar Riesebieter, Jordi Mallach
[ Elimar Riesebieter ]
857
alsa-utils (1.0.23-2) unstable; urgency=low
858
859
  [ Elimar Riesebieter ]
860
  * Let dh_installinit install the LSB defaults. Thanks Sven Joachim for the
861
    hint. (closes: #584311)
862
863
  [ Jordi Mallach ]
864
  * Add a trailing newline to debian/NEWS to placate lintian.
865
866
 -- Jordi Mallach <jordi@debian.org>  Thu, 03 Jun 2010 16:27:52 +0200
867
2.3.6 by Jordi Mallach, Elimar Riesebieter, Jordi Mallach
* New upstream release.
868
alsa-utils (1.0.23-1) unstable; urgency=low
869
870
  * New upstream release.
871
872
  [ Elimar Riesebieter ]
873
  * Add powerpcspe to the list of supported architectures. Hint by Sebastian
874
    Andrzej Siewior. (closes: #583617)
875
  * Introduced DEP-3 patch headers.
876
877
  [ Jordi Mallach ]
878
  * Bump Standards-Version to 3.8.4, no changes required.
879
  * Add sparc64 to the list of supported architectures.
880
  * Remove lpia from the list of supported architectures, as it's not used
881
    by Ubuntu anymore.
882
883
 -- Jordi Mallach <jordi@debian.org>  Wed, 02 Jun 2010 20:42:43 +0200
884
65 by Luke Yelavich
* New upstream release
885
alsa-utils (1.0.23-0ubuntu1) maverick; urgency=low
886
887
  * New upstream release
888
    - backport-fixes-head.patch: Dropped, applied upstream
889
  * Merge from debian unstable, remaining changes:
890
    - debian/init:
891
      + wait until /usr/bin and /var/lib/alsa exist
892
      + only display an error when dealing with alsactl if there is no card
893
        specified
894
      + Set sane level for 'Speaker' and 'Headphone', needed for Dell Mini 9
895
        and Dell E series
896
      + ute PC Beep on hda cards that support it during initial volume setup
897
      + update lsb header to indicate no running of the script unless the
898
        udev rule is run
899
      + Mute *Analog/Digital Control for Creative cards by default
900
      + Default Digital Input Source to be Digital Mic 1 so that users
901
        with digital mic will be able to use it out of the box
902
      + Mute "IEC958 Optical Raw" by default
903
      + Set sane level for headphone 1 for Dell Studio XPS with 2.6.30
904
      + Don't muck with sound card state if alsactl restore fails 
905
      + Don't wait for 1 second after alsactl store
906
      + Stop muting on reboot/shutdown
907
      + Prefer built-in digital mics on newer Dells
908
      + Unmute 'Line HP Swap' for Dove boards
909
    - debian/rules:
910
      + ship udev rules file in /lib/udev/rules.d
911
      + Do not install start symlinks for the alsa-utils init script, it gets
912
        run from a udev rule
913
    - debian/udev.script: do not use hotplug functions
914
    - debian/README.init.cs4236: Include in /usr/share/doc/alsa-utils so that
915
      users of snd-cs4236 (e.g., ThinkPad 600) can have audible sound
916
    - debian/patches/unset_pulse_internal.patch: We don't want alsamixer to
917
      show the pulse mixer by default, since it can be controlled from
918
      pulseaudio itself
919
    - debian/patches/fix_misspelling_speaker-test_man_page.patch: Fix
920
      misspelling in speaker-test(1)
921
    - Remove alsaconf from build system and remove po files
922
    - Create an upstart job specifically saving mixer levels to resolve race
923
    - Version build-dep to upstart-aware debhelper.
924
    - Move the initscript into /sbin. We now have an upstart job just for
925
      handling alsactl store
926
  * debian/init: Revert Debian's change to allow alsamixer/amixer and aumix to
927
    cooperate. OSS is going away in Maverick, so we don't care about OSS mixer
928
    applications any more
929
930
 -- Luke Yelavich <themuso@ubuntu.com>  Fri, 21 May 2010 12:54:56 +1000
931
2.3.5 by Jordi Mallach, Jordi Mallach, Elimar Riesebieter, Daniel T Chen
* New upstream version.
932
alsa-utils (1.0.22-1) unstable; urgency=low
933
934
  * New upstream version.
935
936
  [ Jordi Mallach ]
937
  * Add spelling_fixes.patch to fix a pair of spelling fixes in aseqnet
938
    and aplay.
939
  * Add an override for a non-spelling error (ressize).
940
941
  [ Elimar Riesebieter ]
942
  * Revised short description. (closes: #556728)
943
  * aumix and alsactl state compatible now Commented line #352 in init script.
944
    Thanks S. Secerovic (closes: #556086)
945
  * Switched to source version 3.0.
946
947
  [ Daniel T Chen ]
948
  * Add fix_misspelling_speaker-test_man_page.patch from Ubuntu.
949
950
 -- Jordi Mallach <jordi@debian.org>  Thu, 11 Feb 2010 21:29:12 +0100
951
64 by Luke Yelavich
debian/preinst: Check that $2 is non-zero before calling dpkg
952
alsa-utils (1.0.22-0ubuntu5) lucid; urgency=low
953
954
  * debian/preinst: Check that $2 is non-zero before calling dpkg
955
    --compare-versions. (LP: #550528)
956
957
 -- Luke Yelavich <themuso@ubuntu.com>  Mon, 29 Mar 2010 09:35:41 +1100
958
63 by Daniel T Chen
Unmute 'Line HP Swap' for Dove boards (LP: #451635)
959
alsa-utils (1.0.22-0ubuntu4) lucid; urgency=low
960
961
  * Unmute 'Line HP Swap' for Dove boards (LP: #451635)
962
963
 -- Daniel T Chen <crimsun@ubuntu.com>  Tue, 23 Mar 2010 20:20:20 -0400
964
62 by Daniel T Chen
debian/init: Prefer built-in digital mics on newer Dells
965
alsa-utils (1.0.22-0ubuntu3) lucid; urgency=low
966
967
  * debian/init: Prefer built-in digital mics on newer Dells
968
    (LP: #533877) 
969
970
 -- Daniel T Chen <crimsun@ubuntu.com>  Wed, 10 Mar 2010 18:05:16 -0500
971
61 by Daniel T Chen
* alsa-mixer-save.upstart: Fix job semantics (LP: #366160). Thanks,
972
alsa-utils (1.0.22-0ubuntu2) lucid; urgency=low
973
974
  * alsa-mixer-save.upstart: Fix job semantics (LP: #366160). Thanks,
975
    Steve Langasek!
976
  * backport-fixes-head.patch:
977
    + Fix error value returned by alsactl (69c6bea)
978
    + Fix alsamixer crashes (5a016b5, c9b86f4)
979
980
 -- Daniel T Chen <crimsun@ubuntu.com>  Mon, 22 Feb 2010 16:58:10 -0500
981
60 by Daniel T Chen
* New upstream release
982
alsa-utils (1.0.22-0ubuntu1) lucid; urgency=low
983
984
  * New upstream release
985
  * debian/patches/:
986
    - alsactl_brace.patch:
987
    - show_avail_formats.patch:
988
    - dont_free_if_init_file_doesnt_exist.patch: Applied upstream.
989
    + backport-fixes-head.patch: (c2eaf8, 0034b1, cdc496)
990
991
 -- Daniel T Chen <crimsun@ubuntu.com>  Wed, 03 Feb 2010 01:19:33 -0500
992
59 by Daniel T Chen
* Backport fixes from master/HEAD:
993
alsa-utils (1.0.21-1ubuntu3) lucid; urgency=low
994
995
  * Backport fixes from master/HEAD:
996
    + show_avail_formats.patch (32546, 11856, d18ae, 075be)
997
    + dont_free_if_init_file_doesnt_exist.patch (87ee4)
998
999
 -- Daniel T Chen <crimsun@ubuntu.com>  Tue, 15 Dec 2009 18:56:31 -0500
1000
58 by Daniel T Chen
debian/init: Stop muting on reboot/shutdown. The original intent was
1001
alsa-utils (1.0.21-1ubuntu2) lucid; urgency=low
1002
1003
  * debian/init: Stop muting on reboot/shutdown.  The original intent was
1004
    to prevent pops, and that's just a hack for broken linux that is now
1005
    causing more problems than it resolves.
1006
1007
 -- Daniel T Chen <crimsun@ubuntu.com>  Sat, 12 Dec 2009 23:04:50 -0500
1008
57 by Luke Yelavich, Daniel T Chen
* Merge from debian unstable, remaining changes:
1009
alsa-utils (1.0.21-1ubuntu1) lucid; urgency=low
1010
1011
  * Merge from debian unstable, remaining changes:
1012
    - debian/init:
1013
      + wait until /usr/bin and /var/lib/alsa exist
1014
      + only display an error when dealing with alsactl if there is no card
1015
        specified
1016
      + Set sane level for 'Speaker' and 'Headphone', needed for Dell Mini 9
1017
        and Dell E series
1018
      + ute PC Beep on hda cards that support it during initial volume setup
1019
      + update lsb header to indicate no running of the script unless the
1020
        udev rule is run
1021
      + Mute *Analog/Digital Control for Creative cards by default
1022
      + Default Digital Input Source to be Digital Mic 1 so that users
1023
        with digital mic will be able to use it out of the box
1024
      + Make use of lsb-functions/log calls
1025
      + Mute "IEC958 Optical Raw" by default (LP: #408370)
1026
    - debian/rules:
1027
      + ship udev rules file in /lib/udev/rules.d
1028
      + Do not install start symlinks for the alsa-utils init script, it gets
1029
        run from a udev rule
1030
    - debian/udev.script: do not use hotplug functions
1031
    - debian/README.init.cs4236: Include in /usr/share/doc/alsa-utils so that
1032
      users of snd-cs4236 (e.g., ThinkPad 600) can have audible sound
1033
    - debian/patches/unset_pulse_internal.patch: We don't want alsamixer to
1034
      show the pulse mixer by default, since it can be controlled from
1035
      pulseaudio itself.
1036
    - debian/patches/fix_misspelling_speaker-test_man_page.patch: Fix
1037
      misspelling in speaker-test(1)
1038
    - Set sane level for headphone 1 for Dell Studio XPS with 2.6.30.
1039
    - Remove alsaconf from build system and remove po files
1040
1041
  [ Daniel T Chen ]
1042
  "The beginning of the great initscript-sectomy"
1043
1044
  * debian/alsa-mixer-save.upstart: Create an upstart job specifically
1045
    saving mixer levels to resolve race (LP: #454265)
1046
  * debian/control: Version build-dep to upstart-aware debhelper.
1047
  * debian/init:
1048
    + Revert all initscript changes in 1.0.20-2ubuntu[456]. They were
1049
      crackful.
1050
    + Restore more sane behavior/compatibility with 8.10 by not mucking
1051
      with sound card state if alsactl restore fails.
1052
    + Don't wait for 1 second after alsactl store, which already is
1053
      expensive. Also, if store is going to fail, this wait is useless.
1054
  * debian/preinst: Handle upgrades from upstart-unaware versions.
1055
  * debian/rules: Move the former initscript into /sbin. We now have an
1056
    upstart job just for handling alsactl store.
1057
  * debian/NOTES:
1058
    debian/README.Debian:
1059
    debian/modprobe-post-install-part:
1060
    debian/udev.script: Use the new script path.
1061
1062
 -- Luke Yelavich <themuso@ubuntu.com>  Fri, 06 Nov 2009 11:29:35 +1100
1063
2.3.4 by Jordi Mallach, Elimar Riesebieter
* New upstream release
1064
alsa-utils (1.0.21-1) unstable; urgency=low
1065
1066
  * New upstream release
1067
   + mentions help key in alsamixer. (closes: #544495)
1068
1069
  [ Elimar Riesebieter ]
1070
  * /usr/share/alsa/init/default:52: missing closing brace for format. Fixed by
1071
    a patch. Should be merged upstream for next version.
1072
    (closes: #523091, #527074, #540254, #544607)
1073
  * alsamixer/README isn't present anymore, so doesn't need to install.
1074
  * Build-Depends: replace libncurses5-dev with libncursesw5-dev.
1075
    (closes: #445802)
1076
1077
 -- Jordi Mallach <jordi@debian.org>  Thu, 17 Sep 2009 18:47:21 +0200
1078
2.3.3 by Jordi Mallach, Elimar Riesebieter
[ Elimar Riesebieter ]
1079
alsa-utils (1.0.20-3) unstable; urgency=low
1080
1081
  [ Elimar Riesebieter ]
1082
  * Added udev to Depends: (closes: #539983).
1083
  * Bumped Standards-Version to 3.8.3. No changes.
1084
  * Added README.source.
1085
  * s/unuseful/useless in NEWS.
1086
1087
 -- Jordi Mallach <jordi@debian.org>  Fri, 28 Aug 2009 14:00:46 +0200
1088
56 by Mario Limonciello
debian/init: Revert behavior back to 1.0.20-2ubuntu3 as these other
1089
alsa-utils (1.0.20-2ubuntu6) karmic; urgency=low
1090
1091
  * debian/init: Revert behavior back to 1.0.20-2ubuntu3 as these other
1092
    checks were causing problems with storing volume (LP: #454265)
1093
1094
 -- Mario Limonciello <superm1@ubuntu.com>  Tue, 20 Oct 2009 01:41:24 -0500
1095
55 by Daniel T Chen
debian/init: Don't do silly things with the PulseAudio check. Just
1096
alsa-utils (1.0.20-2ubuntu5) karmic; urgency=low
1097
1098
  * debian/init: Don't do silly things with the PulseAudio check. Just
1099
    make sure that, in the stop target, we don't store levels for a card
1100
    that has already been stored and muted.
1101
    (LP: #449589, #450612, #450652)
1102
1103
 -- Daniel T Chen <crimsun@ubuntu.com>  Tue, 13 Oct 2009 22:17:12 -0400
1104
54 by Daniel T Chen
* debian/init: Only restore ALSA volume settings via the initscript
1105
alsa-utils (1.0.20-2ubuntu4) karmic; urgency=low
1106
1107
  * debian/init: Only restore ALSA volume settings via the initscript
1108
    if solely ALSA (e.g., no PulseAudio) is used
1109
    - LP: #432660, #447204, #447395, #447413
1110
  * debian/patches/:
1111
    + move_asound_state_to_var.patch: Refresh
1112
    + unset_pulse_internal.patch:     Refresh
1113
1114
 -- Daniel T Chen <crimsun@ubuntu.com>  Thu, 08 Oct 2009 18:05:35 -0400
1115
53 by Daniel T Chen
debian/init: Mute "IEC958 Optical Raw" by default (LP: #408370)
1116
alsa-utils (1.0.20-2ubuntu3) karmic; urgency=low
1117
1118
  * debian/init: Mute "IEC958 Optical Raw" by default (LP: #408370)
1119
1120
 -- Daniel T Chen <crimsun@ubuntu.com>  Thu, 27 Aug 2009 09:31:11 -0400
1121
52 by Luke Yelavich
debian/patches/remove_alsaconf.patch: Since we don't ship alsaconf, remove
1122
alsa-utils (1.0.20-2ubuntu2) karmic; urgency=low
1123
1124
  * debian/patches/remove_alsaconf.patch: Since we don't ship alsaconf, remove
1125
    references to it from the build system, and remove alsaconf/po. This
1126
    ensures that alsaconf po files do not get shipped in the translations
1127
    tarball, as there is no pot file for alsaconf translations. (LP: #410699)
1128
1129
 -- Luke Yelavich <themuso@ubuntu.com>  Fri, 21 Aug 2009 10:15:56 +1000
1130
51 by Luke Yelavich
* Merge from debian unstable, remaining changes:
1131
alsa-utils (1.0.20-2ubuntu1) karmic; urgency=low
1132
1133
  * Merge from debian unstable, remaining changes:
1134
    - debian/init:
1135
      + wait until /usr/bin and /var/lib/alsa exist
1136
      + only display an error when dealing with alsactl if there is no card
1137
        specified
1138
      + Set sane level for 'Speaker' and 'Headphone', needed for Dell Mini 9
1139
        and Dell E series
1140
      + ute PC Beep on hda cards that support it during initial volume setup
1141
      + update lsb header to indicate no running of the script unless the
1142
        udev rule is run
1143
      + Mute *Analog/Digital Control for Creative cards by default
1144
      + Default Digital Input Source to be Digital Mic 1 so that users
1145
        with digital mic will be able to use it out of the box
1146
      + Make use of lsb-functions/log calls
1147
    - debian/rules:
1148
      + ship udev rules file in /lib/udev/rules.d
1149
      + Do not install start symlinks for the alsa-utils init script, it gets
1150
        run from a udev rule
1151
    - debian/udev.script: do not use hotplug functions
1152
    - debian/README.init.cs4236: Include in /usr/share/doc/alsa-utils so that
1153
      users of snd-cs4236 (e.g., ThinkPad 600) can have audible sound
1154
    - debian/patches/unset_pulse_internal.patch: We don't want alsamixer to
1155
      show the pulse mixer by default, since it can be controlled from
1156
      pulseaudio itself.
1157
    - debian/patches/fix_misspelling_speaker-test_man_page.patch: Fix
1158
      misspelling in speaker-test(1)
1159
    - Set sane level for headphone 1 for Dell Studio XPS with 2.6.30.
1160
1161
 -- Luke Yelavich <themuso@ubuntu.com>  Fri, 03 Jul 2009 15:47:51 +1000
1162
2.3.2 by Jordi Mallach, Elimar Riesebieter
[ Elimar Riesebieter ]
1163
alsa-utils (1.0.20-2) unstable; urgency=low
1164
1165
  [ Elimar Riesebieter ]
1166
  * Added avr32 to supported archs.
1167
  * Removed mute_and_zero_levels_on_card "pcsp" in init file.
1168
    (closes: #533008, #523291)
1169
  * Initscript needs to depend on udev at Required-Start. Thanks Raphael
1170
    Geissert for the hint (closes: #534525).
1171
  * Bumped Standards-Version to 3.8.2. No changes.
1172
1173
 -- Jordi Mallach <jordi@debian.org>  Thu, 02 Jul 2009 16:24:02 +0200
1174
50 by Luke Yelavich
* Merge from debian unstable, remaining changes:
1175
alsa-utils (1.0.20-1ubuntu1) karmic; urgency=low
1176
1177
  * Merge from debian unstable, remaining changes:
1178
    - debian/init:
1179
      + wait until /usr/bin and /var/lib/alsa exist
1180
      + only display an error when dealing with alsactl if there is no card
1181
        specified
1182
      + Set sane level for 'Speaker' and 'Headphone', needed for Dell Mini 9
1183
        and Dell E series
1184
      + ute PC Beep on hda cards that support it during initial volume setup
1185
      + update lsb header to indicate no running of the script unless the
1186
        udev rule is run
1187
      + Mute *Analog/Digital Control for Creative cards by default
1188
      + Default Digital Input Source to be Digital Mic 1 so that users
1189
        with digital mic will be able to use it out of the box
1190
      + Make use of lsb-functions/log calls
1191
    - debian/rules:
1192
      + ship udev rules file in /lib/udev/rules.d
1193
      + Do not install start symlinks for the alsa-utils init script, it gets
1194
        run from a udev rule
1195
    - debian/udev.script: do not use hotplug functions
1196
    - debian/README.init.cs4236: Include in /usr/share/doc/alsa-utils so that
1197
      users of snd-cs4236 (e.g., ThinkPad 600) can have audible sound
1198
    - debian/patches/unset_pulse_internal.patch: We don't want alsamixer to
1199
      show the pulse mixer by default, since it can be controlled from
1200
      pulseaudio itself.
1201
    - debian/patches/fix_misspelling_speaker-test_man_page.patch: Fix
1202
      misspelling in speaker-test(1)
1203
    - Set sane level for headphone 1 for Dell Studio XPS with 2.6.30.
1204
1205
1206
 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 26 May 2009 22:29:51 +0200
1207
1208
alsa-utils (1.0.20-1) unstable; urgency=low
1209
1210
  * New upstream release
1211
1212
  [ Elimar Riesebieter ]
1213
  * Delete /etc/alsa/modprobe-post-install.d/alsa-utils.
1214
    - Install udev config to /lib/udev/rules.d/80-alsa.rules
1215
    - Remove obsolete /etc/udev/alsa-utils.rules and the appropriate link in
1216
      /etc/udev/rules.d.
1217
    - Thanks for the hints Marco d'Itri. (closes: #521705)
1218
  * Bumped standard version to 3.8.1. No changes.
1219
  * Updated README.Debian. Removed the paragraph about non-udev systems.
1220
  * Cleaned rules. Removed modprobe-post-install stuff.
1221
  * Removed asoundconf and modprobe-post-install-part from debian dir.
1222
1223
  [ Jordi Mallach ]
1224
  * Properly handle the removal of conffiles, also for changes in
1225
    recent uploads.
1226
    - steal code from udev's preinst to create rm_conffile() & mv_conffile().
1227
    - remove modprobe-postinstall files.
1228
    - move the modprobe.d files to the new .conf suffix.
1229
  * Don't use rm -v, no need to be verbose.
1230
1231
 -- Jordi Mallach <jordi@debian.org>  Tue, 25 May 2009 21:25:58 +0200
1232
49 by Mario Limonciello
debian/init: Set sane level for 'Headphone 1', which behavior
1233
alsa-utils (1.0.19-2ubuntu2) karmic; urgency=low
1234
1235
  * debian/init: Set sane level for 'Headphone 1', which behavior
1236
    has changed on the Studio XPS w/ 2.6.30.
1237
1238
 -- Mario Limonciello <mario_limonciello@dell.com>  Mon, 04 May 2009 14:05:19 -0500
1239
48 by Luke Yelavich
* Merge from debian unstable, remaining changes:
1240
alsa-utils (1.0.19-2ubuntu1) karmic; urgency=low
1241
1242
  * Merge from debian unstable, remaining changes:
1243
    - debian/init:
1244
      + wait until /usr/bin and /var/lib/alsa exist
1245
      + only display an error when dealing with alsactl if there is no card
1246
        specified
1247
      + Set sane level for 'Speaker' and 'Headphone', needed for Dell Mini 9
1248
        and Dell E series
1249
      + ute PC Beep on hda cards that support it during initial volume setup
1250
      + update lsb header to indicate no running of the script unless the
1251
        udev rule is run
1252
      = Mute *Analog/Digital Control for Creative cards by default
1253
      + Default Digital Input Source to be Digital Mic 1 so that users
1254
        with digital mic will be able to use it out of the box
1255
      = Make use of lsb-functions/log calls
1256
    - debian/rules:
1257
      + ship udev rules file in /lib/udev/rules.d
1258
      + Do not install start symlinks for the alsa-utils init script, it gets
1259
        run from a udev rule
1260
    - debian/udev.script: do not use hotplug functions
1261
    - debian/postinst: remove old start symlink on upgrade
1262
    - debian/README.init.cs4236: Include in /usr/share/doc/alsa-utils so that
1263
      users of snd-cs4236 (e.g., ThinkPad 600) can have audible sound
1264
    - debian/patches/unset_pulse_internal.patch: We don't want alsamixer to
1265
      show the pulse mixer by default, since it can be controlled from
1266
      pulseaudio itself.
1267
    - debian/patches/fix_misspelling_speaker-test_man_page.patch: Fix
1268
      misspelling in speaker-test(1)
1269
1270
 -- Luke Yelavich <themuso@ubuntu.com>  Mon, 04 May 2009 16:56:13 +1000
1271
2.3.1 by Jordi Mallach, Elimar Riesebieter, Jordi Mallach
[ Elimar Riesebieter ]
1272
alsa-utils (1.0.19-2) unstable; urgency=low
1273
1274
  [ Elimar Riesebieter ]
1275
  * Rename /etc/modprobe.d/sound to /etc/modprobe.d/sound.conf if exists.
1276
    (closes: #521695)
1277
  * Don't install /etc/alsa/modprobe-post-install.d/alsa-utils anymore.
1278
    (closes: #521705)
1279
1280
  [ Jordi Mallach ]
1281
  * Add aseqnet_manpage_errors.patch, to remove an unknown "LO" section.
1282
1283
 -- Jordi Mallach <jordi@debian.org>  Mon, 30 Mar 2009 02:13:50 +0200
1284
2.2.1 by Jordi Mallach, Elimar Riesebieter, Jordi Mallach
* New upstream release (closes: #509176, #485661)
1285
alsa-utils (1.0.19-1) unstable; urgency=low
1286
1287
  * New upstream release (closes: #509176, #485661)
1288
1289
  [ Elimar Riesebieter ]
1290
  * Get rid of asoundconf. (closes: #505089, #433134)
1291
    - Remove python dependencies (closes: #508563)
1292
1293
  [ Jordi Mallach ]
1294
  * Add a NEWS file explaining the removal of alsaconf and asoundconf.
1295
  * Upload to unstable.
1296
1297
 -- Jordi Mallach <jordi@debian.org>  Sat, 28 Mar 2009 12:53:02 +0100
1298
47 by Daniel T Chen
debian/init: Set sane level for 'Speaker' and 'Headphone',
1299
alsa-utils (1.0.18-1ubuntu11) jaunty; urgency=low
1300
1301
  * debian/init: Set sane level for 'Speaker' and 'Headphone',
1302
    too. Needed for Dell Mini 9 and Dell E series.
1303
1304
 -- Daniel T Chen <crimsun@ubuntu.com>  Sat, 04 Apr 2009 18:06:53 -0400
1305
46 by Scott James Remnant
* debian/rules: Do not install start symlinks for the alsa-utils init
1306
alsa-utils (1.0.18-1ubuntu10) jaunty; urgency=low
1307
1308
  * debian/rules: Do not install start symlinks for the alsa-utils init
1309
    script; we already run this from a udev rule.
1310
  * debian/init: Update LSB header. 
1311
  * debian/postinst: Remove old start symlink on upgrade.
1312
1313
 -- Scott James Remnant <scott@ubuntu.com>  Fri, 20 Feb 2009 15:06:33 +0000
1314
45 by Luke Yelavich, Daniel T Chen, Luke Yelavich
[ Daniel T Chen ]
1315
alsa-utils (1.0.18-1ubuntu9) jaunty; urgency=low
1316
1317
  [ Daniel T Chen ]
1318
  * adjust_init_hda_db.patch: Account for shifted db range of
1319
    some HDA codecs (from upstream git HEAD)
1320
1321
  [ Luke Yelavich ]
1322
  * mute PC Beep on hda cards that support it during initial volume setup
1323
    (LP: #331589)
1324
1325
 -- Luke Yelavich <themuso@ubuntu.com>  Fri, 20 Feb 2009 14:31:24 +1100
1326
44 by Bazaar Package Importer
Import packaging changes for version 1.0.18-1ubuntu8
1327
alsa-utils (1.0.18-1ubuntu8) jaunty; urgency=low
1328
1329
  * debian/init: Mute *Analog/Digital Control for Creative cards
1330
    by default (LP: #106380)
1331
  * debian/README.init.cs4236: Include in /usr/share/doc/alsa-utils
1332
    so that users of snd-cs4236 (e.g., ThinkPad 600) can have
1333
    audible sound (LP: #41990)
1334
  * fix_misspelling_speaker-test_man_page.patch: Fix misspelling
1335
    in speaker-test(1) (LP: #296148)
1336
  * Last upload fixed LP: #272865
1337
1338
 -- Daniel T Chen <crimsun@ubuntu.com> Sun, 01 Feb 2009 16:12:42 -0500
1339
43 by Luke Yelavich, Daniel T Chen, Luke Yelavich
[ Daniel T Chen ]
1340
alsa-utils (1.0.18-1ubuntu7) jaunty; urgency=low
1341
1342
  [ Daniel T Chen ]
1343
  * Add fixes from git:
1344
    - force_state_reinit_when_new_mixer_elements_exist.patch,
1345
    - fix_possible_fpe_speaker-test.patch
1346
  * Ensure sound channels are not muted after reboot. (LP: #316430)
1347
1348
  [ Luke Yelavich ]
1349
  * unset_pulse_internal.patch: We don't want alsamixer to show the pulse
1350
    mixer by default, since it can be controlled from pulseaudio itself.
1351
1352
 -- Luke Yelavich <themuso@ubuntu.com>  Mon, 19 Jan 2009 10:43:28 +1100
1353
42 by Mario Limonciello
Add aplay_logic_inversion.patch from alsa-utils GIT to resolve
1354
alsa-utils (1.0.18-1ubuntu6) jaunty; urgency=low
1355
1356
  * Add aplay_logic_inversion.patch from alsa-utils GIT to resolve
1357
    HDMI output being listed as a possible output for aplay.
1358
1359
 -- Mario Limonciello <mario_limonciello@dell.com>  Fri, 16 Jan 2009 16:43:15 -0600
1360
41 by Scott James Remnant
* debian/rules: Install udev rules into /lib/udev/rules.d
1361
alsa-utils (1.0.18-1ubuntu5) jaunty; urgency=low
1362
1363
  * debian/rules: Install udev rules into /lib/udev/rules.d
1364
  * debian/dirs: Change directory we make
1365
  * debian/preinst: Remove Debian-style files, and remove the old version
1366
    of the rule (even if obsolete) if unmodified.
1367
  * debian/postinst: Don't do Debian-style symlinking, and rename the old
1368
    version of the rule.
1369
  * debian/control: Add breaks to ensure the right version of udev is used.
1370
1371
 -- Scott James Remnant <scott@ubuntu.com>  Fri, 09 Jan 2009 15:28:01 +0000
1372
40 by Mario Limonciello
debian/init: Default Digital Input Source to be Digital Mic 1 so that
1373
alsa-utils (1.0.18-1ubuntu4) jaunty; urgency=low
1374
1375
  * debian/init: Default Digital Input Source to be Digital Mic 1 so that
1376
    users w/ a digital mic will be able to use it OOTB. (LP: #314188)
1377
1378
 -- Mario Limonciello <mario_limonciello@dell.com>  Mon, 05 Jan 2009 16:27:50 -0600
1379
39 by Luke Yelavich
debian/rules: Move alsactl to /sbin, accidentallyd droped in previous
1380
alsa-utils (1.0.18-1ubuntu3) jaunty; urgency=low
1381
1382
  * debian/rules: Move alsactl to /sbin, accidentallyd droped in previous
1383
    merges. (LP: #299093)
1384
1385
 -- Luke Yelavich <themuso@ubuntu.com>  Wed, 26 Nov 2008 10:36:01 +1100
1386
38 by Daniel T Chen
debian/init: Set PULSE_INTERNAL=0 to prevent PulseAudio from
1387
alsa-utils (1.0.18-1ubuntu2) jaunty; urgency=low
1388
1389
  * debian/init: Set PULSE_INTERNAL=0 to prevent PulseAudio from
1390
    being inspected for invocations of alsactl and amixer.  Fixes
1391
    hangs attempting to (re)store mixer element values as
1392
    reported in LP: #274995.
1393
1394
 -- Daniel T Chen <crimsun@ubuntu.com>  Tue, 25 Nov 2008 08:06:35 -0500
1395
37 by Luke Yelavich
* Merge from Debian experimental.
1396
alsa-utils (1.0.18-1ubuntu1) jaunty; urgency=low
1397
1398
  * Merge from Debian experimental.
1399
    - Make use of lsb-functions/log calls in init script.
1400
    - Update asoundconf from trunk to fix crash.
1401
1402
 -- Luke Yelavich <themuso@ubuntu.com>  Thu, 06 Nov 2008 16:17:26 +1100
1403
2.1.4 by Jordi Mallach, Elimar Riesebieter, Jordi Mallach
* New upstream release.
1404
alsa-utils (1.0.18-1) experimental; urgency=low
1405
1406
  * New upstream release.
1407
1408
  [ Elimar Riesebieter ]
1409
  * Build-Depends bumped to libasound2-dev (>= 1.0.18).
1410
  * aplay -N should work as expected. (closes: #438118)
1411
  * Moved pci-utils to Recommends. (closes: #502848)
1412
  * Added xmlto to Build-Depends.
1413
  * Removed alsaconf's menu entry.
1414
  * Don't patch alsaconf as it is not installed anymore.
1415
1416
  [ Jordi Mallach ]
1417
  * Removing alsaconf also...
1418
    - closes: #316981, fr/man8/alsaconf.8.gz out of date.
1419
    - closes: #357106, alsaconf modifies modules.conf unrelatedly
1420
1421
 -- Jordi Mallach <jordi@debian.org>  Thu, 06 Nov 2008 23:16:41 +0100
1422
1423
alsa-utils (1.0.17-1) experimental; urgency=low
1424
1425
  * New upstream release.
1426
1427
  [ Jordi Mallach ]
1428
  * Add lpia to the list of supported architectures.
1429
  * Remove alsaconf entirely. The only valid use-case for alsaconf is
1430
    aiding the configuration of ISA sounds cards. However, the common use
1431
    people do of this tools is mostly trying it out to see if it "fixes"
1432
    their sound, which often makes things worse. We've discussed this for
1433
    years; it's time to do something about it (Ubuntu, for reference, got
1434
    rid of it in October 2007).
1435
  * Require libasound2-dev (>= 1.0.17).
1436
  * Merge from Ubuntu:
1437
    - asoundconf{,.1}: Update asoundconf-trunk from bzr adding
1438
      {,un}set-oss convenience macros as per requests for OSSv4
1439
      routing.
1440
    - toggle additional mixer elements in init script.
1441
    - mute the PC speaker volume by default when any card's levels are
1442
      sanified.
1443
1444
  [ Elimar Riesebieter ]
1445
  * Bumped standard version to 3.8.0. No changes.
1446
  * Bumped debhelper compat to 7.
1447
  * alsactl restore fails on ICE1724 soundcards: Fixed upstream.
1448
    (closes: #481515)
1449
1450
 -- Jordi Mallach <jordi@debian.org>  Wed, 17 Sep 2008 20:01:23 +0200
1451
36 by Luke Yelavich
Merge changes from asoundconf trunk to fix a crash in the asoundconf
1452
alsa-utils (1.0.17-0ubuntu2) intrepid; urgency=low
1453
1454
  * Merge changes from asoundconf trunk to fix a crash in the asoundconf
1455
    utility. (LP: #271899)
1456
1457
 -- Luke Yelavich <themuso@ubuntu.com>  Thu, 25 Sep 2008 16:04:05 +1000
1458
35 by Luke Yelavich
* New upstream release.
1459
alsa-utils (1.0.17-0ubuntu1) intrepid; urgency=low
1460
1461
  * New upstream release.
1462
  * Merge from Debian unstable.
1463
  * Packaging:
1464
    - no alsaconf;
1465
    + lpia arch, maintainer and Vcs fields munging;
1466
    + toggle additional mixer elements in initscript;
1467
    + asoundconf{,.1}:  Update asoundconf-trunk from bzr adding
1468
      {,un}set-oss convenience macros as per requests for OSSv4
1469
      routing.
1470
    + Mute 'Jack Detect' as per user request.
1471
  * debian/control: Updated libasound2 build dep.
1472
  * debian/init: Mute the PC speaker volume by default when any card's levels
1473
    are sanified.
1474
1475
 -- Luke Yelavich <themuso@ubuntu.com>  Thu, 28 Aug 2008 09:46:15 +1000
1476
2.1.3 by Jordi Mallach, Elimar Riesebieter
[ Elimar Riesebieter ]
1477
alsa-utils (1.0.16-2) unstable; urgency=low
1478
1479
  [ Elimar Riesebieter ]
1480
  * Dropped udev recommendation (closes: 476728)
1481
1482
 -- Jordi Mallach <jordi@debian.org>  Wed, 25 Jun 2008 10:14:09 +0200
1483
34 by Luke Yelavich
Really make the change to the init script to mute the PC speaker
1484
alsa-utils (1.0.16-1ubuntu3) intrepid; urgency=low
1485
1486
  * Really make the change to the init script to mute the PC speaker
1487
    on initial start/reset. (LP: #242966)
1488
1489
 -- Luke Yelavich <themuso@ubuntu.com>  Mon, 04 Aug 2008 15:22:31 +1000
1490
33 by Luke Yelavich, Daniel T Chen, Luke Yelavich
[ Daniel T Chen ]
1491
alsa-utils (1.0.16-1ubuntu2) intrepid; urgency=low
1492
1493
  [ Daniel T Chen ]
1494
  * debian/init:  Mute 'Jack Detect' as per user request.
1495
1496
  [ Luke Yelavich ]
1497
  * debian/init: Mute the PC speaker card on initial level set/reset.
1498
    (LP: #242966)
1499
1500
 -- Luke Yelavich <themuso@ubuntu.com>  Mon, 04 Aug 2008 10:33:09 +1000
1501
32 by Daniel T Chen
* Merge from Debian unstable.
1502
alsa-utils (1.0.16-1ubuntu1) intrepid; urgency=low
1503
1504
  * Merge from Debian unstable.
1505
  * Packaging:
1506
    - no alsaconf;
1507
    + lpia arch, maintainer and Vcs fields munging;
1508
    + toggle additional mixer elements in initscript;
1509
    + asoundconf{,.1}:  Update asoundconf-trunk from bzr adding
1510
      {,un}set-oss convenience macros as per requests for OSSv4
1511
      routing.
1512
1513
 -- Daniel T Chen <crimsun@ubuntu.com>  Fri, 09 May 2008 16:17:32 -0400
1514
1515
alsa-utils (1.0.16-1) unstable; urgency=low
1516
1517
  * New upstream release (closes: #393686, #399223, #400499, #406738, #447898,
1518
    #422805)
1519
1520
  [ Elimar Riesebieter ]
1521
  * Tweaked asoundconf. (closes: #399623)
1522
  * Forgot to add Speaker to mute_and_zero_levels_on_card() in the init file.
1523
    Thanks Dan Chen for the hint.
1524
1525
  [ Jordi Mallach ]
1526
  * Bump libasound2-dev build dep to 1.0.16, as snd_tlv_get_dB_range is
1527
    needed.
1528
1529
 -- Jordi Mallach <jordi@debian.org>  Tue, 26 Feb 2008 00:41:40 +0100
1530
31 by Mario Limonciello
Default "Digital" capture mixer used on HDA-Intel cards to be at a
1531
alsa-utils (1.0.15-3ubuntu2) hardy; urgency=low
1532
1533
  * Default "Digital" capture mixer used on HDA-Intel cards to be at a
1534
    more usable volume.  (LP: #193823)
1535
1536
 -- Mario Limonciello <mario_limonciello@dell.com>  Wed, 20 Feb 2008 15:59:38 -0600
1537
30 by Daniel T Chen
* Merge from Debian unstable, remaining changes:
1538
alsa-utils (1.0.15-3ubuntu1) hardy; urgency=low
1539
1540
  * Merge from Debian unstable, remaining changes:
1541
    - Packaging:
1542
      + no alsaconf,
1543
      + Vcs-Bzr (updated URI), lpia arch, maintainer field munging,
1544
      + toggle additional mixer elements in initscript:  in addition to
1545
        the fix in 1.0.15-3 for Thinkpad T61/X61, also twit the control
1546
        in mute_and_zero_levels_on_card() (LP: #190393).
1547
1548
 -- Daniel T Chen <crimsun@ubuntu.com>  Sun, 10 Feb 2008 09:41:23 +0000
1549
1550
alsa-utils (1.0.15-3) unstable; urgency=low
1551
1552
  [ Elimar Riesebieter ]
1553
  * alsa-utils needs /usr at boot but did not depend on $remote_fs. init script
1554
    fixed. Thanks Petter Reinholdtsen. (closes: #464020)
1555
  * AD1984 -- Thinkpad T61/X61 set switch_control "Speaker" and "Headphone" on
1556
    Thanks Jerone Young. Fixes: LP#190393.
1557
1558
 -- Jordi Mallach <jordi@debian.org>  Sun, 10 Feb 2008 04:41:36 +0100
1559
29 by Daniel T Chen
* Merge from Debian unstable, remaining changes:
1560
alsa-utils (1.0.15-2ubuntu1) hardy; urgency=low
1561
1562
  * Merge from Debian unstable, remaining changes:
1563
    - Packaging:
1564
      + no alsaconf,
1565
      + Vcs-Bzr, lpia arch, maintainer field munging,
1566
      + toggle additional mixer elements in initscript.
1567
1568
 -- Daniel T Chen <crimsun@ubuntu.com>  Fri, 11 Jan 2008 21:41:16 +0000
1569
1570
alsa-utils (1.0.15-2) unstable; urgency=low
1571
1572
  [ Elimar Riesebieter ]
1573
  * Fixed asoundconf to list available cards. Customized to the format of
1574
    /proc/asound/cards. Thanks Ari Pollak. (closes: #451574)
1575
  * Introduced /usr/sbin/alsa instead of /etc/init.d/alsa in alsaconf script.
1576
  * Bumped standard version to 3.7.3. No changes.
1577
  * The python-minimal package (and versioned variants thereof) exists
1578
    only to possibly become an Essential package.  Depending on it is always
1579
    an error since it should never be installed without python.  If it
1580
    becomes Essential, there is no need to depend on it, and until then,
1581
    packages that require Python must depend on python: Redepended on python.
1582
  * Don't install empty dir /usr/share/lintian/overrides.
1583
1584
  [ Jordi Mallach ]
1585
  * Switch to now official Vcs-* control fields.
1586
1587
 -- Jordi Mallach <jordi@debian.org>  Fri, 11 Jan 2008 17:56:28 +0100
1588
28 by Daniel T Chen
* Merge from Debian unstable.
1589
alsa-utils (1.0.15-1ubuntu1) hardy; urgency=low
1590
1591
  * Merge from Debian unstable.
1592
  * Ubuntu-specific changes:
1593
    - debian/control:
1594
      + Add bzr URI,
1595
      + Add lpia to supported arches,
1596
      + Adhere to DebianMaintainerField;
1597
    - debian/init:
1598
      + Mute 'IEC958' by default,
1599
      + Unmute 'Master Surround', 'Audigy Analog/Digital Output Jack';
1600
    - debian/modprobe-post-install-part: Remove - not used;
1601
    - Don't install alsaconf.
1602
1603
 -- Daniel T Chen <crimsun@ubuntu.com>  Sat, 27 Oct 2007 23:17:58 +0100
1604
1605
alsa-utils (1.0.15-1) unstable; urgency=low
1606
1607
  * New upstream release.
1608
1609
  [ Elimar Riesebieter ]
1610
  * Added Homepage header in debian/control.
1611
  * debian/rules: s/-$(MAKE) distclean/[ ! -f Makefile ] || $(MAKE) distclean/
1612
  * debian/control: Recommend udev (>= 0.096-1)
1613
  * Switched alsa-utils dependency from python to python-minimal.
1614
    (closes: #447736)
1615
1616
 -- Jordi Mallach <jordi@debian.org>  Sat, 27 Oct 2007 12:46:54 +0200
1617
1618
alsa-utils (1.0.14-2) unstable; urgency=low
1619
1620
  [ Elimar Riesebieter ]
1621
  * Tweaked alsaconf to work properly with 2.6 kernel drivers.
1622
    (closes: #391921, #411305, #426759, #429784, #430624, #432678, #439842)
1623
    (closes: #404215, #4417769)
1624
  * Reduced the default mixersettings in alsaconf a bit.
1625
  * Removed modutils from alsa-utils' Depends:
1626
  * Tweaked the menu entry to menu policy 3.5.
1627
  * Changed clean target according to lintians help ;)
1628
1629
 -- Jordi Mallach <jordi@debian.org>  Sat, 15 Sep 2007 21:50:40 +0200
1630
27 by Daniel T Chen
debian/asoundconf* : Update from
1631
alsa-utils (1.0.14-1ubuntu4) gutsy; urgency=low
1632
1633
  * debian/asoundconf* : Update from
1634
    https://code.launchpad.net/~motu/asoundconf-ui/asoundconf-trunk,
1635
    which enables asoundconf to create an .asoundrc specific for the
1636
    system's installed alsa-lib version instead of relying on
1637
    hard-coded items in the script.  (This extensibility is
1638
    anticipated for 8.04 LTS.)
1639
1640
 -- Daniel T Chen <crimsun@ubuntu.com>  Mon, 03 Sep 2007 22:33:55 -0400
1641
26 by Adam Conrad
Add lpia to the alsa-utils architecure list.
1642
alsa-utils (1.0.14-1ubuntu3) gutsy; urgency=low
1643
1644
  * Add lpia to the alsa-utils architecure list.
1645
1646
 -- Adam Conrad <adconrad@ubuntu.com>  Tue, 31 Jul 2007 14:33:48 +1000
1647
25 by Daniel T Chen
debian/asoundconf{,.1}: Use correct dmix.* syntax, and
1648
alsa-utils (1.0.14-1ubuntu2) gutsy; urgency=low
1649
1650
  * debian/asoundconf{,.1}: Use correct dmix.* syntax, and
1651
    pretty-print convenience macro functions in the man page.
1652
    Thanks to Dana Goyette for testing.
1653
1654
 -- Daniel T Chen <crimsun@ubuntu.com>  Thu, 14 Jun 2007 13:58:35 -0400
1655
24 by Daniel T Chen
* Merge from Debian unstable, remaining changes:
1656
alsa-utils (1.0.14-1ubuntu1) gutsy; urgency=low
1657
1658
  * Merge from Debian unstable, remaining changes:
1659
    - debian/asoundconf{,.1}:
1660
      + Merge updated configuration parameters from alsa/alsa.conf,
1661
      + Handle insufficient user-provided parameters (LP: #114062),
1662
      + Clarify man page for consistency,
1663
    - debian/control:
1664
      + Don't list modutils as an alternate for module-init-tools,
1665
      + Adhere to DebianMaintainerField,
1666
    - debian/init:
1667
      + Mute 'IEC958' by default,
1668
      + Unmute 'Master Surround', 'Audigy Analog/Digital Output Jack',
1669
        and 'SB Live Analog/Digital Output Jack' by default,
1670
    - debian/modprobe-post-install-part: Remove - not used in Ubuntu,
1671
    - debian/patches/{00list,*.dpatch}: Remove - integrated into
1672
      upstream and obsoleted by quilt conversion.
1673
1674
 -- Daniel T Chen <crimsun@ubuntu.com>  Tue, 12 Jun 2007 00:18:40 -0400
1675
1676
alsa-utils (1.0.14-1) unstable; urgency=low
1677
1678
  * New upstream release.
1679
1680
  [ Elimar Riesebieter ]
1681
  * We've found that a new board from ASUS need to use Front channel as
1682
    master control. Thanks Otavio Salvador. (closes: #425430)
1683
  * Patch management switched to quilt. This is more comfortable.
1684
1685
 -- Jordi Mallach <jordi@debian.org>  Sat, 09 Jun 2007 21:24:11 +0200
1686
1687
alsa-utils (1.0.14~rc4-1) experimental; urgency=low
1688
1689
  [ Elimar Riesebieter ]
1690
  * New upstream release candidate.
1691
1692
  [ Jordi Mallach ]
1693
  * debian/control: add XS-Vcs-Browser and XS-Vcs-Svn headers.
1694
1695
 -- Jordi Mallach <jordi@debian.org>  Sun, 13 May 2007 12:09:39 +0200
1696
1697
alsa-utils (1.0.14~rc2-1) experimental; urgency=low
1698
1699
  [ Elimar Riesebieter ]
1700
  * New upstream release candidate.
1701
1702
 -- Jordi Mallach <jordi@debian.org>  Fri, 13 Apr 2007 01:46:54 +0200
1703
1704
alsa-utils (1.0.14~rc1-1) experimental; urgency=low
1705
1706
  * New upstream release candidate.
1707
1708
  [ Elimar Riesebieter ]
1709
  * Removed debian/patches/30_alsaconf_ppc.dpatch. Applied from upstream.
1710
  * Removed debian/patches/35_speaker-test_1.dpatch. Applied from upstream.
1711
  * Removed debian/patches/94_debian_alsaconf_modprobe_driver.dpatch. Applied
1712
    different from upstream.
1713
  * Added arch armel to alsa-utils. (closes: Bug#408773)
1714
1715
 -- Jordi Mallach <jordi@debian.org>  Sat, 13 Jan 2007 02:23:38 +0100
1716
2.1.2 by Jordi Mallach, Elimar Riesebieter, Jordi Mallach
[ Elimar Riesebieter ]
1717
alsa-utils (1.0.13-2) unstable; urgency=medium
1718
1719
  [ Elimar Riesebieter ]
1720
  * Added XS-X-Vcs-Svn field in control.
1721
1722
  [ Jordi Mallach ]
1723
  * debian/init: unmute "Master Mono" channels as some laptops do have
1724
    mono speakers, muted by default (closes: #406047).
1725
1726
 -- Jordi Mallach <jordi@debian.org>  Fri, 12 Jan 2007 14:12:07 +0100
1727
23 by Daniel T Chen
debian/asoundconf: Fix reset_default_card() (LP #86048).
1728
alsa-utils (1.0.13-1ubuntu5) feisty; urgency=low
1729
1730
  * debian/asoundconf: Fix reset_default_card() (LP #86048).
1731
1732
 -- Daniel T Chen <crimsun@ubuntu.com>  Sun, 18 Feb 2007 15:12:28 -0500
1733
22 by Daniel T Chen
The "damned if you do, damned if you don't" revision.
1734
alsa-utils (1.0.13-1ubuntu4) feisty; urgency=low
1735
1736
  The "damned if you do, damned if you don't" revision.
1737
1738
  * debian/asoundconf: Fix unset_pulseaudio() (Closes Ubuntu: #78735),
1739
  * debian/init:
1740
    - Mute 'IEC958' by default (Closes Ubuntu: #19648),
1741
    - Unmute 'Master Surround', 'Audigy Analog/Digital Output Jack' and
1742
      'SB Live Analog/Digital Output Jack' by default.
1743
1744
 -- Daniel T Chen <crimsun@ubuntu.com>  Fri, 12 Jan 2007 10:20:43 -0500
1745
21 by Daniel T Chen
debian/asoundconf{,.1}: Teach asoundconf about pulseaudio.
1746
alsa-utils (1.0.13-1ubuntu3) feisty; urgency=low
1747
1748
  * debian/asoundconf{,.1}: Teach asoundconf about pulseaudio.
1749
    By installing the pulseaudio (and its Suggests and Recommends) and
1750
    libasound2-plugins packages, a user can now activate a pulseaudio
1751
    config by executing ``pulseaudio -D && asoundconf set-pulseaudio''.
1752
1753
 -- Daniel T Chen <crimsun@ubuntu.com>  Sun,  7 Jan 2007 02:28:45 -0500
1754
20 by Daniel T Chen
Merge updated configuration parameters from alsa/alsa.conf
1755
alsa-utils (1.0.13-1ubuntu2) feisty; urgency=low
1756
1757
  * Merge updated configuration parameters from alsa/alsa.conf
1758
    into debian/asoundconf (Closes Ubuntu: #77348, #73377).
1759
1760
 -- Daniel T Chen <crimsun@ubuntu.com>  Wed,  3 Jan 2007 15:40:37 -0500
1761
19 by Daniel T Chen
* Merge from Debian unstable, remaining Ubuntu changes:
1762
alsa-utils (1.0.13-1ubuntu1) feisty; urgency=low
1763
1764
  * Merge from Debian unstable, remaining Ubuntu changes:
1765
    - debian/asoundconf:
1766
      + Enumerate user asoundrc parameters correctly,
1767
      + Handle leading whitespace in contents of /proc/asound/cards
1768
        for Linux >= 2.6.16,
1769
    - debian/control: Don't list modutils as an alternate for
1770
      module-init-tools,
1771
    - debian/modprobe-post-install-part: Drop, not used in Ubuntu,
1772
    - debian/patches/40_*:
1773
      + alsactl_bail_on_nonexistent_config.dpatch: Add,
1774
      + amixer_dont_beep_on_argv_errors: Add (Closes Ubuntu: #18272),
1775
      + amixer_validate_commands: Add.
1776
1777
 -- Daniel T Chen <crimsun@ubuntu.com>  Wed, 22 Nov 2006 05:22:45 -0500
1778
1779
alsa-utils (1.0.13-1) unstable; urgency=low
1780
1781
  * New upstream release
1782
1783
  [ Elimar Rieseebieter ]
1784
  * Cleaned out hunks in debian/patches
1785
1786
 -- Jordi Mallach <jordi@debian.org>  Tue,  3 Oct 2006 12:00:49 +0200
1787
1788
alsa-utils (1.0.12-1) unstable; urgency=low
1789
1790
  * New upstream release
1791
1792
  [ Elimar Riesebieter ]
1793
  * Added a more reasonable package description. Thanks Alexandre Fayolle.
1794
    (closes: #384971)
1795
  * Bumped compat to 5 and debhelper version >= 5.0.37.
1796
  * Adjusted libasound-dev build-dependency version in debian/control.
1797
  * Adjusted debian/init. Thanks Petter Reinholdtsen. (closes: #386624)
1798
1799
 -- Jordi Mallach <jordi@debian.org>  Mon, 11 Sep 2006 11:29:17 +0200
1800
18 by Daniel T Chen
* debian/asoundconf:
1801
alsa-utils (1.0.11-6ubuntu2) edgy; urgency=low
1802
1803
  * debian/asoundconf:
1804
    - list(): Handle leading whitespace when parsing /proc/asound/cards
1805
      (see fix applied in 1.0.10-1ubuntu11 for #43197).
1806
    - set_default_card()/reset_default_card(): Add additional
1807
      definitions from alsa-lib's confdir/alsa.conf so that using the
1808
      standard overridable ones (e.g., plug:dmix) don't throw alsa-lib
1809
      errors (Closes Ubuntu: #43146).
1810
1811
 -- Daniel T Chen <crimsun@ubuntu.com>  Sun, 30 Jul 2006 19:35:51 -0400
1812
17 by Daniel T Chen
* Merge from Debian unstable:
1813
alsa-utils (1.0.11-6ubuntu1) edgy; urgency=low
1814
1815
  * Merge from Debian unstable:
1816
    - debian/modprobe-post-install-part: Drop, not used in Ubuntu.
1817
1818
 -- Daniel T Chen <crimsun@ubuntu.com>  Tue, 18 Jul 2006 01:32:29 +0100
1819
1820
alsa-utils (1.0.11-6) unstable; urgency=low
1821
1822
  [ Elimar Riesebieter ]
1823
  * Adjusted debian/modprobe-post-install-part. We have only to check for udev
1824
    and not for kernel-version >= 2.5. (closes: #377514) Thanks Marco d'Itri.
1825
  * Use lsb init-functions in init script. Thanks Carlos Villegas
1826
    (closes: #377717)
1827
1828
 -- Jordi Mallach <jordi@debian.org>  Mon, 17 Jul 2006 18:11:44 +0200
1829
16 by Daniel T Chen
* Merge from debian unstable:
1830
alsa-utils (1.0.11-5ubuntu1) edgy; urgency=low
1831
1832
  * Merge from debian unstable:
1833
    - debian/control: Retain Depends delta (no modutils).
1834
1835
 -- Daniel T Chen <crimsun@ubuntu.com>  Thu, 06 Jul 2006 00:18:04 +0100
1836
1837
alsa-utils (1.0.11-5) unstable; urgency=low
1838
1839
  [ Elimar Riesebieter ]
1840
  * Adjusted Required-(Start|Stop) in the initscript. (closes: #375388)
1841
  * Switched alsa-utils dependency from python-minimal to python for now.
1842
    (closes: #368462)
1843
  * Introduced 30_alsaconf_ppc.dpatch. Now snd-powermac should be found by the
1844
    deprecated alsaconf tool. Thanks to Juan A. Diaz. (closes: #344008)
1845
  * Added 35_speaker-test_1.dpatch to fix typos. Thanks A. Costa
1846
    (closes: #354560)
1847
1848
 -- Jordi Mallach <jordi@debian.org>  Wed,  5 Jul 2006 10:45:43 +0200
1849
15 by Daniel T Chen
* Merge from debian unstable:
1850
alsa-utils (1.0.11-4ubuntu1) edgy; urgency=low
1851
1852
  * Merge from debian unstable:
1853
    - debian/asoundconf: Drop Ubuntu delta (whitespace-only).
1854
    - debian/control: Retain delta (see 1.0.10-1ubuntu5 for rationale).
1855
    - debian/dirs:
1856
      + Retain delta (keep sbin but drop lib/udev; see below for
1857
        debian/udev.script).
1858
      + Remove usr/share/lintian/overrides (see 1.0.11-1 for
1859
        rationale).
1860
    - debian/init:
1861
      + Retain /sbin/alsactl delta.
1862
      + Drop shell quoting delta [both $() and `` being valid POSIX].
1863
      + Retain delta for earlier exit with $TARGET_CARD.
1864
    - debian/modprobe-post-install-part: Drop (see 1.0.10-1ubuntu5 for
1865
      rationale).
1866
    - debian/{postinst,rules}:
1867
      + Retain deltas (/etc/udev/rules.d/85-alsa.rules).
1868
      + Don't install lintian override.
1869
    - debian/udev.script: Drop (instead hack debian/{init,udev.rules}).
1870
1871
 -- Daniel T Chen <crimsun@ubuntu.com>  Wed, 05 Jul 2006 17:28:22 -0400
1872
1873
alsa-utils (1.0.11-4) unstable; urgency=low
1874
1875
  * debian/init: fix a typo in Tumbler test (closes: #368114).
1876
1877
 -- Jordi Mallach <jordi@debian.org>  Sat, 20 May 2006 02:41:48 +0200
1878
1879
alsa-utils (1.0.11-3) unstable; urgency=low
1880
1881
  [ Martin Pitt ]
1882
  * debian/init, echo_card_indices(): Fix sed expression to accept leading
1883
    spaces in front of card numbers. Kernels 2.6.16+ write the card number
1884
    with '%2i'. (Closes: #366883)
1885
  * debian/asoundconf:
1886
    - Remove the automatic prepending of '!' for non-numeric parameter values;
1887
      this approach is flawed (see lengthy explanation in LP#31699).
1888
    - Add two convenience functions set-default-card and reset-default-card
1889
      which care for the correct handling of !defaults.pcm.card,
1890
      defaults.ctl.card, defaults.pcm.device, and defaults.pcm.subdevice.
1891
      Doing it here in python is way easier and less error prone than handling
1892
      this in C in control-center. (Ubuntu#31699)
1893
  * debian/asoundconf.1: Describe set-default-card and reset-default-card.
1894
1895
  [ Elimar Riesebieter ]
1896
  * Bumped Standard-Version to 3.7.2; no changes needed.
1897
  * Added ppc Tumbler card to preinit_levels_on_card() in debian/init.
1898
    (Closes: #367953) Thanks to Markus Koller.
1899
1900
 -- Jordi Mallach <jordi@debian.org>  Fri, 19 May 2006 21:25:08 +0200
1901
1902
alsa-utils (1.0.11-2) unstable; urgency=low
1903
1904
  [ Elimar Riesebieter ]
1905
  * Adjusted the initscript:
1906
    use [ -x /usr/sbin/alsactl ] || exit 0 instead of
1907
    [ -d /lib/alsa-utils ] || exit 0
1908
    as /lib/alsa-utils doesn't exist anymore. Thanks to Michael Setzer and Dan
1909
    Chen. (Closes: #364593, #364583)
1910
1911
 -- Jordi Mallach <jordi@debian.org>  Tue, 25 Apr 2006 13:32:05 +0200
1912
1913
alsa-utils (1.0.11-1) unstable; urgency=low
1914
1915
  [ Elimar Riesebieter ]
1916
  * New upstream release
1917
  * bad handling of udev symlink: Applied patch from Julien Danjou, thanks.
1918
    (Closes: #357276)
1919
  * Reworked debian/patches/90_debian_alsaconf_paths.dpatch
1920
  * Removed lintian-overrides as starting with capital-letters in descr is
1921
    accepted now
1922
1923
 -- Jordi Mallach <jordi@debian.org>  Sun, 23 Apr 2006 17:14:24 +0200
1924
1925
alsa-utils (1.0.10+1.0.11rc2-2) experimental; urgency=low
1926
1927
  [ Thomas Hood ]
1928
  * Depend on python-minimal rather than on python  (Closes: #325876)
1929
  * Put module-init-tools before modutils in Depends
1930
  * /etc/init.d/alsa-utils: Use a more standard PATH
1931
  * Correct license text quotations in the copyright file
1932
  * debian/asoundconf: Correct description of is-active to reflect
1933
    changed semantics (see Martin Pitt's changes)
1934
  * /lib/udev/alsa-utils (formerly /lib/alsa-utils/udev),
1935
    /etc/alsa/modprobe-post-install.d/alsa-utils:
1936
    Work with latest udev  (Closes: #353893)
1937
  * Make postinst handle abort-upgrade  (Closes: #357456)
1938
1939
  [ Jordi Mallach ]
1940
  * Build-depend on libasound2-dev (>= 1.0.10) instead of the very latest rc
1941
1942
  [ Martin Pitt ]
1943
  * debian/asoundconf:
1944
    - Support string values
1945
    - get/delete: Also match parameters prefixed with '!'
1946
    - set: Prefix parameter with '!' if it is not a number
1947
    - is-active: Consider the absence of ~/.asoundrc as valid for handling
1948
      with asoundconf
1949
    - Add 'list' command to display available sound card names, update
1950
      manpage.
1951
  * debian/init:
1952
    - Add new functions preinit_levels()/preinit_levels_on_card() which are
1953
      executed everytime (sanify_levels() is only executed if there is no
1954
      saved state).
1955
    - preinit_levels_on_card(): If card is a PowerMac Snapper, do a 'mute
1956
      "Auto Mute", mute "PC Speaker", unmute "Auto Mute" again' dance to set
1957
      the default output to the internal speakers. This makes powerpc sound
1958
      work out of the box again. (Closes: #355753)
1959
1960
  [ Elimar Riesebieter ]
1961
  * Switch from /usr/sbin/su-to-root to su-to-root in debian/menu as
1962
    recommended by lintian
1963
1964
 -- Martin Pitt <mpitt@debian.org>  Thu,  9 Mar 2006 09:29:02 +0100
1965
1966
alsa-utils (1.0.10+1.0.11rc2-1) experimental; urgency=low
1967
1968
  * New upstream release candidate
1969
1970
  [ Elimar Riesebieter ]
1971
  * Remove 80_alsa-utils-1.0.11_rc1-bigendian.dpatch which was
1972
    applied upstream
1973
1974
 -- Jordi Mallach <jordi@debian.org>  Tue, 10 Jan 2006 01:03:09 +0100
1975
1976
alsa-utils (1.0.10+1.0.11rc1-1) experimental; urgency=low
1977
1978
  * New upstream release candidate
1979
1980
  [ Elimar Riesebieter ]
1981
  * Introduce 80_alsa-utils-1.0.11_rc1-bigendian.dpatch. This adds
1982
    inclusion of byteswap.h header when building on big endian machines,
1983
    which was a powerbook in my case ;)
1984
1985
 -- Jordi Mallach <jordi@debian.org>  Fri, 30 Dec 2005 14:21:44 +0100
1986
14 by Daniel T Chen
debian/init: Add change from Debian's alsa-utils_1.0.11-4 so that
1987
alsa-utils (1.0.10-1ubuntu14) dapper; urgency=low
1988
1989
  * debian/init: Add change from Debian's alsa-utils_1.0.11-4 so that
1990
    Tumbler goes through the same preinit_levels_on_card() dance (see
1991
    Malone #30963)
1992
1993
 -- Daniel T Chen <crimsun@ubuntu.com>  Sun, 28 May 2006 02:10:49 -0400
1994
13 by Daniel T Chen
debian/init: Set 'IEC958 Playback AC97-SPSA' to 0 so that PCM1 is
1995
alsa-utils (1.0.10-1ubuntu13) dapper; urgency=low
1996
1997
  * debian/init: Set 'IEC958 Playback AC97-SPSA' to 0 so that PCM1 is
1998
    routed and audible by default for hardware allowing AC97 through
1999
    IEC958. Symptoms included inaudible volume despite correct mixer
2000
    settings. This toggle is used for analog output.
2001
2002
 -- Daniel T Chen <crimsun@ubuntu.com>  Fri, 12 May 2006 16:22:10 -0400
2003
12 by Daniel T Chen
debian/init: Unmute all 'VIA DXS' elements for newer Via hardware.
2004
alsa-utils (1.0.10-1ubuntu12) dapper; urgency=low
2005
2006
  * debian/init: Unmute all 'VIA DXS' elements for newer Via hardware.
2007
    Closes: LP#31784, LP#40810.
2008
2009
 -- Daniel T Chen <crimsun@ubuntu.com>  Wed, 10 May 2006 16:49:48 -0400
2010
11 by Martin Pitt
debian/init, echo_card_indices(): Fix sed expression to accept leading
2011
alsa-utils (1.0.10-1ubuntu11) dapper; urgency=low
2012
2013
  * debian/init, echo_card_indices(): Fix sed expression to accept leading
2014
    spaces in front of card numbers. Kernels 2.6.16+ write the card number
2015
    with '%2i'. Closes: LP#43197
2016
2017
 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 10 May 2006 14:35:45 +0200
2018
10 by Martin Pitt
* debian/asoundconf:
2019
alsa-utils (1.0.10-1ubuntu10) dapper; urgency=low
2020
2021
  * debian/asoundconf:
2022
    - Remove the automatic prepending of '!' for non-numeric parameter values;
2023
      this approach is flawed (see lengthy explanation in LP#31699).
2024
    - Add two convenience functions set-default-card and reset-default-card
2025
      which care for the correct handling of !defaults.pcm.card,
2026
      defaults.ctl.card, defaults.pcm.device, and defaults.pcm.subdevice.
2027
      Doing it here in python is way easier and less error prone than handling
2028
      this in C in control-center. Closes: LP#31699
2029
  * debian/asoundconf.1: Describe set-default-card and reset-default-card.
2030
2031
 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue,  9 May 2006 13:24:56 +0200
2032
9 by Daniel T Chen
debian/init: Unmute 'Front' element for HDA Intel (hda-intel), and
2033
alsa-utils (1.0.10-1ubuntu9) dapper; urgency=low
2034
2035
  * debian/init: Unmute 'Front' element for HDA Intel (hda-intel), and
2036
    unmute 'Analog Front' element for SB Live 7.1/24-bit (ca0106).
2037
    Closes: LP#35775
2038
2039
 -- Daniel T Chen <crimsun@ubuntu.com>  Mon, 27 Mar 2006 18:02:00 -0500
2040
8 by Martin Pitt
* debian/init:
2041
alsa-utils (1.0.10-1ubuntu8) dapper; urgency=low
2042
2043
  * debian/init:
2044
    - Add new functions preinit_levels()/preinit_levels_on_card() which are
2045
      executed everytime (sanify_levels() is only executed if there is no
2046
      saved state)
2047
    - preinit_levels_on_card(): If card is a PowerMac Snapper, do a 'mute
2048
      "Auto Mute", mute "PC Speaker", unmute "Auto Mute" again' dance to set
2049
      the default output to the internal speakers. This makes powerpc sound
2050
      work out of the box again. (Malone #32151 and a dozen duplicates)
2051
  * debian/asoundconf: Add 'list' command to list available sound card names
2052
    for using with get/set. Thanks to Rocco Stanzione for the patch. 
2053
    (Malone #31893)
2054
2055
 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue,  7 Mar 2006 12:08:04 +0100
2056
7 by Scott James Remnant
* Make the udev rule match on the control device the same as the naming
2057
alsa-utils (1.0.10-1ubuntu7) dapper; urgency=low
2058
2059
  * Make the udev rule match on the control device the same as the naming
2060
    rule shipped by udev itself.
2061
  * Start the alsa mixer setting script in the background so we don't wait
2062
    for it.
2063
  * Make the script spin until /usr/bin exists and /var/lib/alsa also exists
2064
    (a handy hint that they have been mounted) 
2065
2066
 -- Scott James Remnant <scott@ubuntu.com>  Thu, 16 Feb 2006 21:23:18 +0000
2067
6 by Scott James Remnant
And remove the udev/rules.d symlink.
2068
alsa-utils (1.0.10-1ubuntu6) dapper; urgency=low
2069
2070
  * And remove the udev/rules.d symlink. 
2071
2072
 -- Scott James Remnant <scott@ubuntu.com>  Fri,  3 Feb 2006 13:19:08 +0000
2073
2074
alsa-utils (1.0.10-1ubuntu5) dapper; urgency=low
2075
2076
  * Drop dependency on modutils, as it's simply not needed anymore.
2077
  * Drop the modprobe-post-install script as alsa-base doesn't run these
2078
    anymore, and it didn't work with new udev anyway.  Just use udev rules
2079
    in Ubuntu.
2080
  * Install the rules directly into /etc/udev/rules.d so they'll get
2081
    reloaded automatically if they're ever changed.
2082
  * Don't run the init script on startup, instead just run it whenever cards
2083
    are inserted through the rule and don't output messages as usplash gets
2084
    confused.
2085
  * Move alsactl from /usr/sbin to /sbin so we can run it even if /usr
2086
    is on a different partition
2087
2088
 -- Scott James Remnant <scott@ubuntu.com>  Fri,  3 Feb 2006 12:44:58 +0000
2089
2090
alsa-utils (1.0.10-1ubuntu4) dapper; urgency=low
2091
2092
  * debian/asoundconf: Consider the absence of ~/.asoundrc as valid for
2093
    handling with asoundconf. This fixes the sound card selector for a clean
2094
    install.
2095
2096
 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu,  2 Feb 2006 12:09:58 +0000
2097
2098
alsa-utils (1.0.10-1ubuntu3) dapper; urgency=low
2099
2100
  * Prefer module-init-tools over modutils
2101
2102
 -- Matt Zimmerman <mdz@ubuntu.com>  Mon, 30 Jan 2006 07:11:44 -0800
2103
5 by Martin Pitt
* debian/asoundconf:
2104
alsa-utils (1.0.10-1ubuntu2) dapper; urgency=low
2105
2106
  * debian/asoundconf:
2107
    - get/delete: Also match parameters prefixed with '!'.
2108
    - set: Prefix parameter with '!' if it is not a number.
2109
2110
 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 24 Jan 2006 19:13:44 +0100
2111
4 by Martin Pitt
* Synchronize to Debian, apply remaining Ubuntu changes to pristine Debian
2112
alsa-utils (1.0.10-1ubuntu1) dapper; urgency=low
2113
2114
  * Synchronize to Debian, apply remaining Ubuntu changes to pristine Debian
2115
    package.
2116
  * Only remaining change: debian/rules: Do not install alsaconf.
2117
2118
 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 23 Jan 2006 17:15:46 +0100
2119
2120
alsa-utils (1.0.10-1) unstable; urgency=low
2121
2122
  * New upstream release
2123
    Closes: #273125 "aplay.1: Does not give default values for options"
2124
2125
 -- Jordi Mallach <jordi@debian.org>  Wed, 23 Nov 2005 00:14:17 +0100
2126
2127
alsa-utils (1.0.9+1.0.10rc3-1) experimental; urgency=low
2128
2129
  * New upstream release candidate
2130
  * Thomas Hood
2131
    - Add "armeb" to our static list of target architectures.
2132
    - /etc/init.d/alsa-utils: Add LSB header
2133
2134
 -- Thomas Hood <jdthood@yahoo.co.uk>  Tue,  8 Nov 2005 22:26:46 +0100
2135
2136
alsa-utils (1.0.9+1.0.10rc2-1) experimental; urgency=low
2137
2138
  * New upstream release candidate
2139
    - Closes: #325771 "aplay.1: two SYNOPSIS sections"
2140
  * Thomas Hood
2141
    - debian/control: s/Architecture: any/Architecture: <Linux arches>/
2142
    - Remove z60_alsa-utils.rules on purge  (Closes: #330035)
2143
    - Don't use /usr/bin/env in asoundconf shebang
2144
    - Use latest lsb init-functions in initscript
2145
2146
 -- Jordi Mallach <jordi@debian.org>  Fri, 28 Oct 2005 12:50:21 +0200
2147
2148
alsa-utils (1.0.9+1.0.10rc1-1) experimental; urgency=low
2149
2150
  * New upstream release candidate
2151
    - Closes: #299458 (cannot control 'Capture Volume')
2152
    - Closes: #311262 (aplay does not use standard output)
2153
    - Closes: #302147 (man page typos)
2154
    - Closes: #317868 (alsamixer: unexpected quit)
2155
  * Thomas Hood
2156
    - Update upstream changelog
2157
    - Update 20_alsaconf_safe_tmp, 94_debian_alsaconf_modprobe_driver,
2158
      95_debian_alsaconf_unload_modules for new upstream release
2159
    - Use newfangled (>= 3.0-2) lsb-base init functions if available
2160
    - Set "Master Playback Switch" on by default  (Closes: Ubuntu#5813)
2161
    - Add Martin Pitt's asoundconf program  (addresses #199226)
2162
    - Remove obsolete set-default-soundcard program
2163
    - Build-Depend on new libasound2-dev (otherwise build fails)
2164
    - Drop unused /usr/share/alsa-utils/
2165
    - initscript: Don't set "Audigy Analog/Digital Output Jack"
2166
      The driver should set this up properly
2167
2168
 -- Jordi Mallach <jordi@debian.org>  Mon, 19 Sep 2005 21:39:08 +0200
2169
2170
alsa-utils (1.0.9a-4) unstable; urgency=low
3 by Martin Pitt
debian/init: Enable the "Master Playback Switch" on the Intel P4P800-MX
2171
2172
  * Thomas Hood 
2173
    - Add set-default-soundcard from Ubuntu and consequently:
2174
    - Add "python" to Dependencies
2175
    - Conflict with udev << 0.060 since mixer-level-restore feature
2176
      now uses the new udev mechanism.
2177
    - Suggest udev >= 0.063
2178
    - Conflict with alsa-base <= 1.0.9b-2
2179
    - Create alsa-utils initscript
2180
      + Start with old alsa initscript
2181
      + Add "reset" method
2182
      + Make it use lib init functions if they are available (thus
2183
        rendering it unnecessary for Ubuntu to patch the script)
2184
    - Don't keep runlevels_save feature or default file and
2185
      don't keep debconf question about saving mixer levels.
2186
      Whether or not to save mixer levels should now be controlled
2187
      using a runlevel editor: levels are saved when "stop" is run.
2188
      "Start" alsa-utils at S:S50; "stop" at [06]:K50
2189
      The foregoing allows massive simplification of the package
2190
    - Add /etc/alsa/modprobe-post-install.d/alsa-utils
2191
    - Add /etc/udev/alsa-base.rules  (Closes: #316909)
2192
    - Add /lib/alsa-utils/udev which is called by udev obeying
15 by Daniel T Chen
* Merge from debian unstable:
2193
      the alsa-utils.rules file.  [Note added later: this file was
2194
      moved to /lib/udev/alsa-utils.]
3 by Martin Pitt
debian/init: Enable the "Master Playback Switch" on the Intel P4P800-MX
2195
      Note that /etc/alsa/dev.d/ no longer functions as a run-parts
2196
      directory.  This means that new udev rules files should be
2197
      introduced for any local hook scripts that were formerly in
2198
      /etc/alsa/dev.d/.
4 by Martin Pitt
* Synchronize to Debian, apply remaining Ubuntu changes to pristine Debian
2199
    - Omit out-of-date French alsaconf(8)  (see: #316981)
3 by Martin Pitt
debian/init: Enable the "Master Playback Switch" on the Intel P4P800-MX
2200
    - Eliminate obsolete dependencies
2201
4 by Martin Pitt
* Synchronize to Debian, apply remaining Ubuntu changes to pristine Debian
2202
 -- Jordi Mallach <jordi@debian.org>  Mon,  1 Aug 2005 21:48:24 +0200
3 by Martin Pitt
debian/init: Enable the "Master Playback Switch" on the Intel P4P800-MX
2203
2204
alsa-utils (1.0.9a-3) unstable; urgency=low
2205
2206
  * Thomas Hood
2207
    - Bump Standards-Version to 3.6.2.1; no changes required
2208
    - Reverse the order of dialog/whiptail dependency to prefer
2209
      whiptail, following Ubuntu's lead
2210
    - Modify 95_debian_alsaconf_unload_modules.dpatch to make
2211
      alsaconf use the OSS-module-list from linux-sound-base,
2212
      thus making the following change possible
2213
    - Make alsa-utils Depend on linux-sound-base rather than
2214
      alsa-base, thus eliminating the Dependency cycle
2215
    - Add upstream changelog
2216
2217
 -- Jordi Mallach <jordi@debian.org>  Tue, 28 Jun 2005 19:29:05 +0200
2218
2219
alsa-utils (1.0.9a-2) unstable; urgency=low
2220
2221
  * Thomas Hood
2222
    - Supply upstream's speaker-test.1 rather than our own
2223
    - Clean up dpatch headers
2224
    - Add 99_debian_alsaconf_modprobe_ignoreinstall.dpatch
2225
      (Closes: #306177)
2226
4 by Martin Pitt
* Synchronize to Debian, apply remaining Ubuntu changes to pristine Debian
2227
 -- Jordi Mallach <jordi@debian.org>  Wed,  8 Jun 2005 17:10:51 +0200
3 by Martin Pitt
debian/init: Enable the "Master Playback Switch" on the Intel P4P800-MX
2228
2229
alsa-utils (1.0.9a-1) unstable; urgency=low
2230
2231
  * New upstream release
2232
    - Fix segfault on the device without capture controls when the
2233
      view is changed to capture mode  (Closes: #308090)
2234
  * Thomas Hood:
2235
    - Fix dpatch 10_move_asound_state_to_var
2236
  * Jordi Mallach:
2237
    - debian/control: bump libasound2-dev requirement to 1.0.9.
2238
2239
 -- Jordi Mallach <jordi@debian.org>  Sun,  5 Jun 2005 23:03:34 +0200
2240
2241
alsa-utils (1.0.8+1.0.9rc3-1) experimental; urgency=low
2242
4 by Martin Pitt
* Synchronize to Debian, apply remaining Ubuntu changes to pristine Debian
2243
  * New upstream release candidate
3 by Martin Pitt
debian/init: Enable the "Master Playback Switch" on the Intel P4P800-MX
2244
    - Fixes part of #299458 "alsamixer, amixer cannot control
2245
                      Capture Volume and Capture Switch on azx"
2246
    - Closes: #302147 "man page typos"
2247
  * Thomas Hood
2248
    - Drop dpatches applied upstream:
2249
      + 15_alsaconf_fix_opt
2250
      + 97_debian_alsaconf_cfgfile
2251
    - Update dpatches:
2252
      + 20_alsaconf_safe_tmp
2253
      + 98_debian_alsaconf_nodup
2254
        . Don't omit card options for legacy cards
2255
    - Don't ship obsolete upstream changelog.
2256
      Please see the upstream changelog in alsa-base instead.
2257
2258
 -- Jordi Mallach <jordi@debian.org>  Wed, 11 May 2005 20:34:35 +0200
2259
2.1.1 by Jordi Mallach
* Thomas Hood
2260
alsa-utils (1.0.8-4) unstable; urgency=medium
2261
2262
  * Thomas Hood
2263
    - Tweak patch descriptions
2264
    - 20_alsaconf_safe_tmp:
2265
      + Don't mention --modinfo in usage
2266
      + Don't abort if card database is empty  (Closes: #297779)
2267
        Thanks to B. Zhang for assistance.
2268
2269
 -- Jordi Mallach <jordi@debian.org>  Fri,  4 Mar 2005 11:34:35 +0100
2270
2271
alsa-utils (1.0.8-3) unstable; urgency=low
2272
2273
  * Thomas Hood
2274
    - 20_alsaconf_safe_tmp:
2275
      Generate card database temporary file safely and only run in
2276
      "modinfo" mode  (Closes: #294128)
2277
2278
 -- Jordi Mallach <jordi@debian.org>  Sun, 20 Feb 2005 16:38:24 +0100
2279
2280
alsa-utils (1.0.8-2) unstable; urgency=medium
2281
2282
  * Thomas Hood
2283
    - Depend on alsa-base >= 1.0.8-4 so that alsaconf can run the
2284
      initscript force-unload method
2285
    - alsaconf:
2286
      + 95_debian_alsaconf_unload_modules.dpatch:
2287
        . Run force-unload initscript method, not force-stop which
2288
          was removed  (Closes: #294112)
2289
        . Patch has a new name
2290
      + 98_debian_alsaconf_nodup.dpatch
2291
        . Tweak so that alsaconf doesn't fail if
2292
          /etc/mod(utils|probe.d)/alsa-base not present
2293
2294
 -- Jordi Mallach <jordi@sindominio.net>  Thu, 10 Feb 2005 22:49:09 +0100
2295
2296
alsa-utils (1.0.8-1) unstable; urgency=low
2297
2298
  * New upstream release
2299
    (Closes: #222435 "alsamixer.1: explain the display")
2300
    (Closes: #285629 "alsa-utils: Line LiveDrive Capture gone since 1.0.7")
2301
    (Closes: #286192 "alsamixer: document new display modes")
2302
    (Closes: #283924 "alsa-utils: Please allow localisation of alsaconf")
2303
    (Closes: #286194 "alsamixer: add command-line control of startup mode")
2304
  * Thomas Hood
2305
    - Update 10_move_asound_state_to_var.dpatch (context)
2306
    - debian/control
2307
      + Build-Depends: libasound2-dev (>= 1.0.8)
2308
    - Replace /usr/lib/alsa/modprobe-post-install by a symlink
2309
      (for backward compatibility) to /lib/alsa/modprobe-post-install
2310
      and Depend on alsa-base >> 1.0.7-2 which contains the latter
2311
    - Remove 92_debian_alsaconf_restore.dpatch
2312
    - Update 98_debian_alsaconf_nodup.dpatch to remove more cruft
2313
      from /etc/mod(utils|probe.d)/sound files
2314
    - Remove /etc/alsa/modprobe-post-install.d from package
2315
      (It is now in alsa-base.)
2316
2317
 -- Jordi Mallach <jordi@debian.org>  Mon, 17 Jan 2005 12:10:00 +0100
2318
2319
alsa-utils (1.0.7-2) unstable; urgency=medium
2320
2321
  * Thomas Hood
2322
    - Correct descriptions in patch headers
2323
    - debian/control
2324
      + alsa-utils Depends: alsa-base (>> 1.0.7-1) for
2325
        new initscript
2326
    - Remove obsolete debian/patches/*
2327
      + 15_alsaconf_doc_config
2328
    - Add new debian/patches/*
2329
      + 94_debian_alsaconf_modprobe_driver
2330
        . Modprobe snd card driver on exit
2331
      + 95_debian_alsaconf_force_stop_driver
2332
        . Invoke initscript force-stop on entrance
2333
          and remove OSS modules _after_ printing
2334
          introductory message
2335
      + 96_debian_alsaconf_improve_intro
2336
        . Improve introductory message
2337
      + 97_debian_alsaconf_cfgfile
2338
        . Change 2.4 config file to /etc/modutils/sound
2339
          so as not to overwrite /etc/modutils/alsa-base
2340
          which is one of our conffiles
2341
      + 98_debian_alsaconf_nodup
2342
        . Do not add lines to /etc/mod(utils|probe.d)/sound
2343
          that duplicate lines in .../alsa-base
2344
    - debian/watch: update
2345
    - debian/postrm: Delete /etc/mod(probe.d|utils)/sound on purge
2346
2347
 -- Jordi Mallach <jordi@debian.org>  Thu,  9 Dec 2004 13:08:32 +0100
2348
2349
alsa-utils (1.0.7-1) unstable; urgency=low
2350
2351
  * New upstream release
2352
    - Closes: #219874  "alsamixer: Please make ? a synonym for h"
2353
  * Thomas Hood
2354
    - debian/patches/
2355
      + 10_move_asound_state_to_var   Update
2356
      + 10_alsaconf_lspci_401         Remove obsolete
2357
      + 15_amixer_doc_bug271556       Remove obsolete
2358
      + 15_alsamixer_doc_space        Remove obsolete
2359
      + 15_alsamixer_doc_keycase      Remove obsolete
2360
      + 15_alsamixer_doc_mute         Remove obsolete
2361
      + 15_arecord_doc_duration       Remove obsolete
2362
      + 15_alsaconf_doc_config        Leave
2363
      + 20_alsaconf_lspci             Remove obsolete
2364
      + 50_aconnect_betwen            Remove obsolete
2365
      + 90_debian_alsaconf_paths      Leave
2366
      + 90_debian_alsaconf_idmode     Leave
2367
      + 90_debian_alsaconf_cfgfile    Remove obsolete
2368
      + 90_debian_alsaconf_notouch    Remove obsolete
2369
      + 91_debian_alsaconf_noclear    Leave
2370
      + 92_debian_alsaconf_restore    Leave
2371
    - debian/postinst, prerm, postrm:
2372
      + Eliminate unnecessarily complex asound.state-moving code
2373
    - debian/control:
2374
      + Depend on alsa-base >= 1.0.6a
2375
      + Tweak Description
2376
    - /usr/lib/alsa/modprobe-post-install:
2377
      + Judge udev to be in use if /dev/.udevdb/ exists and
2378
        only if kernel version >= 2.6
2379
      + Only do "alsactl restore" if asound.state is present
2380
2381
 -- Jordi Mallach <jordi@debian.org>  Tue, 30 Nov 2004 14:56:54 +0100
2382
2383
alsa-utils (1.0.6-4) unstable; urgency=medium
2384
2385
  * Thomas Hood: 
2386
    - Tweak Description
2387
    - Fix up copyright file
2388
    - 92_debian_alsaconf_restore:
2389
      + Pass name of card driver to /usr/lib/alsa/modprobe-post-install
2390
    - /usr/lib/alsa/modprobe-post-install:
2391
      + run-parts /etc/alsa/modprobe-post-install.d/
2392
2393
 -- Jordi Mallach <jordi@debian.org>  Mon, 18 Oct 2004 19:12:03 +0200
2394
2395
alsa-utils (1.0.6-3) unstable; urgency=medium
2396
2397
  * Thomas Hood: 
2398
    - Add 10_alsaconf_lspci_401.  Anticipates upstream change.
2399
      Adapt 20_alsaconf_lspci and 90_debian_alsaconf_paths accordingly.
2400
    - modprobe-post-install:
2401
      + Don't "alsactl restore" if udev is active.
2402
        This begins to address #273090.
2403
2404
 -- Jordi Mallach <jordi@debian.org>  Sun, 26 Sep 2004 18:14:36 +0200
2405
2406
alsa-utils (1.0.6-2) unstable; urgency=low
2407
2408
  * Thomas Hood: 
2409
    - alsaconf.8
2410
      + Describe new --config option
2411
    - speaker-test.1
2412
      + Add
2413
  * Jordi Mallach:
2414
    - Rebuild with a correct import to get the new alsaconf in.
2415
2416
 -- Jordi Mallach <jordi@debian.org>  Tue, 21 Sep 2004 23:57:43 +0200
2417
2418
alsa-utils (1.0.6-1) unstable; urgency=low
2419
2420
  * New upstream release.
2421
  * Thomas Hood:
2422
    - aconnect.c
2423
      + 50_aconnect_betwen: 'betwen' -> 'between'
2424
        (Closes: #272319)
2425
    - /usr/lib/alsa/modprobe-post-install
2426
      + Add
2427
    - alsaconf.in:
2428
      + Split up 90_debian_alsaconf into three patches:
2429
        . 90_debian_alsaconf_paths
2430
        . 90_debian_alsaconf_idmode
2431
        . 90_debian_alsaconf_cfgfile
2432
      + Add 90_debian_alsaconf_notouch:
2433
        . Do not create /etc/modprobe.conf if it didn't exist before.
2434
          (Closes: #270413)
2435
        . Also, do not update /etc/modprobe.d/sound if it hasn't changed.
2436
        . Set cleanup trap before creating temporary files (not after).
2437
      + Add 91_debian_alsaconf_noclear:
2438
        . Don't really clear screen; just newline  (Closes: #261850)
2439
      + Add 92_debian_alsaconf_restore:
2440
        . Set up module loader to do
2441
          /usr/lib/alsa/modprobe-post-install (Closes: #268221)
2442
    - amixer.1
2443
      + Add 15_amixer_doc_bug271556:
2444
        . Fix formatting  (Closes: #271556)
2445
    - alsamixer.1
2446
      + Add 15_alsamixer_doc_space which is nothing other than
2447
        D. B. Harris's debian/patches/15_alsamixer_docfixes renamed
2448
        (see the entry for 1.0.3-1).  Add it to debian/patches/00list
2449
        so that it actually gets applied.
2450
      + Add 15_alsamixer_doc_keycase:
2451
        . Note that commands given in upper case can also be given
2452
          in lower case  (Closes: #258860)
2453
        . Note that h brings up a help screen  (Closes: #272346)
2454
      + Add 15_alsamixer_doc_mute:
2455
        . Note that < and > mute channels independently only if
2456
          the hardware supports this.  (Closes: #262371)
2457
    - arecord.1
2458
      + Add 15_arecord_doc_duration:
2459
        . Note that the default duration is zero  (Closes: #243965)
2460
  * Jordi Mallach:
4 by Martin Pitt
* Synchronize to Debian, apply remaining Ubuntu changes to pristine Debian
2461
    - debian/control: add Thomas Hood to Uploaders.
2.1.1 by Jordi Mallach
* Thomas Hood
2462
2463
 -- Jordi Mallach <jordi@debian.org>  Mon, 20 Sep 2004 18:22:44 +0200
2464
2465
alsa-utils (1.0.5-3) unstable; urgency=low
2466
2467
  * Jordi Mallach:
2468
    - debian/patches/20_alsaconf_lspci.dpatch: apply patch from
2469
      Sergio Gelato to make alsaconf work with the new lspci output
2470
      (closes: #258303).
2471
    - debian/patches/90_debian_alsaconf.dpatch: sync.
2472
2473
 -- Jordi Mallach <jordi@debian.org>  Thu, 15 Jul 2004 17:36:37 +0200
2474
2475
alsa-utils (1.0.5-2) unstable; urgency=low
2476
2477
  * Jordi Mallach:
2478
    - debian/patches/90_debian_alsaconf.dpatch: update config file
2479
      location (closes: #256698). Thanks, Fabio Massimo Di Nitto.
2480
    - debian/control: don't suggest alsadriver, which isn't provided
2481
      by anything anymore (closes: #258606).
2482
    - debian/rules:
2483
      + apply patch from Mikael Magnusson to apply patches before
2484
        configure, to assure alsaconf.in gets the patches applied
2485
        on time. Thanks! (closes: #257753).
2486
      + don't set sysconfdir to /etc/alsa/0.9 anymore.
2487
    - debian/dirs: remove etc/alsa/0.9 (closes: #254360).
2488
2489
 -- Jordi Mallach <jordi@debian.org>  Sun, 11 Jul 2004 00:36:25 +0200
2490
2491
alsa-utils (1.0.5-1) unstable; urgency=low
2492
2493
  * New upstream release.
2494
  * Jordi Mallach:
2495
    - debian/control: require pciutils (>= 1:2.1.11-4) to ensure lspci is in
2496
    /usr/bin (closes: #249179).
2497
2498
 -- Jordi Mallach <jordi@debian.org>  Thu, 10 Jun 2004 01:52:00 +0200
2499
2500
alsa-utils (1.0.4-1) unstable; urgency=low
2501
2502
  * New upstream release.
2503
  * Jordi Mallach:
2504
    - debian/control:
2505
      + change Maintainer name to "Debian ALSA Maintainers".
2506
      + require alsa-base 1.0.4 or newer, as alsaconf now relies on the new
2507
        location of the modutils file.
2508
    - debian/postinst: remove update-menus call and a #DEBHELPER# marker
2509
      instead.
2510
    - debian/patches/90_debian_alsaconf.dpatch: update path to the Debian
2511
      modutils file (0.9 -> 1.0) (closes: #233250, #243143).
2512
2513
 -- Jordi Mallach <jordi@debian.org>  Tue, 13 Apr 2004 23:21:37 +0200
2514
2515
alsa-utils (1.0.3-1) unstable; urgency=low
2516
2517
  * New upstream release
2518
  * Jordi Mallach:
2519
    - debian/control: sync description with alsa-lib's.
2520
  * David B. Harris:
2521
    - debian/control:
2522
      + Change my Uploaders: email address from my private address to
2523
        dbharris@debian.org
2524
      + Add pciutils to Depends, alsaconf uses lspci (Closes: #235203)
2525
    - Move /etc/asound.state to /var/lib/alsa/asound.state:
2526
      + alsaconf/alsaconf.in, alsactl/alsactl.{1,c} via
2527
        patches/10_move_asound_state_to_var.dpatch: Move the default
2528
        asound.state from /etc/ to /var/lib/alsa/ (Closes: #106244)
2529
      + debian/postinst: If /etc/asound.state exists, copy it to
2530
        /var/lib/alsa. alsa-base will require a versioned Depends: on this
2531
        package so that restarting ALSA in its postinst will get the state
2532
        from the right place.
2533
      + debian/postrm: Add abort-{upgrade,install} support so that
2534
        /var/lib/alsa/asound.state is moved back to /etc/ on a failed upgrade.
2535
      + debian/prerm: New, support downgrading to versions of alsa-utils which
2536
        store state in /etc/asound.state
2537
    - alsamixer/alsamixer.1 via debian/patches/15_alsamixer_docfixes.dpatch:
2538
      Fix documentation - the space key in alsamixer doesn't add or remove
2539
      channels from the recording stream, it simply turns on recording for
2540
      that channel and turns it off everywhere else. (Closes: #222431)
2541
    - debian/menu: Use full path to /usr/sbin/su-to-root, as per lintian's
2542
      suggestion.
2543
    - debian/postinst: Call update-menus, thanks again to lintian for pointing
2544
      that oversight out.
2545
2546
 -- David B. Harris <dbharris@debian.org>  Fri,  5 Mar 2004 14:40:31 -0500
2547
2548
alsa-utils (1.0.2-1) unstable; urgency=low
2549
2550
  * New upstream release.
2551
  * Jordi Mallach:
2552
    - debian/control:
2553
      + bump the required libasound2-dev to 1.0.1, the version we ended up
2554
        releasing.
2555
      + bump Standards-Version to 3.6.1.0 (no changes required).
2556
    - debian/menu: err, the package is alsa-utils, not alsaconf now.
2557
  * Steve Kowalik:
2558
    - Depend on modutils, or module-init-tools. (Closes: #225902)
2559
  * David B Harris:
2560
    - alsa-utils now Provides: audio-mixer (it has both amixer and alsamixer).
2561
      (Closes: #231779)
2562
2563
 -- Jordi Mallach <jordi@debian.org>  Sun, 15 Feb 2004 00:38:09 +0100
2564
2565
alsa-utils (1.0.1-1) unstable; urgency=low
2566
2567
  * New upstream release.
2568
  * Steve Kowalik:
2569
    + dpatch-ify this package.
2570
  * David B Harris:
2571
    + Migrate alsaconf binary package (from source package alsa-driver) to
2572
      this binary package, alsa-utils. Upstream folks have moved it. This was
2573
      the sane place for it anyways.
2574
      debian/control:
2575
       - Add alsa-utils Conflicts/Replaces/Provides alsaconf
2576
       - Add alsa-utils Conflicts with alsaconf-0.4, alsa-base-0.4
2577
       - Add alsa-utils Depends: dialog | whiptail, modutils (>= 2.3.5-1)
2578
       - Add debian/patches/90_debian_alsaconf.dpatch, based on the one from
2579
         alsa-driver
2580
       - Add debian/menu for alsaconf, copied directly from alsa-driver
2581
    + debian/rules (binary-arch): Depend on patch-stamp instead of patch
2582
2583
 -- Jordi Mallach <jordi@debian.org>  Mon, 26 Jan 2004 14:55:08 +0100
2584
2585
alsa-utils (0.9.8-1) unstable; urgency=low
2586
2587
  * New upstream release.
2588
2589
 -- Jordi Mallach <jordi@debian.org>  Fri, 14 Nov 2003 13:16:02 +0100
2590
2591
alsa-utils (0.9.6-1) unstable; urgency=low
2592
2593
  * New upstream release.
2594
  * David B. Harris:
2595
    + Import new upstream version to our CVS tree.
2596
2597
 -- David B Harris <david@eelf.ddts.net>  Tue, 26 Aug 2003 14:39:49 +0200
2598
2599
alsa-utils (0.9.4-1) unstable; urgency=low
2600
2601
  * David B. Harris:
2602
    + imported new upstream release.
2603
2604
 -- Jordi Mallach <jordi@debian.org>  Fri, 13 Jun 2003 13:21:14 +0200
2605
2606
alsa-utils (0.9.3-1) unstable; urgency=low
2607
2608
  * New upstream release.
2609
2610
 -- Jordi Mallach <jordi@debian.org>  Sat, 10 May 2003 19:21:56 +0200
2611
2612
alsa-utils (0.9.2-2) unstable; urgency=low
2613
2614
  * Steve Kowalik
2615
    - Rebuilt on a known-good installation.
2616
2617
 -- Steve Kowalik <stevenk@debian.org>  Mon, 31 Mar 2003 00:22:07 +1000
2618
2619
alsa-utils (0.9.2-1) unstable; urgency=low
2620
2621
  * David B Harris:
2622
    - New upstream release.
2623
  * Jordi Mallach:
2624
    - bump dependencies to 0.9.2.
2625
2626
 -- Jordi Mallach <jordi@debian.org>  Fri, 28 Mar 2003 23:45:06 +0100
2627
2628
alsa-utils (0.9.1-1) unstable; urgency=low
2629
2630
  * New upstream release.
2631
  * Jordi Mallach:
2632
    - debian/control:
2633
      + bump dependencies to 0.9.1.
2634
      + Standards-Version: 3.5.9.0 (no changes).
2635
2636
 -- Jordi Mallach <jordi@debian.org>  Fri, 14 Mar 2003 17:00:00 +0100
2637
2638
alsa-utils (0.9.0rc8a-1) unstable; urgency=low
2639
4 by Martin Pitt
* Synchronize to Debian, apply remaining Ubuntu changes to pristine Debian
2640
  * New upstream release
2.1.1 by Jordi Mallach
* Thomas Hood
2641
    + aplay segfaults should be fixed in this version, according to upstream
2642
      (closes: #177522).
2643
    + alsamixer should not fail anymore with ALI5451 South Bridge
2644
      (closes: #174690).
2645
  * debian/control: bump dependencies to 0.9.0rc8.
2646
2647
 -- Jordi Mallach <jordi@debian.org>  Tue, 11 Mar 2003 12:53:33 +0100
2648
2649
alsa-utils (0.9.0rc7-2) unstable; urgency=low
2650
2651
  * debian/control:
2652
    + add David B. Harris <david@eelf.ddts.net> to Uploaders,
2653
      remove Martin Loschwitz.
2654
    + Sync maintainer name with alsa-driver and alsa-lib.
2655
    + Standards-Version: 3.5.8.0 (no changes).
2656
  * debian/copyright: update maintainer names.
2657
  * debian/docs: add more documentation.
2658
  * debian/rules: build cleanups.
2659
  * debian/compat: use debhelper compatibility 4.
2660
  * The following are patches from David B. Harris:
2661
  * alsamixer/alsamixer.c:
2662
    + hide terminal cursor (closes: #81169).
2663
    + add "Press Escape to quit" message to titlebar (closes: #178393).
2664
  * aplay/aplay.c: Ensure that if both -l and -L are processed if
2665
    both are provided (closes: #177521).
2666
  * amixer/amixer.c: remove trailing white spaces from program output
2667
    (closes: #177518).
2668
2669
 -- Jordi Mallach <jordi@debian.org>  Sun, 23 Feb 2003 03:43:16 -0500
2670
2671
alsa-utils (0.9.0rc7-1) unstable; urgency=low
2672
2673
  * New upstream release.
2674
  * Daniel Kobras' aplay patch has been accepted upstream; removed.
2675
  * debian/control:
2676
    + change maintainer to "Debian Alsa Psychos
2677
      <debian-alsa@lists.wedontsleep.org>", add Martin to Uploaders:.
2678
    + bump Build-Depend on libasound-dev to (>= 0.9.0rc7-1).
2679
    + bump alsa-base Dependency to (>= 0.9.0rc7-1).
2680
2681
 -- Jordi Mallach <jordi@debian.org>  Mon,  3 Feb 2003 03:57:44 +0100
2682
2683
alsa-utils (0.9.0rc6-1) unstable; urgency=low
2684
2685
  * New upstream release.
2686
  * debian/control:
2687
    + new Maintainers, Martin Loschwitz <madkiss@madkiss.org>,
2688
      Jordi Mallach <jordi@debian.org> and Steve Kowalik <stevenk@debian.org>.
2689
    + Build-Depend on autotools-dev and bump libasound2-dev to (>= 0.9.0rc6).
2690
    + bump alsa-base dependency to 0.9.0rc6.
2691
  * debian/copyright: add more packaging history and reword copyright terms.
2692
  * debian/rules: replace config.{guess,sub} with symlinks to those provided
2693
    by autotools and remove them on clean.
2694
  * Maintainer upload, ack NMU's (closes: #100519, #124127, #70198, #98718,
2695
    closes: #119986, #125802, #131165, #131875, #139318, #148323, #159822).
2696
2697
 -- Jordi Mallach <jordi@debian.org>  Tue, 10 Dec 2002 17:13:01 +0100
2698
2699
alsa-utils (0.9.0rc5-0.2) unstable; urgency=low
2700
2701
  * Non-Maintainer Upload.
2702
  * debian/control: bump Build-Depends to libasound2-dev (>= 0.9.0rc5-0.2).
2703
2704
 -- Jordi Mallach <jordi@debian.org>  Wed, 30 Oct 2002 22:58:13 +0100
2705
2706
alsa-utils (0.9.0rc5-0.1) unstable; urgency=low
2707
2708
  * Non-Maintainer Upload.
2709
  * New upstream release.
2710
  * debian/changelog: removed local emacs variables.
2711
  * debian/control: bump alsa-base dependency to 0.9.0rc5.
2712
  * debian/rules:
2713
    + run "make distclean" instead of "make clean" when cleaning.
2714
    + remove "version" on clean.
2715
    + disable config.{guess,sub} autoupdate code. These aren't used in the
2716
      original sources.
2717
2718
 -- Jordi Mallach <jordi@debian.org>  Wed, 30 Oct 2002 19:03:06 +0100
2719
2720
alsa-utils (0.9.0rc3-0.3) unstable; urgency=low
2721
2722
  * Rebuild against the latest libasound2-dev.
2723
  * debian/control: build-dep on libasound2-dev (>= 0.9.0rc3-0.3).
2724
2725
 -- Jordi Mallach <jordi@debian.org>  Tue, 15 Oct 2002 19:43:16 +0200
2726
2727
alsa-utils (0.9.0rc3-0.2) unstable; urgency=low
2728
2729
  * Non-Maintainer Upload.
2730
  * debian/control: Build-Depend on versioned debhelper (>= 4.0.0).
2731
  * debian/rules:
2732
    + support DEB_BUILD_OPTIONS "noopt", drop "debug".
2733
    + use DH_COMPAT=4.
2734
  * Bas Zoetekouw reports that rc1 works for his EMU10K1 card
2735
    (closes: #100519).
2736
  * aplay.1/arecord.1 manpages seem to be up to date (closes: #98718).
2737
  * Build-Depends were added long ago (closes: #70198).
2738
  * alsa-utils and alsa-base versions are synced in both stable and unstable.
2739
    alsa-utils also now depends on the same version of alsa-base, so hopefully
2740
    this won't happen again (closes: #119986).
2741
  * aplay/aplay.c: patch from Daniel Kobras which fixes generation of buggy
2742
    wav files (closes: #131875).
2743
2744
 -- Jordi Mallach <jordi@debian.org>  Sun, 22 Sep 2002 18:24:19 +0200
2745
2746
alsa-utils (0.9.0rc3-0.1) unstable; urgency=low
2747
2748
  * Non-Maintainer Upload. Most of the work was done by
2749
    Bastian Kleineidam <calvin@debian.org>.
2750
  * New upstream release (closes: #139318).
2751
  * Standards-Version: 3.5.6.1.
2752
  * Use absolute filenames in dh_link (closes: #148323).
2753
  * Testing/stable versions are consistent (closes: #124127).
2754
  * Update dependencies version of alsa-base to rc3.
2755
  * Add arecord symlinks in debian/links.
2756
  * Conflict with alsa-utils-0.5.
2757
2758
 -- Jordi Mallach <jordi@debian.org>  Sun, 08 Sep 2002 17:48:12 +0200
2759
2760
alsa-utils (0.9.0rc1-1) unstable; urgency=low
2761
2762
  * New upstream release
2763
  * Standards-Version: 3.5.6.0
2764
2765
 -- Masato Taruishi <taru@debian.org>  Mon, 13 May 2002 00:51:01 +0900
2766
2 by Masato Taruishi
New upstream release
2767
alsa-utils (0.9.0beta12-1) unstable; urgency=low
2768
2769
  * New upstream release
2770
2771
 -- Masato Taruishi <taru@debian.org>  Wed,  3 Apr 2002 14:58:38 +0900
2772
2773
alsa-utils (0.9.0beta10a-2) unstable; urgency=low
2774
2775
  * Added alsactl symlink (closes: #124321).
2776
2777
 -- Masato Taruishi <taru@debian.org>  Mon, 17 Dec 2001 19:55:38 +0900
2778
2779
alsa-utils (0.9.0beta10a-1) unstable; urgency=low
2780
2781
  * New upstream release
2782
  * Used new alsa-base's version select framework.
2783
2784
 -- Masato Taruishi <taru@debian.org>  Sat, 15 Dec 2001 13:03:17 +0900
2785
2786
alsa-utils (0.9.0beta9-1) unstable; urgency=low
2787
2788
  * New upstream release
2789
  * Removed invocation of automake and autoconf (closes: #115166).
2790
2791
 -- Masato Taruishi <taru@debian.org>  Tue, 27 Nov 2001 04:23:06 +0900
2792
2793
alsa-utils (0.9.0beta7-1) unstable; urgency=low
2794
2795
  * New upstream release
2796
2797
 -- Masato Taruishi <taru@debian.org>  Thu,  6 Sep 2001 16:34:26 +0900
2798
2799
alsa-utils (0.9.0beta4-1) unstable; urgency=low
2800
2801
  * New upstream release (closes: #97753, #97761)
2802
2803
 -- Masato Taruishi <taru@debian.org>  Thu, 17 May 2001 19:06:01 +0900
2804
2805
alsa-utils (0.9.0beta3-1) unstable; urgency=low
2806
2807
  * New upstream release
2808
2809
 -- Masato Taruishi <taru@debian.org>  Sun, 13 May 2001 14:17:24 +0900
2810
2811
alsa-utils (0.5.9b-2) unstable; urgency=low
2812
2813
  * Priority now optional.
2814
2815
 -- Masato Taruishi <taru@debian.org>  Mon,  4 Dec 2000 21:23:10 +0900
2816
2817
alsa-utils (0.5.9b-1) unstable; urgency=low
2818
2819
  * New upstream release
2820
2821
 -- Masato Taruishi <taru@debian.org>  Fri,  6 Oct 2000 00:37:40 +0900
2822
2823
alsa-utils (0.5.9-1) unstable; urgency=low
2824
2825
  * New upstream release
2826
2827
 -- Masato Taruishi <taru@debian.org>  Thu, 17 Aug 2000 12:20:29 +0900
2828
2829
alsa-utils (0.5.8-1) unstable; urgency=low
2830
2831
  * new upstream release.
2832
2833
 -- Masato Taruishi <taru@debian.org>  Tue,  6 Jun 2000 22:22:32 +0900
2834
2835
alsa-utils (0.5.7-3) unstable; urgency=low
2836
2837
  * Added Build-Depends: libasound1-dev and more. (closes: #63570)
2838
2839
 -- Masato Taruishi <taru@debian.org>  Sat,  6 May 2000 01:31:30 +0900
2840
2841
alsa-utils (0.5.7-2) unstable; urgency=low
2842
2843
  * Added alsautils to install alsa-utils automatically if
2844
     an old alsautils installed.
2845
2846
 -- Masato Taruishi <taru@debian.org>  Mon, 10 Apr 2000 01:37:57 +0900
2847
2848
alsa-utils (0.5.7-1) unstable; urgency=low
2849
2850
  * New upstream release
2851
2852
 -- Masato Taruishi <taru@debian.org>  Fri,  7 Apr 2000 17:28:40 +0900
2853
2854
alsa-utils (0.5.6-2) unstable; urgency=low
2855
2856
  * Fixed debian/copyright.
2857
2858
 -- Masato Taruishi <taru@debian.org>  Wed, 15 Mar 2000 01:00:56 +0900
2859
2860
alsa-utils (0.5.6-1) unstable; urgency=low
2861
2862
  * New upstream release
2863
2864
 -- Masato Taruishi <taru@debian.org>  Sun, 12 Mar 2000 01:42:26 +0900
2865
2866
alsa-utils (0.5.5-2) unstable; urgency=low
2867
2868
  * Removed version name from this source name.
2869
2870
 -- Masato Taruishi <taru@debian.org>  Sat, 11 Mar 2000 04:50:41 +0900
2871
2872
alsa-utils-0.5 (0.5.5-1) unstable; urgency=low
2873
2874
  * New upstream release
2875
2876
 -- Masato Taruishi <taru@debian.org>  Sat,  4 Mar 2000 06:49:25 +0900
2877
2878
alsa-utils-0.5 (0.5.4-1) unstable; urgency=low
2879
2880
  * New upstream release
2881
2882
 -- Masato Taruishi <taru@debian.org>  Tue, 29 Feb 2000 18:56:42 +0900
2883
2884
alsa-utils-0.5 (0.5.3-1) unstable; urgency=low
2885
2886
  * New upstream release.
2887
  * Changed source name.
2888
2889
 -- Masato Taruishi <taru@debian.org>  Fri, 18 Feb 2000 00:26:34 +0900
2890
2891
alsautils (0.4.1-5) unstable; urgency=low
2892
2893
  * Fixed wrong command name. (Closes: #49577)
2894
2895
 -- Masato Taruishi <taru@debian.org>  Tue,  9 Nov 1999 02:25:02 +0900
2896
2897
alsautils (0.4.1-4) unstable; urgency=low
2898
2899
  * Changed the hard coding config_read dir. Note that this is a 
2900
    temporary solution. (Closes: #49116)
2901
2902
 -- Masato Taruishi <taru@debian.org>  Fri,  5 Nov 1999 00:29:54 +0900
2903
2904
alsautils (0.4.1-3) unstable; urgency=low
2905
2906
  * Rebuild with new libasound0.4 with new shlibs info. (Closes: #48158, #48226, #48227)
2907
2908
 -- Masato Taruishi <taru@debian.org>  Mon, 25 Oct 1999 21:42:01 +0900
2909
2910
alsautils (0.4.1-2) unstable; urgency=low
2911
2912
  * New upstream release.
2913
  * Changed the maintainer.
2914
  * Comment out xpm file entries in /etc/xamixer.conf. (Closes #45368)
2915
2916
 -- Masato Taruishi <taru@debian.org>  Sun, 17 Oct 1999 05:16:38 +0900
2917
2918
alsautils (0.3.2-1) unstable; urgency=low
2919
2920
  * New upstream version.  Compiled with new alsalib (0.3.2)
2921
2922
 -- David Huggins-Daines <dhd@debian.org>  Fri, 18 Jun 1999 15:09:10 -0400
2923
2924
alsautils (0.3.0-pre3-1) unstable; urgency=low
2925
2926
  * New upstream version
2927
  * Compiled with alsalib 0.3.0-pre3a
2928
  * Cleanup debian/rules
2929
  * Change priority to extra
2930
2931
 -- Wichert Akkerman <wakkerma@debian.org>  Wed,  3 Feb 1999 00:45:43 +0100
2932
2933
alsautils (0.0.7-2) unstable; urgency=low
2934
2935
  * Recompiled with new alsalib (0.3.0)
2936
2937
 -- Wichert Akkerman <wakkerma@debian.org>  Sat, 23 Jan 1999 21:15:53 +0100
2938
2939
alsautils (0.0.7-1) unstable; urgency=low
2940
2941
  * New upstream version
2942
  * Fix a couple of lintian errors & warnings
2943
2944
 -- Wichert Akkerman <wakkerma@debian.org>  Sun, 15 Nov 1998 02:32:50 +0100
2945
2946
alsautils (0.0.6-2) frozen unstable; urgency=low
2947
2948
  * Recompiled with ncurses4
2949
2950
 -- Wichert Akkerman <wakkerma@debian.org>  Mon,  2 Nov 1998 15:47:37 +0100
2951
2952
alsautils (0.0.6-1) unstable; urgency=low
2953
2954
  * New upstream version
2955
  * Suggest alsadriver
2956
2957
 -- Wichert Akkerman <wakkerma@debian.org>  Wed, 16 Sep 1998 03:01:48 +0200
2958
2959
alsautils (0.0.4-1) unstable; urgency=low
2960
2961
  * New upstream version
2962
  * Don't include init-file, that's for alsadriver
2963
  * Call dh_undocumented for all binaries
2964
  * Fix clean-target of aplay-makefile
2965
2966
 -- Wichert Akkerman <wakkerma@debian.org>  Fri,  3 Jul 1998 00:13:03 +0200
2967
2968
alsautils (0.0.3-2) unstable; urgency=low
2969
2970
  * Forgot to include original source.
2971
2972
 -- Wichert Akkerman <wakkerma@debian.org>  Tue,  9 Jun 1998 21:34:31 +0200
2973
2974
alsautils (0.0.3-1) unstable; urgency=low
2975
2976
  * Initial release
2977
2978
 -- Wichert Akkerman <wakkerma@debian.org>  Sun,  7 Jun 1998 16:53:01 +0200
15 by Daniel T Chen
* Merge from debian unstable:
2979