alsa-base (1.0.25+3~deb7u1) stable; urgency=low

  * Upload to proposed-updates.

 -- Jordi Mallach <jordi@debian.org>  Wed, 08 May 2013 16:44:59 +0200

alsa-base (1.0.25+3) unstable; urgency=low

  * Add Pre-Depends dpkg (>= 1.15.7.2~), for dpkg-maintscript-helper.
  * In 1.0.25+2, we started using dh_installinit to install the
    default file as /etc/default/alsa-base, and make it a proper conffile.
    However, the alsa script still expected to read defaults from
    /etc/default/alsa. Update it to use the new path (closes: #680914).
    Additionally, make sure that if we're upgrading from versions prior to
    this change, and a /etc/default/alsa file already exists and its
    md5sum isn't known, it'll get renamed to alsa-base in order to
    preserve user changes.
    For testing users, the old file will be removed if it was pristine,
    and otherwise it'll stay unused in the filesystem.
  * Try to remove /etc/default/alsa on purge.

 -- Jordi Mallach <jordi@debian.org>  Sat, 20 Apr 2013 12:44:21 +0200

alsa-base (1.0.25+2+nmu2) unstable; urgency=high

  * Non-maintainer upload.
  * alsa-base.modprobe: Fix snd module autoloading by adding a trailing
    ':', as is done for snd-rawmidi and snd-emu10k1. Since d-i's switch
    to kmod, speech synthesis would otherwise be broken for a number of
    devices (Closes: #685885). Thanks to Samuel Thibault for reporting,
    and Julien Cristau for the suggested patch.

 -- Cyril Brulebois <kibi@debian.org>  Sun, 26 Aug 2012 17:57:21 +0200

alsa-base (1.0.25+2+nmu1) unstable; urgency=low

  * Non-maintainer upload.
  * Apply patch by Helmar Gerloni <helmar@gerloni.net> to
    test for existence of directories before trying to
    remove /etc/apm/suspend.d. (Closes: #673679)

 -- Neil Williams <codehelp@debian.org>  Sun, 08 Jul 2012 15:51:24 -0600

alsa-base (1.0.25+2) unstable; urgency=low

  * Use dpkg-maintscript-helper to correctly remove /etc/apm/scripts.d/alsa
    conffile (closes: #673608).
  * Remove mentions of alsa-driver, alsa-source or building alsa-modules
    from alsa-base's description.
  * Decruft maintainer scripts:
    - use dpkg-maintscript-helper to handle previous conffile renames and
      removals, and remove obsolete pre-lenny code
    - stop installing a default file in /usr/share and make
      /etc/default/alsa a real conffile.
    - get rid of postinst entirely.
    - remove apm symlinks on preinst upgrade, not just postrm purge.
  * Rely on dh_installmodules, dh_bugfiles and dh_installdefault instead
    of manually installing corresponding files.
  * Update Vcs-* urls to point to alsa-base, not alsa-driver.
  * Remove obsolete alsa-base.modprobe-post-install.
  * Rewrite copyright file in machine-readable format 1.0, removing all
    mentions of alsa-driver.

 -- Jordi Mallach <jordi@debian.org>  Sun, 20 May 2012 15:05:50 +0200

alsa-base (1.0.25+1) unstable; urgency=low

  [ Elimar Riesebieter ]
  * udev-related code removed from alsa-base.postinst (closes: #620786)

  [ Jordi Mallach ]
  * Depend on kmod, not module-init-tools (thanks, Markus Waldeck).
  * Rename source package, make it 3.0 (native).
  * Drop alsa-source and all related packaging for alsa-modules. It was
    painful to maintain, didn't make the kernel team happy at all and was
    a general mess. The recommended way of getting new drivers is to look
    for a kernel backport (closes: #627152, 622652 —RC—, and also
    closes: #228070, #481849, #570618, #584336, #588385, #606046, #612123
    closes: #653542)
  * Drop all patches, all applied to alsa-driver.
  * Do not install ALSA driver docs in alsa-base.
  * Rewrite rules in dh.
  * Bump to debhelper 9.
  * Refresh debconf po files to get rid of alsa-source msgids.
  * Drop watch file, we don't have an upstream tarball anymore.
  * Drop program-wrapper, it was useful for woody upgrades.
  * Add dependency on procps (closes: #634038).
  * Never call snddevices, udev should create devices for us
    (closes: #526648). Also, remove APM stuff, which is long obsolete.
  * Drop linux-sound-base: OSS was removed from the kernel pre-squeeze.
    (closes: #662038). Remove all module list generation machinery,
    it's now obsolete.
  * Removing linux-sound-base also closes: #376241, #558408 the hard way.
  * Drop Build-Depends on po-debconf.
  * Make alsa-base Break: linux-sound-base, to get it uninstalled on
    upgrades. l-s-b postrm should take care of the cleanups.
  * Bump Standards-Version to 3.9.3.
  * Drop d/source/options, use the standard compression.
  * Move d/alsa-base.init to just d/alsa, otherwise debhelper thinks this
    is a init script.
  * Move old Debian changelog entries back to main changelog.

 -- Jordi Mallach <jordi@debian.org>  Sun, 20 May 2012 03:29:19 +0200

alsa-driver (1.0.23+dfsg-4) unstable; urgency=low

  [ Elimar Riesebieter ]
  * Provide alsa-base-udeb based on a patch from Samuel Thibault. Thanks.
    (closes: #613095)

  [ Jordi Mallach ]
  * Remove all replaces and conflicts for all packages: all referred to
    versions available even in etch, or are no longer in Debian.
  * Bump Standards-Version to 3.9.2 (no further changes required).
  * Remove Suggests from udeb (not supported) and set Section to
    debian-installer.
  * Point to non-symlinked GPL file.
  * Update upstream url in copyright.
  * Remove empty override dirs.

 -- Jordi Mallach <jordi@debian.org>  Tue, 03 May 2011 13:44:18 +0200

alsa-driver (1.0.23+dfsg-3) unstable; urgency=low

  [ Daniel T Chen ]
  * debian/alsa-base.init: Modify echo_procs_using_sound to avoid using
    lsof, which reduces our footprint, at the cost of being somewhat
    slower. Because *unload is not in the fast path generally, this
    tradeoff seems acceptable. Based on work by Kai Hendry et al. at
    http://stackoverflow.com/questions/526132/finding-processes-using-alsa-sound-fast,
    many thanks (closes: #514661)!

  [ Elimar Riesebieter ]
  * Correct mismatches in README.Debian.gz (thanks Petr Vorel; closes: #610008)
  * Removed useless entry '# Comment this entry in order to load pcspkr driver'
    from /etc/modprobe.d/alsa-base-blacklist.conf.

 -- Jordi Mallach <jordi@debian.org>  Mon, 18 Apr 2011 20:08:38 +0200

alsa-driver (1.0.23+dfsg-2) unstable; urgency=low

  * Updated Danish translation (thanks, Joe Hansen; closes: #599839).
  * Updated Catalan translation.

 -- Jordi Mallach <jordi@debian.org>  Sun, 17 Oct 2010 13:26:04 +0200

alsa-driver (1.0.23+dfsg-1) unstable; urgency=low

  * New upstream release.
    - glitchy sound when increasing/decreasing volume on snd-hda-intel. Fixed
      upstream by a patch from Dan Chen. Thanks. (closes: #575669)

  [ Jordi Mallach ]
  * Add an "Old Changelog:" line at the end of the Debian changelog to
    avoid a lintian warning, and remove related overrides.
  * Add overrides for unused debconf templates in alsa-source.
  * Remove README.source, it's uneeded with source format 3.0 (quilt).
  * Add Build-Depends on autoconf.

  [ Elimar Riesebieter ]
  * Remove fix_asihpi_includes.patch. Applied different from upstream.
  * Remove hp_dv4t_msi.patch. Applied from upstream.
  * Patches from Ben Hutchings NMU added to svn:
    - distinguish_kernel_makefile_and_source_dirs.patch
    - use_kbuild_not_ac_try_compile.patch
    - fix_version_check.patch
    Thanks again for his cooperation and excellent work!
  * Updated those 3 patches.
  * disable_gcc_version_check2.patch deprecated.
  * Use dh_lintian.
  * Remove useless alsa-source.lintian-overrides.
  * Bumped Standards-Version to 3.8.4. No changes.
  * Prevent snd-usb-audio to be the first soundcard via
    /etc/modprobe.d/alsa-base.conf. (closes: #574593).
  * Introduced DEP-3 patch headers.

 -- Jordi Mallach <jordi@debian.org>  Wed, 02 Jun 2010 19:14:23 +0200

alsa-driver (1.0.21+dfsg-2.1) unstable; urgency=low

  * Non-maintainer upload
  * Fix configure script to use kbuild so that it works with Debian kernel
    packages (Closes: #531668)
  * Run autoconf at package build time
  * Add missing #include to asihpi

 -- Ben Hutchings <ben@decadent.org.uk>  Mon, 03 May 2010 13:13:44 +0100

alsa-driver (1.0.21+dfsg-2) unstable; urgency=low

  [ Elimar Rieseieter ]
  * Added hp_dv4t_msi.diff. thanks Dan Chen for the hint. This will enable msi
    by default on a HP Pavillion dv4t Model. (Closes: #547994) The patch will
    be applied in one of next alsa versions. Maybe in kernel 2.6.32 ;)

 -- Jordi Mallach <jordi@debian.org>  Sat, 26 Sep 2009 03:15:37 +0200

alsa-driver (1.0.21+dfsg-1) unstable; urgency=low

  * New upstream release.

  [ Elimar Riesebieter ]
  * Fixed debian/po/es.po. The one from 1.0.20+dfsg-2 was latin-1 encoded. Now
    we have the correct utf-8 encoded one. (closes: #532405, #544459)
  * Blacklisting pcspkr isn't alsa-driver's job. (closes: #544496)

 -- Jordi Mallach <jordi@debian.org>  Sun, 06 Sep 2009 19:36:42 +0200

alsa-driver (1.0.20+dfsg-2) unstable; urgency=low

  [ Elimar Riesebieter ]
  * Updated alsa-drivers debconf translations:
  * Spanish. Francisco Javier Cuadrado (closes: #532405).
  * Bumped Standards-Version to 3.8.3. No changes.
  * Blacklisted pcspkr by default. (closes: #540831).

 -- Jordi Mallach <jordi@debian.org>  Fri, 28 Aug 2009 14:41:56 +0200

alsa-driver (1.0.20+dfsg-1) unstable; urgency=low

  * New upstream release. (closes: #528462)

  [ Elimar Riesebieter ]
  * Load snd-emu10k1-synth via /etc/modprobe.d/alsa-base.conf. This will enable
    alsa-plugins to load asfxload.
  * Removed the paragraph about alsaconf in alsa-base's README.Debian.
    Thanks Filipus Klutiero (closes: #526249)
  * Removed alpha_build_fixes.patch. msnd_pinnacle.c deprecated from upstream.
  * Rename package from $VERSION.dfsg to $VERSION+dfsg to be prepared for
    upstreams $VERSION[a-z] updates. We should sort by $VERSION[a-z].
  * Refreshed patches.

  [ Jordi Mallach ]
  * Properly handle the removal of conffiles in recent uploads.
    - steal code from udev's preinst to create rm_conffile() & mv_conffile().
    - remove modprobe-postinstall files.
    - move the modprobe.d files to the new .conf suffix.
  * Don't use rm -v, no need to be verbose.
  * Remove old transitional code that was only needed until the etch release.
  * Remove devfs support code, with great joy.
  * Remove checks for Linux << 2.6, as glibc in squeeze already requires
    Linux 2.6.18 or above.

 -- Jordi Mallach <jordi@debian.org>  Tue, 19 May 2009 17:08:43 +0200

alsa-driver (1.0.19.dfsg-3) unstable; urgency=low

  [ Jordi Mallach ]
  * Change section of alsa-source to kernel, to fix the override disparity.

  [ Elimar Riesebieter ]
  * Removed crufted modprobe-post-install stuff.
  * Check existance of /etc/modprobe.d/alsa-base.conf rather than
    the not existing /lib/alsa/modprobe-post-install in /usr/sbin/alsa.
    Thanks Tatsuki Sugiura. (closes: #521728)

 -- Jordi Mallach <jordi@debian.org>  Mon, 30 Mar 2009 00:34:49 +0200

alsa-driver (1.0.19.dfsg-2) unstable; urgency=medium

  [ Elimar Riesebieter ]
  * Reactivated postinstall options for snd-seq in
    /etc/modprobe.d/alsa-base.conf (closes: #519536, #519667, #519777)
  * Bumped Standards-Version to 3.8.1. No changes.
  * alsa-base.postrm: Removed /dev/sndstat remove in case of purge.
  * Adjusted lintian overrides
  * Removed /lib/alsa from alsa-base.dirs

 -- Jordi Mallach <jordi@debian.org>  Mon, 23 Mar 2009 04:45:38 +0100

alsa-driver (1.0.19.dfsg-1) unstable; urgency=low

  * New upstream release. (closes: #512606, #517524)

  [ Elimar Riesebieter ]
  * Adjusted /etc/modprobe.d/* with extension '.conf'. 
    (closes: #518108, #518112)
  * modprobe-post-install support removed. (closes: #518242)
    - Added udev to Depends of alsa-base

 -- Jordi Mallach <jordi@debian.org>  Thu, 12 Mar 2009 19:53:49 +0100

alsa-driver (1.0.18.dfsg+1.0.18a-1) experimental; urgency=low

  * New upstream release.

  [ Elimar Riesebieter ]
  * Builds with 2.6.27 and 2.6.28 kernels.
  * s/:sbin/\/sbin in alsa-base.modprobe

 -- Elimar Riesebieter <riesebie@lxtec.de>  Mon, 22 Dec 2008 18:11:29 +0100

alsa-driver (1.0.18.dfsg-1) experimental; urgency=low

  * New upstream release.

  [ Elimar Riesebieter ]
  * Internal laptop speakers muted when extenal jack inserted. Works well
    now on a TP 61. Hopefully closes: #500162.
  * Merged double install snd entries in /etc/modprobe.d/alsa-base
    (closes: #500562) Thanks to the BitKoenig ;)
  * There is no more file created which includes "options snd device_mode=0660"
    anymore. (closes: #400612)
  * Lenovo's ICH6|7|8 should be supported very well now. (closes: #428546)
  * hda: digital pc-beep support hd-audio codecs. (closes: #460410, #499823)

 -- Jordi Mallach <jordi@debian.org>  Wed, 05 Nov 2008 23:06:10 +0100

alsa-driver (1.0.17.dfsg-4) unstable; urgency=medium

  [ Elimar Riesebieter ]
  * Fixed typo in /etc/modprobe.d/alsa-base s/-Qb/--quiet (closes: #366342)
  * Blacklisted snd-pcsp. Added a note to explain how to load snd-pcsp in
    /usr/share/doc/alsa-base/README.Debian. (closes: #495674)

 -- Jordi Mallach <jordi@debian.org>  Mon, 29 Sep 2008 09:23:24 +0200

alsa-driver (1.0.17.dfsg-3) unstable; urgency=medium

  [ Elimar Riesebieter ]
  * /etc/modprobe.d/alsa-base: make sure oss compat modules aren't loaded via
    alsa-base (closes: #499695)

  [ Jordi Mallach ]
  * Make alsa-base Suggest: oss-compat to accommodate the previous change.
    If you need OSS devices, the "Debian way" is to install that package
    from now on (closes: #315455).
  * Update alsa-base.README with a short paragraph mentioning oss-compat.

 -- Jordi Mallach <jordi@debian.org>  Mon, 22 Sep 2008 19:35:58 +0200

alsa-driver (1.0.17.dfsg-2) unstable; urgency=medium

  [ Elimar Riesebieter ]
  * Introduced debian_dfsg_configure.patch. Fixes sources built if
    modules "all" is configured (closes: #497973).

 -- Jordi Mallach <jordi@debian.org>  Sat, 06 Sep 2008 19:44:54 +0200

alsa-driver (1.0.17.dfsg-1) unstable; urgency=medium

  * New upstream release.
    - closes: #401780, no sound with VIA 8235
    - closes: #467421, FTBFS timer.c
    - closes: #490710, fails to compile with kernel-source-2.6.25-2
    - closes: #493543, please update to version 1.0.17
    - closes: #484441, Headphone jacks on nVidia MCP67 laptops do not work
    - closes: #491576, Please package 1.0.17

  [ Elimar Riesebieter ]
  * Removed because of DFSG violations:
    - alsa-kernel/pci/cs46xx/cs46xx_image.h
    - alsa-kernel/pci/cs46xx/imgs
    - alsa-kernel/pci/korg1212/korg1212-firmware.h
    - alsa-kernel/pci/maestro3.c
    - alsa-kernel/pci/ymfpci/ymfpci_image.h
    (closes: #483918)
  * Update of swedish debconf translation. Thanks brother. (closes: #491755)
  * Fixed typo in ALSA-module-list. Thanks Dan Chen. (closes: #491551)
  * /dev/snd/seq for AC97 alsa driver. Thanks Dan Chen. (closes: #366342)
  * Reworked alsa-base.README:Debian. Thanks Luca Capello.
    (closes: #496635, #496637)
  * Corrected debhelper version mismatch in alsa-source. Thanks Joe Nahmias.
    (closes: 493552)
  * Switched to debhelper 7.
  * Bumped Standards-Version to 3.8.0. No changes.
  * Bumped watchfile version to 3.
  * Added dversionmangle to watchfile.
  * Added remove_maestro3.patch to cleanup pci/Makefile
  * module-assistant and linux-header are recommended since 1.0.16. Forgot to
    (closes: #405678)

  [ Jordi Mallach ]
  * Update long descriptions for all packages.

 -- Jordi Mallach <jordi@debian.org>  Sun, 31 Aug 2008 20:42:15 +0200

alsa-driver (1.0.16-2) unstable; urgency=low

  [ Elimar Riesebieter ]
  * Fix shell-expansion bashism in debian/rules. NMU accepted.
  * Keep snd-pcsp (kernel >= 2.6.26) from beeing loaded as first soundcard
    Add options snd-pcsp index=-2 to /etc/modprobe.d/alsa-base (closes: #481979)
  * Updated alsa-drivers debconf translations:
    Swedish: Martin Bagge (closes: #483763)

 -- Jordi Mallach <jordi@debian.org>  Wed, 25 Jun 2008 10:06:17 +0200

alsa-driver (1.0.16-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix shell-expansion bashism in debian/rules. (closes: #472906)

 -- Chris Lamb <chris@chris-lamb.co.uk>  Sun, 06 Apr 2008 18:08:23 +0100

alsa-driver (1.0.16-1) unstable; urgency=low

  New upstream version. (closes: #431775, #463001, #465834)

  [ Elimar Riesebieter ]
  * Switched to debhelper 6.
  * Fullyfied debian/copyright.
  * s/aoa-i2sbus/aoa-soundbus-i2s in debian/ALSA-card-list

 -- Jordi Mallach <jordi@debian.org>  Wed, 20 Feb 2008 12:01:18 +0100

alsa-driver (1.0.15-4) unstable; urgency=low

  [ Elimar Riesebieter ]
  * As the TV modules don't have a "snd-" prefix we have to modify
    /etc/modprobe.d/alsa-base respectivly. Thanks Gabriel Mainberger.
    (closes: #458525)
  * Bummped standard version to 3.7.3. No changes.
  * Removed /etc/init.d from alsa-base' dirlist.

 -- Jordi Mallach <jordi@debian.org>  Sat, 12 Jan 2008 00:07:17 +0100

alsa-driver (1.0.15-3) unstable; urgency=low

  [ Jordi Mallach ]
  * Switch to now official Vcs-* control fields.
  * Recommend module-assistant and linux-headers, drop pre-etch kernel
    package names.

  [ Elimar Riesebieter ]
  * Added finnish translation of debconf templates. (closes: #453659)
  * Since /etc/init.d/alsa has been moved to /usr/sbin/alsa,
    /etc/apm/scripts.d/alsa needs the new path. Thanks Jan Medlock for the hint.
    (closes: #455076)

 -- Jordi Mallach <jordi@debian.org>  Sun, 09 Dec 2007 01:37:08 +0100

alsa-driver (1.0.15-2) unstable; urgency=low

  [ Elimar Riesebieter ]
  * Changed versioned recommend of alsa-utils in package alsa-base to a
    unversioned one. (closes: #448116)
  * News.Debian: Make clear, that /usr/sbin/alsa is useful, if a user wants to
    unload, reload the sound modules i.e. for scripting. It is not needed for
    any configuration of alsa. (closes: #448115)

 -- Jordi Mallach <jordi@debian.org>  Sat, 27 Oct 2007 11:40:23 +0200

alsa-driver (1.0.15-1) unstable; urgency=low

  * New upstream release.

  [ Elimar Riesebieter ]
  * Added Belarussian translation. Thanks Andrei Darashenka. (closes: #447113)
  * Added Homepage: header to debian control
  * Removed udev from linux-sound-base Depends: (closes: #446953)
  * Install obsolete alsa init-script to /usr/sbin and put a relevant note
    in NEWS.Debian. (closes: #447539)

 -- Jordi Mallach <jordi@debian.org>  Thu, 25 Oct 2007 01:02:12 +0200

alsa-driver (1.0.14-2) unstable; urgency=low

  [ Elimar Riesebieter ]
  * The "Goodby modutils, hotplug and discover" release ;)
    + Let linux-sound-base depend on udev.
    - Removed discover stuff
    - Removed hotplug stuff (closes: #436502)
    - Don't use modutils stuff anymore. Well, it's hard for backporters, but
      hey, all our releases are running 2.6 kernels ;)
  * README.Debian s/alsa-source.tar.bz2/alsa-driver.tar.bz2 (closes: #431934)
  * Added alsa-drivers debconf templates translations:
    Slovak: Ivan Masár (closes: #441776)

 -- Jordi Mallach <jordi@debian.org>  Sat, 15 Sep 2007 12:35:50 +0200

alsa-driver (1.0.14-1) unstable; urgency=low

  * New upstream release. (closes: #391991, #401074, #421853)

  [ Jordi Mallach ]
  * debian/control: add XS-Vcs-Browser and XS-Vcs-Svn headers.

  [ Elimar Riesebieter ]
  * Patch management switched to quilt. This is more comfortable.
  * Updated alsa-drivers debconf templates.
    Thanks, debian-l10n-english contributors (closes: #425208).
  * Updated alsa-drivers debconf translations:
    Galician: Jacobo Tarrio (closes: #425804).
    Japanese: Kenshi Muto (closes: #426007).
    Portuguese: Traduz (closes: #426111).
    Malayalam: Praveen A (closes: #426241).
    German: Helge Kreutzmann (closes: #426375).
    Czech: Miroslav Kure (closes: #426427).
    Vietnamese: Clytie Siddall (closes: #427148).
    Dutch: Bart Cornelis (closes: #428032).
    Russian: Yuri Kozlov (closes: #428136).
    Spanish: Carlos Galisteo de Cabo (closes: #428572)
    Swedish: Daniel Nylander (closes: #426202)
    Catalan: Jordi Mallach (closes: #428224)
  * Added alsa-drivers debconf templates translations:
    Basque: Piarres Beobide (closes: #425810).
    Bulgarian: Damyan Ivanov (closes: #425854).
    Tamil: Tirumurti Vasudevan (closes: #426081).
    Italian: Luca Monducci (closes: #426152).
    Korean: Sunjae Park (closes: #426618).
    Arabic: Ossama Khayat (closes: #428264)

 -- Jordi Mallach <jordi@debian.org>  Sat, 23 Jun 2007 02:53:26 +0200

alsa-driver (1.0.14~rc4-1) experimental; urgency=low

  [ Elimar Riesebieter ]
  * New upstream release candidate.
  * Added Malayalam translation. Thanks Santhosh Thottingal. (closes: #419524)

 -- Jordi Mallach <jordi@debian.org>  Fri, 11 May 2007 20:36:53 +0200

alsa-driver (1.0.14~rc3-1) experimental; urgency=low

  [ Elimar Riesebieter ]
  * New upstream release candidate
  * Merged etch changes

 -- Jordi Mallach <jordi@debian.org>  Fri, 13 Apr 2007 01:42:14 +0200

alsa-driver (1.0.14~rc1-1) experimental; urgency=low

  [ Elimar Riesebieter ]
  * New upstream release candidate
  * Removed debian/patches/98_ens1371_inaudible_sound_def.dpatch. Applied
    different from upstream

 -- Jordi Mallach <jordi@debian.org>  Mon, 15 Jan 2007 13:00:06 +0100

alsa-driver (1.0.13-5) unstable; urgency=medium

  [ Elimar Riesebieter ]
  * Added snd-seq-midi as an optional load above generic modules (snd-rawmidi)
    Thanks Eduard Dumitrescu for testing. (closes: #408036)
  * Added "cx88_alsa (PCI: TV cards...." to debian/ALSA-card-list. This module
    will be loaded with index=-2. (closes: #411665)
  * Urgency set to medium as this will affect etch.

 -- Jordi Mallach <jordi@debian.org>  Mon, 26 Feb 2007 17:55:02 +0100

alsa-driver (1.0.13-4) unstable; urgency=medium

  [ Elimar Riesebieter ]
  * Added etc/modutils and etc/modprobe.d to debian/linux-sound-base.dirs.
    This will offer the possibility to upgrade from 2.4 to 2.6 kernels as
    well to downgrade from 2.6 to 2.4 kernels. The links from
    /lib/linux-sound-base/ will be created for sure now. (closes: #408249)
    Thanks to Lucas Nussbaum and Gregor Herrmann.
  * Urgency set to medium as this will affect etch significantly.

 -- Jordi Mallach <jordi@debian.org>  Fri, 16 Feb 2007 10:32:45 +0100

alsa-driver (1.0.13-3) unstable; urgency=low

  [ Jordi Mallach ]
  * Updated and new debconf template translations:
    - de.po: thanks, Helge Kreutzm (closes: #403264).
    - gl.po: thanks, Jacobo Tarrío (closes: #404578).

 -- Jordi Mallach <jordi@debian.org>  Fri, 29 Dec 2006 12:55:54 +0100

alsa-driver (1.0.13-2) unstable; urgency=low

  [ Elimar Riesebieter ]
  * Added XS-X-Vcs-Svn field in control.
  * Updated po files:
    - de.po: Thanks Helge Kreutzmann. Closes: #39866.

  [ Jordi Mallach ]
  * debian/control: add ${misc:Depends} to alsa-base.

 -- Jordi Mallach <jordi@debian.org>  Wed, 15 Nov 2006 13:26:41 +0100

alsa-driver (1.0.13-1) unstable; urgency=low

  * New upstream release

  [ Elimar Riesebieter ]
  * Updated po files:
    - fr.po: Thanks Christian Perrier
    - sv.po: Thanks Daniel Nylander
    - nl.po: Thanks Bart Cornelis
    - pt.po: Thanks Bruno Miguel da Silva Queiros
    - pt_BR.po: Thanks Felipe Augusto van de Wiel
    - vi.po: Thanks Clytie Siddall
    - tr.po: Thanks Recai Oktaş
    - ru.po: Thanks Serge Winitzki
    - cs.po: Thanks Miroslav Kure
    - ja.po: Thanks Kenshi Muto
    - es.po: Thanks Carlos Galisteo de Cabo
  * Removed debian/patches/08_i2c-powermac-configure-fix.dpatch. Applied
    upstream.
  * Removed debian/patches/96_acer.dpatch. Applied upstream.
  * Removed debian/patches/97_aoa.dpatch. Applied upstream.

  [ Jordi Mallach ]
  * Updated Catalan translation.

 -- Jordi Mallach <jordi@debian.org>  Tue,  3 Oct 2006 10:44:15 +0200

alsa-driver (1.0.12-1) unstable; urgency=low

  * New upstream release. (closes: #386663, #386822)

  [ Elimar Riesebieter ]
  * Removed 17_alsa-timer-irqsave.dpatch, 96_vi82xx_dxs_src.dpatch,
    97_pmac_hg. dpatch 98_pmac_hg2.dpatch. Applied upstream.
  * Added linux-source to alsa-source recommends. (closes: #383502)
  * Removed serialmidi from the variety of available drivers. See also
    https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2039
    (closes: #384711)
  * No sound with Intel 82801G ICH7 -> fixed upstream (closes: #362282)
  * Cleaned out depmod in alsa-source.post(inst|rm) (closes: #381749)
    Adjusted alsa-source.control
  * Added patches/98_ens1371_inaudible_sound_def.dpatch stolen from
    https://lists.ubuntu.com/archives/kernel-team/2006-August/000979.html
    (closes: #385736)
  * Bumped compat to 5 and debhelper version >=5.0.37
  * Added 08_i2c-powermac-configure-fix.dpatch and 97_aoa.dpatch to get the
    aoa-drivers to work.
  * Added 96_acer.dpatch to enable the use of snd-hda-intel for some
    notebooks.
  * Improved templates. Thanks Thomas Huriaux. (closes: #377648)
  * Added debconf-updatepo to debian/rules/clean target.

  [ Jordi Mallach ]
  * Updated Catalan debconf templates translation.

 -- Jordi Mallach <jordi@debian.org>  Mon, 11 Sep 2006 10:21:23 +0200

alsa-driver (1.0.11-5) unstable; urgency=low

  [ Elimar Riesebieter ]
  * Added mixer store and restore functions to the apm script.
    (closes: #380490)

 -- Jordi Mallach <jordi@debian.org>  Wed, 16 Aug 2006 20:34:04 +0200

alsa-driver (1.0.11-4) unstable; urgency=low

  [ Elimar Riesebieter ]
  * Use lsb init-functions in init script. Thanks Carlos Villegas
    (closes: #377716)

 -- Jordi Mallach <jordi@debian.org>  Mon, 17 Jul 2006 16:26:12 +0200

alsa-driver (1.0.11-3) unstable; urgency=low

  [ Elimar Riesebieter ]
  * Added the utf-8 reworked pt_BR.po. (closes: #373960)
    Thanks Felipe Augusto van de Wiel.
  * Introduced 96_vi82xx_dxs_src.dpatch. (closes: #366212)
    Thanks Nick Liverton.
  * Introduced 17_alsa-timer-irqsave.dpatch. Prevents locking the system
    playing midi files under heavy load. Thanks Arthur Marsh for testing.
    (closes: #376382)

 -- Jordi Mallach <jordi@debian.org>  Wed,  5 Jul 2006 10:28:57 +0200

alsa-driver (1.0.11-2) unstable; urgency=low

  [ Elimar Riesebieter ]
  * Replaced 98_pmac.dpatch with 97_pmac_hg.dpatch. The patch is caught from the
    HG Alsa repo.
  * Added 98_pmac_hg2.dpatch to fix compilation of ppc drivers with 2.6.17.
    Caught from HG Alsa repo as well.
  * Bumped Standard-Version to 3.7.2; no changes needed.

 -- Jordi Mallach <jordi@debian.org>  Fri, 19 May 2006 00:57:02 +0200

alsa-driver (1.0.11-1) unstable; urgency=low

  * New upstream release
    - builds with Linux 2.6.16 (closes: #359856, #360287)

  [ Elimar Riesebieter ]
  * Added saa7134 to debian/OSS-module-list and removed appropriate note in
    debian/notes (Closes: #359851)
  * Introduced Build-Depends for debhelper and dpatch as requested from
    lintian.
  * Removed the lintian capital-letters from overrides, as they are not needed
    anymore.
  * Reorked overrides rules
  * Introduced 98_pmac.dpatch as the native sources don't build the powermac
    driver.

 -- Jordi Mallach <jordi@debian.org>  Sun, 23 Apr 2006 17:06:15 +0200

alsa-driver (1.0.10+1.0.11rc3-1) experimental; urgency=low

   * New upstream release candidate
     Closes: #354041 "'Bad page state at free_hot_cold_page' kernel errors"

   [ Elimar Riesebieter ]
   * Removed patches/04_make_minus_j_fix.dpatch which has applied different from     upstream

   [ Thomas Hood ]
   * Set perms on /var/run/alsa
   * Put module-init-tools before modutils in Depends
   * /etc/init.d/alsa: Use a more standard PATH
   * Correct copyright file to reflect the fact that 10% of the files
     don't offer the GPL version option

 -- Jordi Mallach <jordi@debian.org>  Thu, 23 Feb 2006 20:17:47 +0100

alsa-driver (1.0.10+1.0.11rc2-2) experimental; urgency=low

  [ Thomas Hood ]
  * Make linux-sound-base and alsa-base Depend on versions of
    module-init-tools supporting blacklists  (Closes: #346231)
  * Create /var/run/alsa where needed and don't include this dir
    in the package any more  (Closes: #344760)

 -- Jordi Mallach <jordi@debian.org>  Tue, 10 Jan 2006 00:38:29 +0100

alsa-driver (1.0.10+1.0.11rc2-1) experimental; urgency=low

  * New upstream release candidate

 -- Jordi Mallach <jordi@debian.org>  Wed,  4 Jan 2006 21:28:48 +0100

alsa-driver (1.0.10+1.0.11rc1-1) experimental; urgency=low

  * New upstream release candidate

  [ Elimar Riesebieter ]
  * Update dpatches

  [ Jordi Mallach and Thomas Hood ]
  * /etc/modprobe.d/alsa-base: Call modprobe with full path for now,
    to work around the absence of /sbin from the PATH at boot time
    on systems with certain versions of kernel initrds, sysvinit,
    udev and zsh (symlinked in as /bin/sh).  (Closes: #345101)

 -- Jordi Mallach <jordi@debian.org>  Mon,  2 Jan 2006 18:20:04 +0100

alsa-driver (1.0.10-3) unstable; urgency=low

  [ Thomas Hood ]
  * Correctly read variables in alsa-source.conf  (Closes: #343555)

 -- Jordi Mallach <jordi@debian.org>  Fri, 16 Dec 2005 10:03:50 +0100

alsa-driver (1.0.10-2) unstable; urgency=low

  [ Thomas Hood ]
  * Use /bin/sh in scripts
  * Add blacklist files for module loaders too

 -- Jordi Mallach <jordi@debian.org>  Thu, 15 Dec 2005 20:10:32 +0100

alsa-driver (1.0.10-1) unstable; urgency=low

  * New upstream release
    - Closes: #337409 "usbaudio.c fails to build with linux-source-2.6.14"
  * debconf template translation updates
    - pt.po    Bruno Miguel da Silva Queiros
    - pt_BR.po Eduardo Brasilino Barbosa
    Thanks!

 -- Jordi Mallach <jordi@debian.org>  Mon, 21 Nov 2005 20:10:22 +0100

alsa-driver (1.0.9+1.0.10rc3-1) experimental; urgency=low

  * New upstream release candidate
  * debconf template translation update
    - pt_BR.po Felipe Augusto van de Wiel
  * Thomas Hood
    - Add "$CMDLINE_OPTS" to some install lines in modprobe.conf.  
      (See #336205 for the reason why it isn't now added to all of
      them.)
    - /etc/init.d/alsa: Add LSB header  (Closes: #337638)
    - Remove 11_rc2_build_fix

 -- Jordi Mallach <jordi@debian.org>  Wed,  9 Nov 2005 19:30:59 -0500

alsa-driver (1.0.9+1.0.10rc2-1) experimental; urgency=low

  * New upstream release candidate
  * debconf template translations
    - pt.po Rui Branco              (Closes: #330050)
    - sv.po (new) Daniel Nylander   (Closes: #332331)
    Thanks to all!
  * Thomas Hood
    - Make alsa initscript exit if alsa-base package is not installed
    - Update 09_alpha_build_fixes, 10_disable_gcc_version_check2
    - Add 11_rc2_build_fix
    - Update alsa-source README
    - debian/rules: build-source: Don't do "make clean" since
      we don't run ./configure

 -- Jordi Mallach <jordi@debian.org>  Tue, 25 Oct 2005 10:00:54 +0200

alsa-driver (1.0.9+1.0.10rc1-1) experimental; urgency=low

  * New upstream release candidate
  * debconf template translation updates
    - es.po Carlos Galisteo de Cabo (Closes: #322310)
    - vi.po Clytie Siddall          (Closes: #322277)
    - cs.po Miroslav Kure           (Closes: #322575)
    - nl.po cobaco                  (Closes: #325857)
    - ru.po Sergei Winitzki
    - de.po Jens Nachtigall         (Closes: #325918)
    - ca.po Jordi Mallach
    - fr.po Christian Perrier       (Closes: #324806)
    - da.po Morten Brix Pedersen    (Closes: #326632)
    - tr.po Recai Oktas
    - ja.po Kenshi Muto             (Closes: #327816)
    Thanks to all!
  * Thomas Hood
    - Remove obsolete methods from alsa initscript
    - Tweak alsa-base description
    - Remove substitute snddevices program; ours was added upstream
    - Tweak 04_make_minus_j_fix.dpatch and send most of it upstream

 -- Jordi Mallach <jordi@debian.org>  Mon, 19 Sep 2005 21:11:56 +0200

alsa-driver (1.0.9b-4) unstable; urgency=low

  * Thomas Hood
    - debian/rules: Clean up temporary file

 -- Jordi Mallach <jordi@debian.org>  Fri, 29 Jul 2005 17:49:47 +0200

alsa-driver (1.0.9b-3) unstable; urgency=low

  * Thomas Hood
    - Make alsa-base no longer Depend on alsa-utils
    - Transfer mixer-level-restore feature to alsa-utils
      + Eliminate /etc/dev.d/snd/controlC*/alsa-base.dev,
        /lib/alsa/dev and /etc/alsa/dev.d/alsa-base
      + Eliminate /etc/alsa/modprobe-post-install.d/alsa-base
      + Remove stuff from /etc/init.d/alsa and /etc/default/alsa
      + Report this in alsa-base.NEWS
    - ALSA-module-list:
      + Add module names like those of cards in ALSA-card-list
      + Put in /usr/share/linux-sound-base/ for use by alsaconf
    - OSS-module-list:
      + Eliminate from /usr/share/alsa-base/.  It can still be
        found in /usr/share/linux-sound-base/.
    - /etc/mod(utils|probe.d)/alsa-base:
      + Load snd-seq above snd-via82xx  (Should fix Ubuntu#8529)
      + Eliminate duplicate entry for snd-emu10k1
    - debian/alsa-source.templates:
      + List cards by name only in selector; present cards with
        descriptions in the question explanation. (Closes: #317737)
        This allows us to preserve selections on upgrade.
        (Closes: #290946)
    - /etc/hotplug/blacklist.d/alsa-base,
      /etc/discover.d/alsa-base:
      Add missing 'snd-' prefix to names of blacklisted modem drivers
      (closes: #319280) but comment out the entries since they may
      not be needed after all
    - Eliminate empty sv.po
    - Eliminate obsolete symlink /usr/lib/alsa/modprobe-post-install
    - Eliminate cruft from maintainer scripts
    - Eliminate obsolete devfsd configuration file
    - Eliminate obsolete dependencies
    - Update READMEs accordingly

 -- Thomas Hood <jdthood@yahoo.co.uk>  Mon,  9 Jul 2005 10:00:00 +0200

alsa-driver (1.0.9b-2) unstable; urgency=low

  * Thomas Hood
    - alsa-base.templates:
      + Change the default answer to the debconf question to
        "always autosave", following Ubuntu
    - doc/linux-sound-base/README.Debian:
      + Say that the user can run dpkg-reconfigure  (Closes: #312739)
    - Add /usr/share/bug/alsa-modules-<kernel-ver>/control
    - Add /usr/share/bug/alsa-{base,source}/{control,presubj,script}
    - vi.po: Update, thanks to Clytie Siddall    (Closes: #313009)
    - cs.po: Update, thanks to Miroslav Kure     (Closes: #313267)
    - fr.po: Update, thanks to Christian Perrier (Closes: #315121)
    - Eliminate alsa-base.NEWS
    - Eliminate dummy alsa-headers package
    - Eliminate preinsts.  We now support upgrades from the sarge
      version (1.0.8-7) or later.  More decrufting to come later.
    - Bump Standards-Version to 3.6.2.1; no changes required

 -- Jordi Mallach <jordi@debian.org>  Tue, 21 Jun 2005 10:24:11 +0200

alsa-driver (1.0.9b-1) unstable; urgency=low

  * New upstream release
  * Thomas Hood
    - /etc/init.d/alsa: Add terminal "done."
    - Clean up dpatch headers
    - Reduce default sound levels for several controls because some
      Ubuntu users reported that the old defaults were too high
  * Jordi Mallach
    - debian/linux-sound-base.templates: mark strings for translation.
    - debian/po/POTFILES.in: add linux-sound-base.templates.
    - Update Catalan debconf translation.
    - dpatches:
      + Remove 17_class_device_fix, applied upstream.

 -- Jordi Mallach <jordi@debian.org>  Wed,  8 Jun 2005 21:23:33 +0200

alsa-driver (1.0.9a-1) unstable; urgency=low

  * New upstream release
    - snd-usb-audio fixes  (Possibly fixes #299674)
    - hda-intel fixes  (Possibly fixes #299459)
    - snd-ioctl32 fixes  (Possibly fixes #298082)
  * Thomas Hood
    - dpatches:
      + Add 17_class_device_fix
    - Modify snddevices script to accept --dev-dir option and modify
      alsa-base.postinst to use this option to create static device
      nodes in /dev/.static/dev or /.dev if udev is running.
      (Closes: #310239)
    - Add vi.po contributed by Clytie Siddall  (Closes: #307605)
    - ALSA-card-list:
      + Add "armaaci" entry
    - ALSA-module-list, OSS-module-list:
      + Update from list of modules in kernel-image 2.6.11-1-686

 -- Jordi Mallach <jordi@debian.org>  Sun,  5 Jun 2005 23:00:16 +0200

alsa-driver (1.0.8+1.0.9rc3-1) experimental; urgency=low

  * New upstream development release
  * Thomas Hood
    - Use ${misc:Depends} in Depends lists and drop explicit
      dependencies on debconf, since we use dh_installdebconf
    - Update ALSA-card-list:
      + New modules: au1x00 fm801-tea575x miro pcsp pxa2xx-ac97 s3c2410
      + Renamed modules: azx -> hda-intel
    - debian/control:
      + alsa-headers becomes Priority: extra to match override file
    - /etc/init.d/alsa
      + Use -F option to make alsactl try harder to restore levels
        (Closes: #236365, #258605)
      + Sanify (switch off) "Headphone Jack Sense" and "Line Jack Sense"
        (Closes: #297343) and "IEC958 Capture Monitor" (ubuntu #7286)
    - /lib/alsa/dev, /lib/alsa/modprobe-post-install,
      /etc/alsa/dev.d/alsa-base, /etc/alsa/modprobe-post-install.d:
      Do the last thing with exec.
    - debian/rules:
      + Clean out card-list and module-list intermediate files
      + Cease doing lots of redundant cleaning
    - Add Vietnamese debconf translation  (Closes: #307605)
      Thanks to Clytie Siddall

 -- Jordi Mallach <jordi@debian.org>  Wed, 11 May 2005 14:58:49 +0200

alsa-driver (1.0.8+1.0.9rc2-1) experimental; urgency=low

  * New upstream development release
  * Thomas Hood
    - Drop dpatch applied upstream: 18_core_init_index
    - Add linux-sound-base package to allow choice between
      OSS and ALSA.  linux-sound-base takes over blacklisting
      functions from alsa-base.  alsa-base Depends on
      linux-sound-base which Suggests alsa-base.  2.6
      kernel-image packages should also Depend on linux-sound-base.
    - Update alsa-base Description and README.Debian accordingly
    - Add ALSA modem drivers to alsa-base's hotplug and discover
      blacklists. These drivers cause problems when loaded on some
      systems. They should be loaded when needed by the programs
      that use them.
    - /etc/init.d/alsa
      + Sanify "Dynamic Range Compression" at 70%
    - /etc/modutils/alsa-base:
      + Remove "options snd device_mode=0660"  (Closes: #299306)
    - /etc/modprobe.d/alsa-base:
      + Add line to load snd-ioctl32 above snd which is needed on
        amd64  (Closes: #298082, #286915)
    - Eliminate duplicate copy of PATCHES in alsa-source doc dir
    - Configure module loader to load snd-emu10k1-synth above
      snd-emu10k1 and to call module loader hook. (Closes: #297802)
    - /etc/alsa/modprobe-post-install.d/alsa-base:
      + Match kernel version number more correctly. (Don't regard
        2.10.x as pre-2.6.)
    - Tweak config scripts
      + Run with bash since confmodule isn't POSIX
      + Add db_stop calls
    - alsa-base.postinst:
      + Delete backup file in /etc/hotplug/blacklist.d/ because
        hotplug does not ignore it  (#299205)
    - Add an upstream changelog cobbled together from messages sent
      to the alsa-announce mailing list.  This now gets installed as
      changelog.gz in alsa-source and alsa-modules* doc directories.
    - Ship copyright file for alsa-modules packages in
      /usr/src/modules/alsa-driver/debian
    - alsa-base.README.Debian
      + Note that ALSA's special module loading mechanism is useless
        if one is using udev.

 -- Jordi Mallach <jordi@debian.org>  Thu, 24 Mar 2005 17:35:02 +0100

alsa-driver (1.0.8-7) unstable; urgency=medium

  * Thomas Hood
    - Relax the debianutils dependency again; instead look for the
      which program both in /usr/bin/ and in /bin/.  This will
      allow us to migrate into testing without being blocked by
      debianutils.

 -- Jordi Mallach <jordi@debian.org>  Thu, 24 Feb 2005 23:39:48 +0100

alsa-driver (1.0.8-6) unstable; urgency=low

  * Thomas Hood
    - /etc/init.d/alsa
      + Handle case where module "snd" is loaded but no sound card
        driver module is loaded  (Closes: #295037)
      + Sane setting of "Audigy Analog/Digital Output Jack" is on
        (Closes: #295346 and ubuntu bug #6222)
      + In order to tell whether a command is executable, use the
        which program, which is now conveniently located in /bin/
        (Closes: #295577)
      + Shorten some function names; remove some bug checks
    - alsa-base: Conflict with discover << 2.0.7-1 since versions of
      discover prior to 2.0.6-1 didn't have the /etc/discover.conf.d/
      feature which we use to implement blacklisting of OSS modules,
      and versions prior to 2.0.7-1 contained serious bugs.  Also
      Depend on debianutils >= 2.12.0 which has the which program
      in /bin/.
    - Remove sound-slot-* entries from /etc/modprobe.d/alsa-base
      (Closes: #295640)  Thanks to Sergei Ivanov for spotting this.

 -- Jordi Mallach <jordi@debian.org>  Sun, 20 Feb 2005 16:34:31 +0100

alsa-driver (1.0.8-5) unstable; urgency=medium

  * Thomas Hood
    - alsa-base: Bump Dependency on alsa-utils to >= 1.0.8-2
    - Remove char-major-* aliases from /etc/modprobe.d/alsa-base
      since the kernel reportedly provides these  (Closes: #294238)
    - Add OSS module name 'cs461x' to blacklists
      (Closes: #294109 and Ubuntu#6328)
    - /etc/init.d/alsa
      - Add unload and reload methods which don't kill sound procs
        before they (try to) unload modules
      - Eliminate a variable name collision
      - Improve messages
      - Improve comments
    - Stop alsa later (at [06]:K40alsa) so that shutdown music keeps
      on playing while services are shut down  (Closes Ubuntu #6234)
    - Generate alsa-modules files with the required Dependency on
      either modutils or else module-init-tools (rather than their
      disjunction) (closes: #293312) and on the current alsa-base,
      and Recommend a current libasound2, and only Suggest
      pcmcia-modules packages for 2.4 kernels (closes: #293576).
    - alsa-modules* long description: Add warning about the fact that
      sound processes will be killed if upgrading modules for the
      running kernel.

 -- Jordi Mallach <jordi@debian.org>  Sat, 12 Feb 2005 05:07:30 +0100

alsa-driver (1.0.8-4) unstable; urgency=medium

  * Thomas Hood:
    - /etc/init.d/alsa:
      + In order to tell whether a command is executable, don't use
        "command -v" which, it turns out, isn't as well suited to this
        purpose as I earlier thought. (See #218530.)  Instead just try
        to execute the command (with --help) and check the error
        status.
      + Use #!/bin/sh
    - alsa-base.postinst
      + Don't abort when eliminating duplicate lines from
        /etc/mod(utils|probe.d)/sound  (Closes: #292897)

 -- Jordi Mallach <jordi@debian.org>  Mon, 31 Jan 2005 09:48:00 +0100

alsa-driver (1.0.8-3) unstable; urgency=medium

  * Thomas Hood:
    - /etc/init.d/alsa:
      + Check for availability of alsactl and amixer using "command -v"
        before attempting to run them  (Closes: #291942)
      + Use #!/bin/bash because "command -v" is non-POSIX (see #218530)
    - /usr/share/doc/alsa-base/README.Debian:
      + Inform user that warning messages about alsactl or amixer not
        being found can be ignored if they occur as a result of the
        initscript being run in the boot process prior to /usr being
        mounted
    - /etc/mod(utils|probe.d)/alsa-base:
      + Add modprobe-post-install calls for snd-emu8000-synth so that
        the awesfx maintainer can arrange for asfxload to be run from
        /etc/alsa/modprobe-post-install.d/ when this module loads.
        (This would be to grant wish #246405.)  It seems that in
        earlier ALSA releases, asfxload had to be run after snd-sbawe
        was loaded, but now it has to be run after snd-emu8000-synth
        is loaded.  Thanks to Bodo Meissner for providing this
        information.
    - /etc/alsa/modprobe-post-install.d/alsa-base:
      + Don't run initscript start for snd-emu8000-synth
    - alsa-base.postinst:
      + Tolerate absence of /etc/mod(utils|probe.d)/alsa-base .
        Thanks to Ludovic Watteaux for pointing out this bug.
    - /usr/share/lintian/overrides/alsa-(base|source):
      + Override description-synopsis-starts-with-a-capital-letter
    - debian/changelog
      + Move entries to changelog-old
  * Jordi Mallach:
    - debian/OSS-module-list: add usb-midi to blacklist
      (thanks, Mario Lang; Closes: #292127)

 -- Jordi Mallach <jordi@debian.org>  Thu, 27 Jan 2005 12:30:34 +0100

alsa-driver (1.0.8-2) unstable; urgency=low

  * Thomas Hood:
    - /etc/init.d/alsa
      + start, stop, restart methods now accept a CARD argument
        which can be either an ALSA card index or id or "all"
      + Make "force-unload" the canonical name for the method that
        unloads driver modules.  This should be less confusing.
      + Set mixer levels to default values if asound.state is missing
        or if alsactl fails for some other reason  (Closes: #291518)
      + On stop, zero mixer levels
      + Make suspend, resume work correctly for more than one card
    - /etc/default/alsa
      + Variable controlling which modules are unloaded on suspend
        is now called 'force_unload_modules_before_suspend'
    - /etc/alsa/modprobe-post-install.d/alsa-base,
      /etc/alsa/dev.d/alsa-base
      + Use initscript start method to restore mixer levels rather
        than calling alsactl directly
    - /etc/alsa/alsa-source.conf:
      + Revise comments; add comment for ALSA_CARD_OPTIONS
    - /usr/share/doc/alsa-base/README.Debian
      + Recommend "force-unload" rather than "force-stop" for forcibly
        unloading modules.
    - /usr/share/doc/alsa-source/README.Debian
      + Improve advice for building alsa-modules for 2.6 kernels
    - *.config,*.postinst,*.postrm:
      + Use #!/bin/bash because confmodule uses "local" which is
        non-POSIX (see #252094)
    - alsa-source.config,postinst:
      + Preserve values of ALSA_NOPNP, ALSA_DEBUG, ALSA_CARD_OPTIONS,
        thus partially addressing #290946.
        ALSA_CARDS still gets creamed.  :(
    - alsa-source.rules
      + Add support for ALSA_CARD_OPTIONS
    - alsa-base.postinst
      + Don't create /var/lib/alsa/asound.state
    - alsa-source.postinst
      + Update comments in /etc/alsa/alsa-source.conf from template
        rather than preserving old (probably obsolete) comments
    - alsa-modules.postinst
      + Run initscript "force-reload" method if package is for the
        running kernel; change fallback message too.
  * Jordi Mallach:
    - debian/alsa-source.control:
      + Fix a duplicated dependency for alsa-base: just Depend on the
        (previously) Recommended version
      + Loosen some other dependencies which were unnecessarily tight

 -- Jordi Mallach <jordi@debian.org>  Sun, 23 Jan 2005 16:50:54 +0100

alsa-driver (1.0.8-1) unstable; urgency=low

  * New upstream release
    - (Closes: #281546 "volume control crash on ICH6 + CMI9880")
    - (Closes: #287010 "Modules fail to build with Linux 2.6.9-pre3")
    - Create control device last rather than first
      (Closes: #279325 "mixer levels are not restored on system with udev")
  * Thomas Hood
    - patches:
      + 11_fix_context_of_vxpocket-patch    remove  (applied upstream)
      + 12_fix_context_of_pdaudiocf-patch   remove  (applied upstream)
      + 14_irqreturn_fix                    remove  (fixed upstream)
      + 15_fix_configure_sparc_code         remove  (fixed upstream)
      + 18_core_init_index.dpatch           add
        (Treat negative sound card index as index mask)
    - ALSA-card-list
      + Sync with upstream configure script, source files, INSTALL,
        doc/* and Documentation/ALSA-Configuration.txt files
      + Tag dummy and virtual cards as [UNREAL]
    - Start alsa at 12 rather than at 20, following Ubuntu's lead
    - Add /lib/alsa/modprobe-post-install to replace the script of the
      same name in /usr/lib/alsa/ in the alsa-utils package; modify
      /etc/mod(utils|probe.d)/alsa-base so that modprobe runs the
      former rather than the latter which isn't on the root filesystem
      (Closes: #288706)
    - Add /lib/alsa/dev to which the dev hook symlinks all now point.
      This does a run-parts on /etc/alsa/dev.d/.
    - debian/control
      + Depend on alsa-utils >> 1.0.7-2 since version 1.0.7-2 writes
        references to /usr/lib/alsa/modprobe-post-install into
        /etc/mod(utils|probe.d)/sound whereas 1.0.8-1 does not
      + Remove reference to alsaconf from long description
    - debian/alsa-source.templates, debian/po/*
      + Refrain from translating default field of select template, as
        suggested by lintian warning select-with-translated-default-field
    - debian/alsa-source.control, debian/alsa-source.rules
      + Don't normally Recommend a kernel-image
      + Add support for KDEP variable which is used by alsa-modules-i386
        to include a Dependency on a specific kernel-image package
    - debian/alsa-modules.postinst
      + Reload modules if package is for running kernel
    - debian/control
      + Add "| kernel-source-2.4.27" to alsa-source's Recommendation
        of kernel-headers.  This eliminates lintian warning:
        virtual-package-depends-without-real-package-depends
    - debian/alsa-base.postinst
      + Improve code controlling whether or not snddevices gets run
      + Update dev hook symlinks
      + No longer recommend running alsaconf
      + Remove cruft from /etc/mod(utils|probe.d)/sound
      + Handle up to eight sound cards' control devices
    - debian/alsa-base.postrm
      + Handle up to eight sound cards' control devices
      + Remove more cruft
    - debian/alsa-base.dirs
      + Handle up to eight sound cards' control devices
      + Eliminate /etc/udev/permissions.d/
      + Add /var/run/alsa/
    - /etc/init.d/alsa
      + exit 0 unless alsa-base and alsa-utils both installed
      + Identify alsactl error message as merely a warning
      + 'Starting' -> 'Setting up'  (Closes: #289533)
      + Create /var/run/alsa/ on start if it's absent
      + On force-stop, write list of removed modules to the file
        /var/run/alsa/modules-removed.  This is used for reloading
        modules after resume.
        (N.B. As of 1.0.8-2 you should use "force-unload" instead.)
      + Add "suspend" method which does force-stop and "resume"
        method which loads modules listed in the aforementioned file
        (N.B. As of 1.0.8-2 you should use "force-unload" instead.)
    - /etc/default/alsa
      + Add comments
    - /etc/apm/scripts.d/alsa
      + Move from ../event.d/ and introduce symlinks to it from
        ../suspend.d/ and ../resume.d/
      + Use new initscript "suspend" and "resume" methods
    - /etc/mod(utils|probe.d)/alsa-base
      + Don't alias OSS module names to "off".  This was creating
        too much confusion.  (Closes: #287499, #290663)
      + Add "options ... index=-2" for modem and tv sound card drivers.
        This makes use of the index-mask feature introduced by
        18_core_init_index.dpatch  (Closes: #288423)
      + Add "options snd device_mode=0660" to /etc/modutils/alsa-base
      + Add "alias sount-slot-[0-7] snd-card-[0-7]"
      + Add "alias sound-service" lines to /etc/modprobe.d/alsa-base
      + Also load snd-seq-midi above snd-seq
    - /usr/share/doc/alsa-base/
      + Add useful documents from alsa-kernel/Documentation/
        to new subdirectory driver/.
    - /usr/share/doc/alsa-base/README.Debian,
      /usr/share/doc/alsa-source/README.Debian
      + Revise

 -- Jordi Mallach <jordi@debian.org>  Sun, 16 Jan 2005 19:59:02 +0100

alsa-driver (1.0.7-2) unstable; urgency=medium

  * Thomas Hood
    - /etc/init.d/alsa
      + Don't store mixer settings on force-stop
    - /lib/discover/alsa-base.pci-device.xml
      + For each entry in /lib/discover/pci-device.xml that
        tells discover to load an ALSA module under Linux >= 2.6
        and an OSS module under Linux << 2.6, make an entry
        that tells discover to load the ALSA module under
        Linux << 2.6 too.
    - /usr/share/alsa-base/OSS-module-list:
      + Formerly "module-blacklist"
      + Include in alsa-base package for use by alsaconf
      + Remove via82cxxx from the list -- it is an IDE driver.
        Sorry about that.  (Closes: #284158)
    - debian/control
      + alsa-base Depends: alsa-utils (>> 1.0.7-1) for new alsaconf
      + Description
        . Discuss the need to have an ALSA driver and to run alsaconf
    - debian/watch: Update
    - debian/alsa-base.postrm
      + Don't delete /etc/modprobe.d/sound which belongs to alsa-utils
    - debian/ALSA-card-list:
      + New file obtained by parsing the configure script in the
        1.0.7 alsa-driver tarball.  This adds a few drivers which
        have been added upstream since alsa-source.templates was
        last reviewed:
        . asihpi (was also in 1.0.6a)
        . audigyls
        . azx
        . bt87x-overclock
        . loopback
        . portman2x4
        . sb16-csp (was also in 1.0.6a)
        . via82xx-modem
      + Add descriptions of these gleaned from discover-data
        XML files and alsa-driver docs, Kconfig and .c files
      + Revise all the descriptions using the same sources
    - debian/alsa-source.control
      + Tweak description and dependencies
    - debian/alsa-(source|modules).post(inst|rm)
      + Clean up
    - debian/alsa-source.config,
      debian/alsa-source.templates,
      + Fix bug in code that chops module descriptions out of
        strings returned by debconf  (Closes: #284349)
    - alsa-source.templates
      + Generate alsa-source/cards template from ALSA-card-list
    - debian/alsa-source.config,
      debian/alsa-source.templates,
      debian/po/*.po
      + Lower priority of alsa-source/cards_to_be_built and make
        "all" the default answer (rather than "none")
        (Closes: #283708)
      + Add translations for 'all'
    - debian/*.templates
      + Update de.po.  Thanks to Jens Nachtigall!  (Closes: #284293)
    - /etc/modutils/alsa-base
      + Add aliases
    - /etc/modutils/alsa-base
      /etc/modprobe.d/alsa-base
      + Generate automatically in debian/rules
      + Add install hook lines for every card in ALSA-card-list
      + Add install block lines for every card in OSS-module-list

 -- Jordi Mallach <jordi@debian.org>  Thu,  9 Dec 2004 12:56:43 +0100

alsa-driver (1.0.7-1) unstable; urgency=low

  * New upstream release  (Closes: #281391)
  * Thomas Hood:
    - debian/patches/
      + 04_make_minus_j_fix                Leave
      + 09_alpha_build_fixes               Leave
      + 09_powerpc_build_fixes             Remove obsolete
      + 10_disable_gcc_version_check1      Update
      + 10_disable_gcc_version_check2      Update
      + 11_fix_context_of_vxpocket-patch   Add
      + 12_fix_context_of_pdaudiocf-patch  Add
      + 13_eliminate_dump_stack_warnings   Add
      + 14_irqreturn_fix:                  Leave
      + 15_fix_configure_sparc_code        Add
      + 15_es18xx_filter_fix               Remove obsolete
      + 15_ppc_awacs_num_controls          Remove obsolete
      + 16_core_oss_framepointer           Leave
      + 99_debian_makefile_depmod          Leave
    - debian/changelog[-old]
      + Move pre-1.0.0 entries into a separate "changelog-old" file
        which won't get included in alsa-modules packages
    - debian/control
      + alsa-base:
        . Depend on lsof instead of psmisc  (Closes: #282755)
        . Suggest discover (>= 1.0.6) which now supports
          a form of blacklisting
      + alsa-source:
        . Depend on dpkg-dev for /usr/bin/dpkg-parsechangelog
        . Adjust Recommendations and Suggestions
        . Correct Description
    - debian/rules
      + Use dh_installinit --name rather than deprecated --init-script
    - /etc/init.d/alsa, debian/alsa-base.config
      + Actually implement "autosave once at next shutdown" feature
    - /usr/share/alsa-base/alsa.default
      + This was formerly called '.../alsa-base.conf'
    - debian/alsa-base.dirs, debian/alsa-base.(linda|lintian)
      + Eliminate no-longer-needed lintian and linda overrides
    - debian/alsa-base.preinst
      + Eliminate it because it had become a no-op
    - /etc/discover.conf.d/10alsa,
      /lib/discover/alsa-base.list.xml,
      /lib/discover/alsa-base.pci-device.xml
      + Add files posted to #268006 (with 'busclass="0000"' removed from
        each device definition).  This gives ALSA modules precedence
        over OSS modules in discover's eyes.  (Closes: #268006)
        Many thanks to Jeff Licquia for adding the necessary functionality
        to the discover utility and for preparing these files.
    - debian/alsa-base.discover.pci-data.xslt
      + Add, for future use
    - debian/alsa-source.control
      + alsa-modules*: Recommend alsa-base >= 1.0.6
    - debian/alsa-source.rules
      + Add --with-build to CONFIGURE_OPT
      + Include copyright file
      + Include additional changelog file(s)
    - debian/alsa-modules.preinst
      + Add.  Delete /usr/share/doc/alsa-modules-_KVERS_ symlink
        if it still points to alsa-base
    - debian/*.templates
      + Fix the English, unfortunately fuzzying most translations
        (Closes: #282611)
      + Update ja.po.  Thanks to Kenshi Muto!
      + Update es.po.  Thanks to Carlos Galisteo!
      + Update da.po.  Thanks to Morten Brix Pedersen!
      + Update ru.po.  Thanks to Serge Winitzki!
      + Update tr.po.  Thanks to Recai Oktas!  (Closes: #283393)
      + Update pt_BR.po. Thanks to Andre Luis Lopes! (Closes: #283411)
      + Update cs.po.  Thanks to Miroslav Kure!  (Closes: #283340)
      + Update nl.po myself, probably rather badly.
      + And of course run debconf-updatepo
      + Make alsa-base/alsactl_store_on_shutdown default to 
        "autosave once at next shutdown"
    - /etc/alsa/dev.d/alsa-base
      + Rename (in alsa-base.preinst) from "alsa-base.dev" because
        it's now being run via run-parts
      + Add sleep before alsactl restore
    - debian/alsa-source.config
      + Lower priorities of alsa-source/has_pnp and alsa-source/debug
        (Closes: #283708)
    - debian/alsa-base.NEWS
      + Update
    - /usr/share/doc/alsa-base/README.Debian
      + Add note about assigning indices to multiple sound cards
        (Closes: #282602)
    - /usr/share/doc/alsa-source/README.Debian
      + Overhaul
  * Jordi Mallach:
    - debian/po/ca.po: Updated Catalan translation.
    - debian/po/fr.po: Updated French translation. Thanks, Christian Perrier!

 -- Jordi Mallach <jordi@debian.org>  Tue, 30 Nov 2004 14:55:02 +0100

alsa-driver (1.0.6a-11) unstable; urgency=medium

  * Thomas Hood:
    - debian/alsa-base.(preinst|postinst):
      + Remove special upgrade-from-1.0.6a-8 code
    - debian/patches/15_ppc_awacs_num_controls.dpatch:
      + Backport from 1.0.7rc1  (Closes: #279731)
    - debian/po/ja.po:
      + Apply patch kindly provided by Kenshi Muto and run
        debconf-updatepo  (Closes: #280115)
    - debian/control:
      + alsa-base: Suggest alsa-oss  (Closes: #280988)
    - debian/alsa-source.control:
      + alsa-modules*: Recommend libasound2 (>= 1.0.6)
  * Jordi Mallach:
    - debian/alsa-source.rules:
      + don't symlink alsa-modules docs dir to alsa-base's, as this is
        forbidden by policy. Instead, add a pointer to alsa-source's
        documentation in alsa-modules-i386's copyright file.
        (Closes: #262152)
    - debian/alsa-source.control:
      + remove ancient Conflicts and Replaces for alsa-modules-0.4 and
        alsa-modules-0.5.

 -- Jordi Mallach <jordi@debian.org>  Wed, 17 Nov 2004 12:34:24 +0100

alsa-driver (1.0.6a-10) unstable; urgency=medium

  * Thomas Hood:
    - alsa-base.postinst:
      + Don't fail if alsa-base.permissions absent  (Closes: #279588)
  * Jordi Mallach:
    - debian/alsa-base.templates: don't mark the default option for
      translation.
    - debian/po/*: updated.

 -- Jordi Mallach <jordi@debian.org>  Thu,  4 Nov 2004 11:04:26 +0100

alsa-driver (1.0.6a-9) unstable; urgency=medium

  * Thomas Hood:
    - debian/module-blacklist:
      + Add bt878.  Thanks to Reinhard Tartler for the tip.
        (Closes: #279327)
    - debian/rules, debian/alsa-base.(preinst|postinst|postrm|dirs):
      + Put alsa-base.dev in /etc/alsa/dev.d/ and symlink to it
        from /etc/dev.d/snd/controlC[0-3]/alsa-base.dev.  This
        scheme avoids running the script when it isn't needed.
        (Closes: #279405)
    - alsa-base.permissions:
      + Eliminate at the request of the udev maintainer
        (Closes: #279486)
    - alsa-base.dev
      + Take into account the possibility that /usr/ and/or /var/
        may not be mounted when this script runs.  Thanks to Marco
        d'Itri for the tips.  (Closes: #279325)
  * Jordi Mallach:
    - debian/alsa-base.preinst: add the missing #DEBHELPER# marker.
    - debian/alsa-modules.post{inst,rm}: likewise.

 -- Jordi Mallach <jordi@debian.org>  Wed,  3 Nov 2004 18:31:57 +0100

alsa-driver (1.0.6a-8) unstable; urgency=medium

  * Thomas Hood:
    - /etc/dev.d/sound/alsa-base.dev
      + Add.  Runs "alsactl restore" after control
        device is created  (Closes: #273090)
    - /etc/udev/permissions.d/alsa-base.permissions
      + Add.  Sets permissions on ALSA snd devices.
    - debian/alsa-base.config
      + Fix quotation bug  (Closes: #278766)
    - debian/control:
      + alsa-headers now Depends on libasound2-dev >= 1.0.6-3.
        This is required in order to guarantee that alsa-headers
        can be removed; older libasound2-dev releases depended on
        alsa-headers.
      + alsa-base now Conflicts with discover1 << 1.7.3 since 
        those versions didn't allow modules to be blacklisted
        (Closes: #278301)
      + alsa-base now Suggests udev
    - debian/alsa-source.control:
      + Clarify info re: alsa-modules modules versus kernel modules
      + Shorten Description
    - debian/module-blacklist:
      + Remove dmasound; add dmasound_core and dmasound_pmac
    - pt_BR.po:
      + Update by Andre Luis Lopes  (Closes: #278731)

 -- Jordi Mallach <jordi@debian.org>  Mon,  1 Nov 2004 12:35:30 +0100

alsa-driver (1.0.6a-7) unstable; urgency=medium

  * Thomas Hood:
    - debian/control:
      + Tweak descriptions to make it clearer that alsa-base is
        the base package for the ALSA drivers
    - debian/alsa-source.control:
      + Don't Recommend pcmcia packages; only suggest them
  * Jordi Mallach:
    - debian/module-blacklist:
      + Add dmasound, which has an ALSA replacement: snd-powermac.
        Thanks to Simon Raven for the information.

 -- Jordi Mallach <jordi@debian.org>  Thu, 28 Oct 2004 00:49:58 +0200

alsa-driver (1.0.6a-6) unstable; urgency=medium

  * Thomas Hood
    - asound-debian.h:
      + Eliminate
    - alsa-base.postinst:
      + Use cp insted of cat  (Closes: #273092)
    - debian/rules:
      + Generate discover "skiplist" and hotplug "blacklist" from
        a common "module-blacklist" file
    - module-blacklist:
      + Add the following OSS drivers:
        . ac97_plugin_wm97xx
        . ad1816
        . awe_wave
        . harmony
        . sequencer
        . soundcard
        . via82cxxx
        Don't add the following OSS drivers for which there are
        no obvious ALSA replacements:
        . dmasound
        . hal2
        . ics2101
        . ite8172
        . msnd
        . nec_vrc5477
        . vidc
        . vwsnd
        . waveartist 
        Please let us know if any of the latter should also be
        added to the blacklist.

 -- Jordi Mallach <jordi@debian.org>  Mon, 25 Oct 2004 17:43:40 +0200

alsa-driver (1.0.6a-5) unstable; urgency=medium

  * Thomas Hood:
    - debian/control:
      + alsa-headers: Don't Depend on libasound2-dev >> 1.0.6-2
        since this makes alsa-lib temporarily unbuildable due to
        libasound2-dev 1.0.6-2 Depending on alsa-headers.

 -- Jordi Mallach <jordi@debian.org>  Tue, 19 Oct 2004 17:50:35 +0200

alsa-driver (1.0.6a-4) unstable; urgency=medium

  * Thomas Hood:
    - Remove more XSIisms
    - debian/rules:
      + Fix ownership and perms of installed files  (Closes: #275386)
      + Install alsa-base.discover as /etc/discover.d/alsa-base
        instead of as /usr/share/doc/alsa-base/alsa-base.discover.
        This stops discover1 from loading OSS modules at boot time
        so that ALSA modules can be loaded instead.  This only works
        with discover1 >= 1.7.2.  If you have an earlier version of
        discover1 or if you have discover (version 2) then this
        blacklist file has no effect.
        (Closes: #220616, #265845, #275794, #276272)
    - debian/control:
      + Tweak description
      + Suggest discover1 (>= 1.7.2) which is the first release that
        has the blacklisting feature
    - alsa-base.config:
      + Tweak
    - alsa-base.README.Debian:
      + Update
    - alsa-source.control
      + Tweak description
      + alsa-modules-x.y.z should depend on module-init-tools >= 3.1 so
        that /lib/modules/x.y.z/updates gets magic priority
    - alsa-source.rules
      + Put modules in /lib/modules/x.y.z/updates/alsa/ rather than in
        /lib/modules/x.y.z/alsa/ so that module-init-tools's depmod
        gives them priority over the ones from the kernel.
        (Closes: #261618)
    - alsa-modules.postrm
      + Do depmod -a  (Closes: #276985)
      + Don't run the initscript stop method
  * Jordi Mallach:
    - debian/control:
      + Make alsa-headers a dummy package for transitional purposes, as
        it's apparently not needed any more.  Packages should use
        libasound2-dev instead.
    - debian/alsa-headers.{dirs,headers}:
      + Remove
    - debian/rules:
      + Remove alsa-headers-related bits

 -- Jordi Mallach <jordi@debian.org>  Mon, 18 Oct 2004 18:42:38 +0200

alsa-driver (1.0.6a-3) unstable; urgency=medium

  * Thomas Hood:
    - Fix up copyright file
    - Add 09_powerpc_build_fixes.dpatch:
      + Patch pmac.patch so that it applies to pmac.c again.
        Fixes build on powermac.  (Closes: #272946)
    - alsa-base.config:
      + Fix failure to configure if alsactl_store_on_shutdown not set
        in /etc/default/alsa.  Thanks to David Mikolajczyk for the
        patch.  (Closes: #273885)

 -- Jordi Mallach <jordi@debian.org>  Tue, 28 Sep 2004 21:44:17 +0200

alsa-driver (1.0.6a-2) unstable; urgency=medium

  * Thomas Hood:
    - alsa-base.postrm
      + purge additional legacy configuration files
    - alsa-base.postinst
      + Delete dangling symlinks in module loader configuration dirs
        (Closes: #265781)

 -- Jordi Mallach <jordi@debian.org>  Sun, 26 Sep 2004 20:04:07 +0200

alsa-driver (1.0.6a-1) unstable; urgency=medium

  * New upstream release.
  * Steve Kowalik:
    - Fix up patches #4, #9, #10 and #15 to apply cleanly.
    - Rename 'autosave always' to 'always autosave'. Both settings will be
      honoured. (Closes: #269196)
    - Change the default value of alsactl_store_on_shutdown to
      'always autosave'. Also rewrite the comment to list the 3 settings,
      and what the 3 settings do. Also change the postinst to only run 
      alsactl store if the value is 'always autosave'. (Closes: #269214)
    - Honour changes made to /etc/default/alsa in alsa-base's config
      script. (Closes: #261924, #268041)
    - Stop using /var/lib/alsa-base in alsa-modules, and don't create the
      directory in alsa-base. (Closes: #269211)
    - Include a bunch of new cards in alsa-source's debconf prompting:
      + atiixp-modem: PCI: ATI IXP 150/200/250 Modem
      + cs46xx-new-dsp: Cirrus Logic (Sound Fusion) New DSP support
      + emu10k1x: PCI: EMU10K1 (SB Live! or E-mu APS, Dell OEM Version)
      + fm801-tea575x: PCI: ForteMedia FM801 + TEA5757 tuner
      + seq-dummy: Sequencer dummy client
      + sun-amd7930: SPARC: Sun AMD7930
      + sun-cs4231: SPARC: Sun CS4231
      + (Closes: #249505)
    - Update French Debconf translation. (Closes: #267939)
      (thanks, Christian Perrier)
    - Update Spanish Debconf translation. (Closes: #268480)
      (thanks, Carlos Galisteo)
  * Jordi Mallach:
    - Update Catalan Debconf translation.
    - Don't try to install alsa-modules.dirs which is now gone.
    - Update debian/patches/10_disable_gcc_version_check2.dpatch.
  * Thomas Hood:
    - /etc/init.d/alsa: Extensive changes
      + Clean up indentation
      + Don't fail if kill fails because of disappeared process
        (Closes: #269494)
      + Tell the user if processes couldn't be stopped or if
        modules couldn't be unloaded  (Closes: #269453)
      + Send usage to stderr and exit 3 (as per LSB)
      + Use more functions
      + On restart, attempt start even if stop fails
      + On force-reload, start after force-stop
      + Don't pad '...' with spaces (as per policy 9.4)
      + On start, don't fail if attempt to restore mixer levels fails.
        In order to avoid lost races this should be done by the module
        loader (see #268221).  (Closes: #270419)
    - /etc/default/alsa
      + Try to improve comments some more
    - /etc/apm/event.d/alsa
      + Rewrite
      + Remove redundant fuser commands.  Calling the initscript with
        "force-stop" should do everything that is required.
        (Closes: #269282)
    - alsa-base.postinst
      + Clean up
      + Run confmodule at the beginning since it restarts the script
      + Eliminate use of test's -a and -o options
      + exit 1 on illegal argument
      + Use '.dpkg-old' as backup-file extension
      + Only initialize asound.state if it doesn't already
        exits (Closes: #188595)
      + Update from debconf database even if conf file is initialized
        (Closes: #269212)
      + Use cat instead of cp in order to handle the case
        where people have replaced conf files by symlinks
      + Always use -f option with mv and rm
      + Replace 'autosave always' by 'always autosave'
    - debian/control:
      + Make alsa-base Depend on alsa-utils >= 1.0.6-1
    - debian/po/nl.po:
      + Update, thanks to cobaco  (Closes: #270316)
    - debian/po/da.po:
      + Update, thanks to Morten Brix Pedersen  (Closes: #272510)
    - debian/po/*:
      + Replace 'autosave always' by 'always autosave'
      + Fix typos, run debconf-updatepo

 -- Jordi Mallach <jordi@debian.org>  Wed, 22 Sep 2004 14:45:19 +0200

alsa-driver (1.0.5a-3) unstable; urgency=low

  * Steve Kowalik:
    - Don't kill processes if force_stop_modules_before_suspend is true
      in /etc/default/alsa. (Closes: #266272, #266740, #267257)
    - Reference the correct file in NEWS.Debian. (Closes: #267099)
    - Replace 'a option' with 'an option' in alsa-source.templates, and 
      re-run debconf-updatepo. (Closes: #266171)

 -- Steve Kowalik <stevenk@debian.org>  Mon, 23 Aug 2004 21:42:41 +1000

alsa-driver (1.0.5a-2) unstable; urgency=medium

  * Steve Kowalik:
    - Remove XSIims in alsa-base's init script. (Closes: #254622)
      (thanks, Clint Adams)
    - Heaven forbid that we actually remove features from the package, so
      reimplement force-stop in the init script, and tell the apm script
      to run force-stop on suspend. Getting modules to load on resume is
      left as an exercise for the user. (Closes: #249541, #253980)
    - Alias force-reload to force-stop. (Closes: #264226)
    - Add audio module to our hotplug blacklist. (Closes: #257635)
    - Automatically load OSS compat modules for sequencers and mixers.
      (Closes: #246570, #258543)
    - 1.0.5a sets CONFIG_SND_CS46XX_NEW_DSP=y. (Closes: #249505)
    - update-modules may spit out warning messages that confuse debconf.
      Redirect stdout to /dev/null when calling update-modules in alsa-base's
      postrm. (Closes: #261853)
    - Fix up now erroneous points from alsa-base's README.Debian.
      (Closes: #248881)
    - Update Dutch Debconf translation. (Closes: #260293) (thanks, cobaco)
    - Update Brazilian Portuguese translation. (Closes: #262601)
      (thanks, Andre Luis Lopes)
  
 -- Steve Kowalik <stevenk@debian.org>  Sun, 15 Aug 2004 12:10:09 +1000

alsa-driver (1.0.5a-1) unstable; urgency=low

  * New upstream release.
  * Steve Kowalik:
    - fuser may exit non-zero. Fix the apm event script. (Closes: #247109)
    - Update the Czech debconf translation. (Closes: #251678)
  * Jordi Mallach:
    - debian/po/da.po: Add Danish translation (thanks, Michael Kristensen;
      closes: #253347).

 -- David B. Harris <dbharris@debian.org>  Wed,  9 Jun 2004 19:37:25 -0400

alsa-driver (1.0.4-3) unstable; urgency=low

  * Steve Kowalik:
    - Oops. Only move files in alsa-base's postinst if $filename contains
      something. (Closes: #246064)
    - Run update-modules in the postinst for alsa-base. (Closes: #246311)
    - Debconf translations:
      + Add Turkish. (Closes: #246069) (thanks, Recai Oktas)
      + Update Japanese. (Closes: #246438) (thanks, Kenshi Muto)
      + Update French. (Closes: #246791) (thanks, Christian Perrier)
  * Jordi Mallach:
    - debian/po/ca.po: Update Catalan translation.
  * David B. Harris:
    - debian/alsa-base.init: Put /usr/local/{sbin,bin} ahead of the
      system-wide versions in $PATH. Thanks to Tollef for noticing this.

 -- Steve Kowalik <stevenk@debian.org>  Sun,  2 May 2004 20:47:19 +1000

alsa-driver (1.0.4-2) unstable; urgency=low

  * Steve Kowalik:
    - Actually do some work on this package!
    - Check for the presence of either devfs or udev before creating device 
      nodes in alsa-base's postinst. (Closes: #243876)
    - Rewrite the init script to not load modules. Loading modules is now 
      the responsibility of the user, or hotplug.
      (Closes: #195516, #203491, #210440, #232380, #237003, #237452, #240594)
      (Closes: #244068, #245783)
    - Stop alsa-base depending on lsof and procps.
    - Change the description for alsa-base to no longer mention module
      loading.
    - Rewrite the debconf-age for alsa-base:
      + Stop asking which modules to load. (Closes: #199739, #218655)
      + Only ask one question about saving mixer settings, in the style of
        setserial.
      + This means we can stop doing vile things to the debconf templates in
        debian/rules.
      + This also means that alsa can restore on bootup, and not save on
        shutdown. (Closes: #191501, #232854)
    - Remove the files under /etc/alsa/modutils, and the symlinks
      into /etc/modprobe.d and /etc/modutils.
    - Provide an alsa-base file under /etc/modprobe.d and /etc/modutils 
      which will load the OSS compatibility modules.
      (Closes: #229486, #240594)
    - Blacklist (for hotplug) and skip (for discover) the OSS sound modules.
      Note that we can include the blacklist automatically for hotplug, but
      discover doesn't contain the infrastructure for that, so the file for 
      discover is in /usr/share/doc/alsa-base.
      (Closes: #238278, #238694, #240125, #242720)
    - Due to the fact that the init script no longer touches modules, this
      script has been gutted to a shadow of its former self. (Closes: #238994)
    - Stop using install -d so liberally in debian/rules.
    - Rename debian/po/no.po to debian/po/nb.po.
    - Correct typo in debian/po/fr.po. (Closes: #245031) (thanks,
      Pierre Machard)
    - Remove debian/alsa-path, I can't see anything at all that references it.

 -- Steve Kowalik <stevenk@debian.org>  Mon, 26 Apr 2004 15:27:55 +1000

alsa-driver (1.0.4-1) unstable; urgency=low

  * New upstream release.
  * Jordi Mallach:
    - debian/po/cs.po: new Czech translation of debconf templates
      (thanks Miroslav Kure <kurem@upcase.inf.upol.cz>; closes: #235644).
    - debian/alsa-modules.postinst: apply patch from Jamin W. Collins to
      avoid unresolved symbols when calling depmod on alsa-modules's
      postinsts (closes: #236543).
    - debian/control: change Maintainer name to "Debian ALSA Maintainers".
    - debian/alsa-base.apm: apply suggestions from Marius Gedminas to
      improve the detection of ALSA devices and the usage of fuser to stop
      processes, thanks! (closes: #238994).

 -- Jordi Mallach <jordi@debian.org>  Wed, 14 Apr 2004 00:11:52 +0200

alsa-driver (1.0.3-1) unstable; urgency=high

  * New upstream release
  * Jordi Mallach:
    - debian/control, debian/alsa-source.control: sync descriptions with
      alsa-lib's.
  * David B. Harris:
    - Re-disable the GCC version-check warning message, as we already check
      for this in debian/rules. I believe it got lost in the 1.0.2c-1 upload.
      It's just a cosmetic thing, as the logic to actually do the
      version-check was still disabled. (Closes: #234225)
    - Change my Uploaders: email address from my private address to
      dbharris@debian.org
    - debian/alsa-base.init: Produce a more helpful error message when
      'alsactl restore' fails. (Closes: #234233)
    - debian/control (alsa-base): Add version to alsa-utils dependency,
      1.0.2-2, so that the postinst's running of alsactl gets its state from
      the new location (/var/lib/alsa/asound.state)
    - debian/alsa-base.init: Add support to set the
      runlevels within which mixer settings will be saved (the same setting is
      also used to determine *from* which runlevels we'll be saving mixer
      settings). Now if you boot into single-user mode and reboot right from
      there, mixer settings won't be saved (so on your next boot you'll have
      your normal levels, not all-muted). (Closes: #233974)
    - Transition from /etc/modutils/alsa/0.9 to /etc/modutils/alsa/1.0
      (Closes: #233752):
      + debian/alsa-base.config: Use /etc/alsa/modutils/1.0 if it exists, and
        if it doesn't try to use /etc/alsa/modutils/0.9. Additionally, stop
        replacing /etc/modutils/alsa with a symlink if it's a non-symlink.
      + debian/alsa-base.examples, debian/modutils-0.9.conf: Move to
        modutils-1.0.conf
      + debian/alsa-base.postinst: Migrate /etc/alsa/modutils/0.9 to
        /etc/alsa/modutils/1.0, if the latter doesn't exist. Update
        /etc/{modprobe.d,modutils}/alsa symlinks if and only if they point to
        0.9
      + debian/alsa-base.postrm: Remove /etc/{modprobe.d,modutils}/alsa and
        known conffiles /etc/alsa/modutils/ on purge
      + debian/alsa-base.README.Debian: Update
      + debian/alsa-source.README.Debian: Update
    - debian/alsa-common.templates: Remove extraneous "," which would cause
      'harmony (PCI: Harmony/Vivace sound chip)' to show up as two options.
      Add two new chipsets, pc98-cs4232 and atiixp
    - debian/patches/10_disable_gcc_version_check{1,2}.dpatch: Sync with new
      upstream release

 -- David B. Harris <dbharris@debian.org>  Sat, 28 Feb 2004 12:49:38 -0500

alsa-driver (1.0.2c-3) unstable; urgency=low

  * David B. Harris:
    - Brown paper bag upload.
    - debian/alsa-common.templates:
      + Put module name where it's supposed to be, instead of a descriptive
        string. This broke debconf configuration for some people.
        (Closes: #232942)

 -- David B Harris <david@eelf.ddts.net>  Sun, 15 Feb 2004 18:56:54 -0500

alsa-driver (1.0.2c-2) unstable; urgency=low

  * Update debconf cardlist:
    - Add usb-usx2y (Tascam US-122 and US-428)
    - Add bt87x (Bt878/Bt879 TV card audio)
    - Add harmony (Harmony/Vivace sound chip)
    - Add hdspm  (RME HDSP MADI board)
    - Add intel8x0m (Intel i8x0 software modem thing)

 -- David B Harris <david@eelf.ddts.net>  Sat, 14 Feb 2004 19:34:41 -0500

alsa-driver (1.0.2c-1) unstable; urgency=low

  * New upstream release.
    - With this version, alsa-source now builds against 2.6.x kernels.
      (Closes: none - what the hell is up with that?)
  * David B. Harris:
    - Split debian/patches/10_disable_gcc_version_check into two different
      patches (one for configure.in, one for configure) to make
      forward-porting to new versions easier.
  * Jordi Mallach:
    - debian/alsa-modules.postinst: apply patch from Michel Dänzer to run
      depmod correctly regardless what kernel version you're running when
      you install an alsa-modules package, thanks! (closes: #231973)

 -- Jordi Mallach <jordi@debian.org>  Sun, 15 Feb 2004 01:07:37 +0100

alsa-driver (1.0.1-1) unstable; urgency=low

  * New upstream release. (Closes: #224505)
    - This version should build on 2.4.23 and 2.4.24. (Closes: #212171)
  * David B Harris:
    - The alsaconf binary package has now been integrated into the alsa-utils
      binary package:
      - Remove alsaconf stanza from debian/control
      - Remove alsaconf files: alsaconf.8, alsaconf.dirs, alsaconf.manpages,
        alsaconf.menu, patches/98_debian_alsaconf.dpatch
      - Remove 98_debian_alsaconf from debian/patches/00list
  * Steve Kowalik:
    - Patches #4 and #99: Unfuzz.
    - Patch #5: Remove; it has been applied upstream.
    - Patch #10: Regenerate.
    - Loosen Depends and Conflicts on lsof{-2.2,}. (Closes: #227514)

 -- Jordi Mallach <jordi@debian.org>  Sun, 18 Jan 2004 04:28:09 +0100

alsa-driver (0.9.8-3) unstable; urgency=low

  * Jordi Mallach:
    - debian/control: make the lsof-2.2 conflict versioned, alsa-base can't be
      installed otherwise (closes: #223822, really caused by #108341).
    - debian/changelog: recode as UTF-8.

 -- Jordi Mallach <jordi@debian.org>  Sat, 13 Dec 2003 22:38:26 +0100

alsa-driver (0.9.8-2) unstable; urgency=low

  * Steve Kowalik:
    - Stop the init script bombing out if it can't load any driver modules.
      (Closes: #221038)
    - Drop debconf question about loading OSS compatibility modules. We now
      perform auto-detection during boot-up. (Closes: #222350)
    - Bump the Depends on lsof to (>= 4.64-1). (Closes: #221295, #221809)
    - Apply patch to the init script so that it will work with both modules
      configured, or ALSA compiled statically. (Closes: #221292)
    - Drop Depends on kernel-image to Recommends. (Closes: #216253)
    - Add six new cards to the debconf list. (Closes: #222205)
      + au8810 (PCI: Aureal Advantage)
      + au8820 (PCI: Aureal Vortex)
      + au8830 (PCI: Aureal Vortex 2)
      + mixart (PCI: Digigram miXart)
      + pdaudiocf (PCMCIA: Sound Core PDAudioCF)
      + usb-us428 (USB: Tascam USB US-428)
    - Remove all the instances of the word 'driver' from the debconf list.
    - Mention alsaconf in alsa-base's README.Debian. (Closes: #222349)
    - Use the user's /etc/default/alsa to run sed over, rather than the
      default example.
    - Don't Build-Depend on kernel-headers.
    - Bump alsa-source's pseudo-source package's Standards-Version to 3.6.1.
  * Jordi Mallach:
    - debian/control: make alsa-base conflict with old lsof-2.2, just in case.
    - debian/po/de.po: German translation update (thanks, Patrick Willam,
      Tomas and Friedemann; closes: #223103).

 -- Steve Kowalik <stevenk@debian.org>  Fri, 12 Dec 2003 23:35:01 +1100

alsa-driver (0.9.8-1) unstable; urgency=low

  * New upstream release. (Closes: #218907, #219495)
    - alsaconf no longer hangs if alsa is running. (Closes: #207482)
  * Steve Kowalik:
    - Patches #4 & #98: Unfuzz.
    - Patches #5, #10, #14: Updated.
    - Patch #16: New; compile core/oss/snd-pcm-oss.c with
      -fno-omit-frame-pointer. (Closes: #195837, #199991, #201700)
    - Patch #99: Update to also fix how install is called in the
      install-scripts target. (Closes: #213941)
    - Add a 'alias /dev/dsp* snd-pcm-oss' to the modules files.
      (Closes: #208458)
    - Fix /etc/apm/event.d/alsa to work with devfs. (Closes: #204408)
    - Drop the Suggests on alsa-utils in alsa-base, we already Depend on it.
    - Fix a slight bug in alsa-base's config script to work with
      pre-configuration. (Closes: #198225, #203492, #212687, #217400)
    - Also bump alsa-source's Depends on debhelper to >= 4.0.0.
    - Speed up the init script by using lsof when finding processes using
      sound devices. (Closes: #200628, #202150)
    - Fix how $CC is passed to ./configure.
    - Update Japanese Debconf translation. (Closes: #210370) (thanks, Kenshi
      Muto)
  * Jordi Mallach:
    - debian/po/nl.po: Updated Dutch translation (thanks, Bart Cornelis;
      closes: #212994).
    - debian/alsa-source.control: bump alsa-source's build-depend on
      debhelper to >> 4.0.0 (closes: #220344).
    - Patch #98: Fix paths to lsmod and lspci (closes: #215059, #214870).

 -- Steve Kowalik <stevenk@debian.org>  Fri, 14 Nov 2003 23:28:22 +1100

alsa-driver (0.9.6-5) unstable; urgency=low

  * Steve Kowalik:
    - Patch #14: Updated; Change a < to <= to allow modules compiled against
      2.4.22 to build. (Closes: #208797, #209233, #209166, #209267)
    - Create /etc/modprobe.d, and symlink in the modules file.
    - Apply patch against /etc/init.d/alsa. (Closes: #208800)
  * David B. Harris:
    - debian/alsa-source.README.Debian: Adjust example variable KVERS to
      include all the elements common to version strings these days
      (ie: 2.4.21-5-k7). (Closes: #208771)
  * Jordi Mallach:
    - debian/modules-snippet.conf: remove obsolete device_mode parameter
      (closes: #209001).
    - debian/po/fr.po: Updated French translation by Christian Perrier
      <bubulle@debian.org> and debian-l10n-french (closes: #208784).

 -- Steve Kowalik <stevenk@debian.org>  Tue,  9 Sep 2003 08:53:40 +1000

alsa-driver (0.9.6-4) unstable; urgency=low

  * Steve Kowalik:
    - Qualify the modprobe.d symlink. (Closes: #208749)
    - Patch #12: Remove; the submitter mentions that it isn't needed with
      0.9.6. 

 -- Steve Kowalik <stevenk@debian.org>  Fri,  5 Sep 2003 09:18:07 +1000

alsa-driver (0.9.6-3) unstable; urgency=low

  * Steve Kowalik:
    - Patch #14: New; fixes declaration of irqreturn_t. (Closes: #207649)
    - Patch #15: New; write to another register first fixing the filter
      register for es18xx. (Closes: #204147)
    - Loop over removing modules, don't just try and kill all of them at
      once. (Closes: #204163, #207418)
    - Look in /lib/modules/modprobe.conf instead of /etc/modprobe.conf.
    - Actually symlink in /etc/modprobe.d/alsa if it doesn't exist.
    - The 3 above entries allow the init script to be used on 2.4, 2.5 and 2.6
      kernels.
    - Also include $(CURDIR)/debian/alsa-source.conf when trying to read in
      values during building of alsa-source. (Closes: #199729)
  * Jordi Mallach:
    - debian/po/fr.po: French translation update by Christian Perrier and
      debian-l10n-french; thanks! (Closes: #207757).
    - debian/po/pt_BR.po: Brazilian Portuguese translation update by
      Andre Luis Lopes; thanks! (Closes: #207945).

 -- Steve Kowalik <stevenk@debian.org>  Thu,  4 Sep 2003 22:38:46 +1000

alsa-driver (0.9.6-2) unstable; urgency=medium

  * Jordi Mallach:
    - debian/devfs.conf: apply patch from Tore Anderson to fix a bad typo and
      the assumption that devfs is mounted in /dev. Thanks! (Closes: #207413)

 -- Jordi Mallach <jordi@debian.org>  Wed, 27 Aug 2003 23:22:47 +0200

alsa-driver (0.9.6-1) unstable; urgency=low

  * New upstream release. (Closes: #201162)
  * Steve Kowalik:
    - Patch #12: New; Fixes EMU8000 PNP auto-configuration. (Closes: #197378)
    - Bump the Build-Depends-Indep on debhelper to 4.1.17. (Closes: #199940)
    - Update French debconf translation. (Closes: #200725) (thanks,
      Christian Perrier)
    - Import Dutch debconf translation. (Closes: #204572)
    - Change the wording of a few questions. (Closes: #200726)
    - Write a new version of program-wrapper. (Closes: #200686)
    - Drop UID and GID parameters from modules-snippet and the example 0.9
      configuration. (Closes: #205920)
    - Also symlink /etc/alsa/modutils/0.9 to /etc/modprobe.d/alsa as well.
    - Depend on modutils, or module-init-tools. The order will change when
      2.6 is more widely used. (Closes: #206226)
    - Quote $(CC) in alsa-source's debian/rules. (Closes: #204281)
    - 0.9.6 references iface_no and altno in usbaudio.c correctly.
      (Closes: #204414)
    - Don't keel over in alsa-modules install if depmod exits with a non-zero
      exit status. (Closes: #201817)
    - Call rmmod -r with kernel 2.4, and modprobe -r with kernel 2.6 in the
      init script. (Closes: #194230)
    - Please note that snd-intel8x0 causes an oops upon load with this
      version. We are looking for a fix currently.
    - Update to Standards-Version 3.6.1; no changes needed.
  * David B. Harris:
    - Import new upstream version to our CVS tree.
      + Update 10_disable_gcc_version_check to new upstream code
      + Remove 11_makefile_conf_shell_bash, the new upstream code isn't
        Bash-specific any more
    - Only create /dev/sndstat link ourselves when devfsd isn't managing /dev,
      and add magic to /dev/devfs/conf.d/alsa so that devfsd does it (thanks
      very much to Russell Coker, who did all the work) (Closes: #198702)
    - Support 'alias foo-bar off' and similar in /etc/modules.conf
      (Closes: #199190)
    - Format alsa-base's NEWS.Debian correctly. (Closes: #199930)
  * Jordi Mallach:
    - debian/po/ca.po: Updated Catalan translation.

 -- Steve Kowalik <stevenk@debian.org>  Tue, 26 Aug 2003 21:47:00 +1000

alsa-driver (0.9.4-1) unstable; urgency=low

  * New upstream release
  * Steve Kowalik:
    - Patch #4: Unfuzz.
    - Patches #5 & #10: Regenerate; Upstream files had changed too much.
    - Patch #9: Rip out half of it; The need_resched() issue has been fixed
      on Alpha, however, the Pinnacle driver still fails to build due to
      braindead usage of i386-only ISA macros.
    - Patch #11: New; Fix potential build failure by correcting 2 bashisms in
      Rules.make.
    - Add a binary target to debian/rules in alsa-source.
  * David B. Harris
    - Merge tree with ALSA's 0.9.4 release.
    - Let /etc/init.d/alsa unload the ALSA modules if it can't store mixer
      settings. (Closes: #194381)

 -- Steve Kowalik <stevenk@debian.org>  Fri, 13 Jun 2003 20:32:14 +1000

alsa-driver (0.9.3c-1) unstable; urgency=low

  * New upstream release
  * Steve Kowalik:
    - Kick the depends in alsa-source to alsa-base (>= 0.9.3c-1), due to
      /dev/snd going away.
    - Use 'read REPLY' instead of 'read', which stops dash complaining.
    - Deal with stat output starting with 'e' (OSS) or '74' (ALSA).
    - Have stat follow symlinks.
    - Patch #10: New; disables gcc version compare check in ./configure, as
      debian/rules already handles this.
    - Patches #4, #9, #98 and #99: Unfuzz.
  * David B. Harris:
    - Remove patches which fixed sparc64, the azt2320, opti2320, sb16 and
      ymfpci drivers. They have been merged upstream or were from CVS.
    - /proc/asound/dev/ is no longer created by 0.9.3c drivers. We linked
      /dev/snd/ to /proc/asound/dev/ previously. Now, create the device nodes
      statically.

 -- Steve Kowalik <stevenk@debian.org>  Fri, 30 May 2003 00:54:37 +1000

alsa-driver (0.9.3a-2) unstable; urgency=low

  * Steve Kowalik:
    - Fix a long standing bug where one space was causing the template to
      display ". . " instead of .\n.
    - Partially rewrite alsa-source's config script to deal with config file
      changes and preconfigure properly. (Closes: #193086)
    - Patch #9: New, fixes build problems on Alpha. (Closes: #191553)
    - Patch #10: New, backport of ymfpci driver from CVS.
    - Update ja.po. (Closes: #193973) (thanks, Kenshi Muto)
    - Bump to Standards-Version 3.5.10; no changes needed.
    - Also bump alsa-source's control to 3.5.10; no changes needed there,
      either.
  * David B Harris:
    - Move /etc/alsa/alsa-base.conf to /etc/default/alsa (Policy 10.3.2)
    - Refactor/rewrite /etc/init.d/alsa for idempotency and reliability
    - Stop stopping/starting ALSA on upgrade of alsa-base, only alsa-modules
      packages should do this.
    - Lintian cleanups: remove dependencies on awk, made the debconf
      dependency versioned, /usr/share/alsa-base/snddevices made executable
  * Jordi Mallach:
    - po/ca.po: Updated Catalan translation.

 -- Steve Kowalik <stevenk@debian.org>  Thu, 22 May 2003 00:23:08 +1000

alsa-driver (0.9.3a-1) unstable; urgency=low

  * New upstream release
  * Steve Kowalik:
    - Patch #5: New, patch from Bas Zoetekouw to configure.in that was applied
      and autoconf'd to produce a configure patch. Checks if tty->count is an
      atomic_t or int. (Closes: #189170)
    - Patch #6: New, fixes build failure in azt2320 by not needing
      CONFIG_PNP defined.
    - Patch #7: New, fixes build failure in opti9xx by testing CONFIG_PNP.
    - Patch #8: New, fixes build failure in sb16 by testing for CONFIG_PNP.
    - Don't exit if we can't load any modules in the init script - ALSA may
      be statically compiled. (Closes: #191882)
  * David B Harris:
    - Patches removed because they were integrated upstream:
        + 02_emu10k1_borrowed_from_cvs.dpatch
        + 03_via82xx_borrowed_from_cvs.dpatch
    - Update the following patches to apply cleanly:
        + 01_sparc64_fixes.dpatch
        + 04_make_minus_j_fix.dpatch
        + 99_debian_makefile_depmod.dpatch

 -- Steve Kowalik <stevenk@debian.org>  Sun, 11 May 2003 01:31:27 +1000

alsa-driver (0.9.2-7) unstable; urgency=low

  * Steve Kowalik:
    - Also seed alsactl_store_on_shutdown in alsa-base's .config.
    - Rewrite part of alsa-base's .config to support backing up.
      (Closes: #189789)
    - Don't run dpkg --compare-versions on a new install.
      (Closes: #190653, #190925)
    - Patch #1: Remove the vmalloc_to_page brain-damage.
      (Closes: #189533, #190052)
    - Use $(subst) instead of the shell for working out KDREV when it contains
      an epoch. (Closes: #190292) (thanks, Herbert Xu)
    - Stop ALSA at 21 instead of 20. (Closes: #190393)
  * David B Harris:
    - Ensure that /etc/init.d/alsa can handle device names with spaces
      in them (Closes: #190018)
    - Only restore mixer settings when the user has told us to save them.
      Avoids a future bug report.

 -- Steve Kowalik <stevenk@debian.org>  Wed, 30 Apr 2003 00:53:36 +1000

alsa-driver (0.9.2-6) unstable; urgency=low

  * Steve Kowalik:
    - Add force-reload as an option to the init script. (Closes: #188624)
    - Quote some variables that I missed in the init script. (Closes: #189165)
    - Create alsa-base.conf in the postinst if it doesn't exist.
      (Closes: #188674)
    - Rewrite the config scripts for alsa-{base,source}.
      + This rewrite neatly fixes the "card_list gets asked twice" bug, since
        what was taking place is that dpkg-preconfigure would ask the question,
        and then when debconf ran the .config, it would ask again.
        (Closes: #181605)
      + Be warned that alsa-base may re-ask for your driver modules due to
        the question name changing.
      + Work around a nice bug in alsa-base's previous config, which would
        re-add the last driver module to the list every time the package was
        upgraded.
    - Patch #4: Enabled; fixes building with 'make -j'. (thanks, Colm Buckley)
      (Closes: #176166)
    - Bump Standards-Version to 3.5.9; no changes needed.
  * David B Harris:
    - Fix up variable quoting in various maintainer scripts written in shell,
      avoiding a number of future problems.
    - Fix postinst failure when $alsactl_store_on_shutdown is ""
      (Closes: #189603)

 -- Steve Kowalik <stevenk@debian.org>  Sat, 19 Apr 2003 23:40:25 +1000

alsa-driver (0.9.2-5) unstable; urgency=low

  * Steve Kowalik:
    - Apply Josh Buhl's patch to my patch (03_via82xx_borrowed_from_cvs) to
      fix build failure. (Closes: #188577)
    - Deal with alsa-source being preconfigured. (Closes: #188195)

 -- Steve Kowalik <stevenk@debian.org>  Sat, 12 Apr 2003 00:40:02 +1000

alsa-driver (0.9.2-4) unstable; urgency=low

  * Steve Kowalik:
    - Correct typo in debian/alsa-source.rules. (Closes: #188520, #188521) 

 -- Steve Kowalik <stevenk@debian.org>  Fri, 11 Apr 2003 12:32:25 +1000

alsa-driver (0.9.2-3) unstable; urgency=low

  * Steve Kowalik:
    - Bail out of building -modules if the compiler the kernel was built with
      is not installed.
    - Fix the init script to accept force-restart as an argument, and remove
      force-reload as an option. (Closes: #187447)
    - Redirect the output from modprobe -r soundcore to /dev/null.
    - Don't Provide: alsadriver in alsa-modules.
    - Have alsa-base Provide: alsa.
    - Stop Suggesting alsadriver and alsaconf in alsa-base.
    - If KVERS isn't specified, try and work it out.
    - Remove /etc/alsa/alsa-{source,base}.conf on purge. (Closes: #188257)
    - Don't try and cp the example file in alsa-base's config.
      (Closes: #188261)
    - Patch #1: Added; corrects build failure on sparc64.
    - Patch #2: Added; fixes Audigy2 brokenness - from CVS HEAD.
    - Patch #3: Added; backport via82xx, parts of intel8x0 and parts of
      ac97_codec from CVS HEAD.
    - Patch #98: Correct the filename inside of the file.
  * David B. Harris:
    - Support for make-kpkg's $(KPKG_DEST_DIR) variable, which specifies
      which directory the built .debs belong.
    - alsa-source.rules: Stop configure from being run every build, and
      instead only run it when required.

 -- Steve Kowalik <stevenk@debian.org>  Fri, 11 Apr 2003 00:34:33 +1000

alsa-driver (0.9.2-2) unstable; urgency=low

  * Steve Kowalik:
    - Deal with not being able to pull values from /etc/alsa/alsa-source.conf.
      (Closes: #186375)
    - Allow an epoch to be specified in KDREV. (Closes: #186514)
    - Have the init script bail if you don't run it as root. (thanks, Alex
      Samad)
    - Rip debconf-age out of alsa-modules, it's not needed.
    - Stop alsa-modules depending on debconf.

 -- Steve Kowalik <stevenk@debian.org>  Wed,  2 Apr 2003 22:43:18 +1000

alsa-driver (0.9.2-1) unstable; urgency=low

  * New upstream release.
  * Steve Kowalik:
    - Deal with being asked for a long description for 'done'.
      (Closes: #185267)
    - Convert alsa-source itself to debian/compat, and trawl through
      debian/rules making some fixes.
  * David B. Harris:
    - New upstream CVS merging. 

 -- Steve Kowalik <stevenk@debian.org>  Wed, 26 Mar 2003 23:46:16 +1100

alsa-driver (0.9.1-2) unstable; urgency=low

  * Steve Kowalik:
    - Stop removing /etc/asound.conf and /etc/sound/asound.conf in the
      postinst and postrm. (Closes: #184615)
    - Update Brazilian Portuguese translation. (Closes: #183303) (thanks,
      Andre Luis Lopes)
    - Deal with leading whitespace in the /etc/alsa/modutils/0.9 file.
      (thanks, Adam Hewitt)
  * David B. Harris:
    + debian/alsa-base.postinst: Symlink /etc/modutils/alsa to
      /etc/alsa/modutils/0.9, not /etc/modutils/alsa/0.9
      (Closes: #184924)

 -- Steve Kowalik <stevenk@debian.org>  Mon, 17 Mar 2003 23:15:19 +1100

alsa-driver (0.9.1-1) unstable; urgency=low

  * New upstream release.
  * Steve Kowalik:
    - Handle being asked for a long description for all. (Closes: #184466)
    - Stop calling update-modules in the init script. (Closes: #184454)
    - Tighten when we reset alsa-base/card_list.
    - Convert alsa-base to the great idea I got for alsa-source's config.

 -- Steve Kowalik <stevenk@debian.org>  Sat, 15 Mar 2003 01:18:50 +1100

alsa-driver (0.9.0rc8d-2) unstable; urgency=low

  * The "Brown paper bag" release.
  * Steve Kowalik:
    - Have alsa-source's config assume defaults if the config file doesn't
      exist, and not spew messages into debconf. (Closes: #184388)
    - Update French translation. (Closes: #184381) (thanks, Denis Barbier)
  * David B. Harris:
    - alsa-base.init: Do not remove the /dev/snd symlink on shutdown
      (Closes: #184309)
    - alsa-base.init: Clarify initscript message with respect to the magic tag
      in /etc/alsa/modutils/0.9 (Closes: #182758)
    - alsa-source.rules: Loosen compiler check regexp to catch 'gcc --version'
      differences between locales (Closes: #183922)

 -- Steve Kowalik <stevenk@debian.org>  Wed, 12 Mar 2003 17:24:39 +1100

alsa-driver (0.9.0rc8d-1) unstable; urgency=low

  * New upstream release.
    - Fixes the build failure due to perverted CVS stuff.
      (Closes: #183927, #184249)
    - Fixes the audio quality on VIA8233A chipsets. (Closes: #180653)
    - Maestro3 + IrDA should be fine on Dell laptops now. (Closes: #123800)
    - Emu10k1 sequencers shouldn't throw back ENOMEM now. (Closes: #183315)
  * Steve Kowalik:
    - Add in the 2 new cards:
      + ice1724: PCI: ICEnsemble ICE1724 / VIA VT1724 (Envy24HT)
      + vx222: PCI: Digigram VX222 V2/Mic
    - Remove the errornous card:
      + vxp-lib: The configure script doesn't recognise this as a valid card
        anyway, so there is no point keeping it in the list.
    - Patch #5: Removed, usb/usbaudio.c builds fine by itself now.
    - Patch #8: Removed, its been handled by upstream.
    - Patch #9: Removed, this has been fixed by upstream. (Closes: #183591)
    - Patch #98: New, sort of. This is the last little bit of patch #4, which
      now applies Debian-specific changes to alsaconf.
    - Fix up the descriptions for cs42{3{2,6},81}. (Closes: #183885)
      (thanks, Paul Hampson)
    - Rewrite alsa-source's config in Perl. Allows us to set the alsa cards
      without much pain. (Closes: #183887)
    - Run 'alsactl store' before #DEBHELPER# in alsa-base's postinst.
      (Closes: #184079)
    - Reorder when we run kill $procs_using_sound. (Closes: #184269)

 -- Steve Kowalik <stevenk@debian.org>  Tue, 11 Mar 2003 21:32:24 +1100

alsa-driver (0.9.0rc7-7) unstable; urgency=low

  * Steve Kowalik:
    - Brown paper bag release.
    - It's gcc272, not gcc-272. Really closes #183684. 

 -- Steve Kowalik <stevenk@debian.org>  Fri,  7 Mar 2003 23:52:44 +1100

alsa-driver (0.9.0rc7-6) unstable; urgency=low

  * Steve Kowalik:
    - Fix alsa-source rules to not set -j.  (Closes: #183693, #183565)
    - If we get back 'gcc-2.7', set 'gcc-272' instead. (Closes: #183684)

 -- Steve Kowalik <stevenk@debian.org>  Fri,  7 Mar 2003 10:29:17 +1100

alsa-driver (0.9.0rc7-5) unstable; urgency=low

  * Steve Kowalik:
    - Add David B. Harris <david@eelf.ddts.net> to Uploaders.
    - Remove Martin Loschwitz from Uploaders.
    - Build-Depend on dpatch, and just include it's make-snippet.
    - Patch #5: Rename it, so that it's less than a mouthful.
    - Alsa-source building:
      + Add $CONCURRENCY_LEVEL support to alsa-source's debian/rules.
      + Rewrite the echo-vars target.
      + Append $KDREV onto the package version. (Closes: #182147)
      + Fix some old cruft in alsa-modules.postrm.
      + Apply patch from Paul Hampson to stop building of synth modules.
        (Closes: #180234)
      + Recommend kernel-pcmcia-modules | pcmcia-modules in the control file.
      + Fix the bug in alsa-source where you needed to run make twice.
      + Set the maintainer of the built modules to just the Psychos.
      + Whoops. Didn't migrate alsa-source to the debconf changes for -4.
        (Closes: #182845)
      + Use bzip2 instead of gzip. (Closes: #183146)
    - Init script issues:
      + Deal with ALSA being compiled in statically. (Closes: #182200)
      + Use '[:space:]' rather than (\t| ). \t actually looks for 't'.
        (Closes: #182601)
      + Change the pattern thrown to the first grep when we look for processes
        using sound devices. (Closes: #182712)
  * David B. Harris:
    - debian/alsa-base.templates: Tweak alsa-base/card_list text to be a
      bit more explicit about what it's doing, and correct various grammar
      mistakes.
    - debian/alsa-base.postinst: Add aliases for sound-slot-*, since this
      is what the kernel looks for.
    - debian/alsa-source.README.Debian: Completely rewrite the document, to
      clarify and update the installation procedure. (Closes: #182315)
    - debian/alsa-source.rules: Place built .deb's into $(CURDIR)/.., or
      $(KSRC)/.., depending if we're being built underneath make-kpkg or not.
  * Jordi Mallach:
    - debian/alsaconf.8: rewrite manpage, as the old one was utterly fucked.
      While at it, fix a pair of typos (closes: #136436, #176148).
    - debian/alsaconf.manpages: add alsaconf.8.
    - debian/po/ca.po: yet another Catalan update.

 -- Steve Kowalik <stevenk@debian.org>  Tue,  4 Mar 2003 09:01:49 +1100

alsa-driver (0.9.0rc7-4) unstable; urgency=low

  * Steve Kowalik:
    - Drop alsaconf from optional to extra.
    - Clean up some parts of the init script.
      + Stops init script dying during an upgrade. (Closes: #168043)
    - Put the description for each card in the question proper. Now it's
      debconf's problem to display it readably. (Closes: #181602)
    - Stop installing {build,patch}-stamp into the alsa-driver tarball.
    - Rewrite part of the alsa-base debconf to only write the modutils file
      if it finds the string "### DEBCONF MAGIC" in the current file.
      (Closes: #181570, #181635)
    - Check that $counter is greater than zero before writing the snd-slot
      part of the modutils file. (Closes: #181727)
    - Drop every other module selected to build if all is also selected.
      (Closes: #181641)
    - Patch #7: Removed; serves no useful purpose.
    - Patch #8: Added; removes the definitions and calls to v{un,}map.
      (Closes: #180889)
    - Change the wording regarding KVERS in alsa-source's README.Debian.
      (Closes: #181644)
    - Change the Description for alsa-{base,headers,source} to be 'ALSA sound
      driver' rather than 'ALSA driver'. (Closes: #181775)
    - Fix up usage of $CC in alsa-source's rules file. (Closes: #181737)
      (thanks, Gergely Nagy)
    - Stop copying the configuration from 0.5 direct to 0.9. (Closes: #180414)
    - Use the dynamic duo of find and stat instead of ls in the init script.
      (Closes: #181628) (thanks, David Harris)
  * Jordi Mallach:
    - debian/po/ca.po: updated Catalan translation.
    - Change the wording on the alsactl store question. (closes: #181580)
    - Patch #4: set the right permissions and ownership of audio devices
      (closes: #181904).

 -- Steve Kowalik <stevenk@debian.org>  Sun, 23 Feb 2003 01:43:54 +1100

alsa-driver (0.9.0rc7-3) unstable; urgency=low

  * Steve Kowalik:
    - Rewrite the init script. (Closes: #162365)
    - Use awk, rather than tr and cut. Bah. (Closes: #172733)
    - Partially rewrite /etc/apm/event.d/alsa, too.
    - Implement Thomas Hood's suggestion for
      force_stop_modules_before_suspend. (Closes: #84736)
    - Add a Debconf frontend for module configuration.
      (Closes: #141694, #168243, #172620, #168884)
    - Note the card list is now a piece of unreadable garbage. Alternatives
      will be forth-coming.
    - Get alsa-source to drop .deb's in ../.. again. (Closes: #180261)
    - Deal with /etc/alsa not existing or being a file in the alsa-source
      postinst. (Closes: #180233, #180491)
    - Fix up some of the permission code in the alsa-base postinst to look
      more sane.
    - Also look for /dev/.devfsd before running snddevices. (Closes: #180464)
    - In alsa-source's rules file, apply a one line patch from Martin Blix
      Grydeland, and allow $CC to be overridden. (Closes: #180724)
    - Make running 'alsactl store' on shutdown configurable. (Closes: #97514)
    - Stop installing /etc/alsa/alsa-base.conf, as we deal with it in debconf.
    - Depend on >= 0.9.0rc7-3 with the generated alsa-modules.
    - Remove alsa-base's preinst. It doesn't really serve a useful purpose.
    - Stop pulling example files from /usr/share/doc.
    - Use invoke-rc.d. (thanks, Tollef Fog Heen)
    - Add etc/alsa to debian/alsa-source.dirs. (Closes: #180412)
  * Jordi Mallach:
    - debian/control:
      + create a new binary package "alsaconf". Inherit Conflicts and
        Depends from the old alsaconfig source package (closes: #179219).
      + remove obsolete Suggests on alsaconf-0.4.
    - debian/modules-0.9.conf: fix typos.
    - The new alsaconf should work ok with new ALSA 0.9.0 (closes: #98821,
      #139805, #142238, #160574, #82961, #95446, #104337, #129238, #135064,
      #137118, #169180). If you prove me wrong, please reopen.
    - The symlink creation in alsa-base makes modutils stuff work ok
      (closes: #96427, #146301).
    - It apparently can now deal with more than one card (closes: #65859).
    - alsaconf now runs update-modules after writing the configuration
      (closes: #133523).
    - alsa-utils-0.5 is deprecated and unmaintained (closes: #100360).
    - debian/alsaconf.menu: add menu item.
    - debian/rules: install utils/alsaconf into the alsaconf package.
    - patch #4:
      + use /bin/bash as interpreter for alsaconf, not just /bin/sh, plus fix
        a few bashisms (not all).
      + fix two gawkisms (thanks Clint Adams).
      + adapt script for Debian needs: write config into
        /etc/alsa/modutils/0.9, use /etc/init.d/alsa, etc.
    - debian/alsa-source.rules: reintroduce $(ROOT_CMD) fix from #161913.
    - debian/po/fr.po: French update from Denis Barbier (closes: #180504).
    - debian/po/ca.po: Updated Catalan translation.
    - debian/po/ru.po: Russian update from Serge Winitzki (closes: #180729).
    - debian/{program-wrapper,snd-dev-utils}: removed, not used anymore.

 -- Steve Kowalik <stevenk@debian.org>  Wed, 19 Feb 2003 00:09:18 +1100

alsa-driver (0.9.0rc7-2) unstable; urgency=low

  * Steve Kowalik:
    - Change author for patch #99.
    - Apply Russel Coker's patch against snd-dev-utils. (Closes: #147937)
    - Add patch #6, which doesn't build ISA modules if CONFIG_ISA is n.
      (Closes: #179522)
    - Add patch #7, which adds 2 printk's for snd-intel8x0.
    - Add an option for all cards to the alsa-source question about which
      modules to build. (Closes: #164893)
    - Add a case statement to the alsa-source postinst so that it acts like
      a Real Life Postinst.
    - Sort the sound card list in /etc/alsa/modutils/0.9. (Closes: #177623)
    - Get alsa-source to drop the .deb in the parent directory.
      (Closes: #179801)
    - Grab what C compiler was used for the kernel compile from the headers.
      (thanks, Herbert Xu and Angus Lees) (Closes: #177955, #179798)
    - Remove debian/modules-0.5.conf. Like it's used for anything, anyway.

 -- Steve Kowalik <stevenk@debian.org>  Fri,  7 Feb 2003 22:04:07 +1100

alsa-driver (0.9.0rc7-1) unstable; urgency=low

  * Steve Kowalik:
    - New upstream version.
      + Fixes oops when playback stops in fm801 cards. (Closes: #174908)
    - Add target dependancies for alsa-source's rules file.
    - Change Maintainer to 'Debian-Alsa Psychos
      <debian-alsa@lists.wedontsleep.org>'
    - If /dev/{audio,dsp,amixer} don't exist as char special, run snddevices
      in the alsa-base postinst. (Closes: #113060, #136244)
    - Update the Brazilian Portuguese translation. (thanks, Andre Luis Lopes)
      (Closes: #106941)
    - Remove the spurios 'exit 1' in the init script.
      (Closes: #137993, #170589, #172165, #172733)
    - Add patch #5, from ALSA CVS HEAD, which fixes a build failure in
      usb/usbaudio.c.
  * Jordi Mallach:
    - TODO.Debian: moved...
    - debian/TODO.Debian: ... here. Sorry StevenK :)
    - debian/TODO: remove old crap.

 -- Steve Kowalik <stevenk@debian.org>  Mon,  3 Feb 2003 00:48:47 +1100

alsa-driver (0.9.0rc6+2-3) unstable; urgency=low

  * Jordi Mallach:
    - debian/alsa-source.templates: fix typo in templates list
      (closes: #177350).
    - debian/po/ca.po: update Catalan translation.
    - debian/po/fr.po: update French translation from Denis Barbier
      (closes: #98326).
  * Steve Kowalik:
    - Fix /bin/sed usage in postinst. (Closes: #177491)
    - Move alsa-source's config file in the config script. (Closes: #177492)
    - The two above also fix this issue. (Closes: #106854)
    - The generated files are long gone. (Closes: #168299)
    - Apply patch for whitespace in /etc/alsa/modutils files.
      (Closes: #175289, #120270)
    - /sbin/mknod -> /bin/mknod in the alsa-base postrm. (Closes: #178309)
    - No more debian/debconf stuff in packaging. (Closes: #129212)
    - binary-modules is a target dependant on binary_modules.
      (Closes: #133326)
    - I bet this problem in the config script is long fixed. (Closes: #95660)
    - Create /var/lib/alsa-base/modules for the package alsa-source builds.
    - No response from the submitter, and I haven't seen anyone complain
      about the permissions of sound devices changing since. (Closes: #162934)

 -- Steve Kowalik <stevenk@debian.org>  Wed, 29 Jan 2003 01:29:10 +1100

alsa-driver (0.9.0rc6+2-2) unstable; urgency=low

  * Steve Kowalik:
    - Remove debian/alsa-base.conffiles. Debhelper handles it for us.
    - Alsa-source:
      + Copy example alsa-source.conf if it doesn't exist, and then do
        debconf-isation of the file.
      + Create /var/lib/alsa-base/modules during alsa-modules build.
      + Closes: #176945

 -- Steve Kowalik <stevenk@debian.org>  Sat, 18 Jan 2003 01:15:22 +1100

alsa-driver (0.9.0rc6+2-1) unstable; urgency=low

  * Steve Kowalik:
    - ARGH! I've been building this thing as a native package. Fix up that 
      mess.
    - Whoops. Looks like I somehow lost debian/header-files. Recreate it, under
      a better name. (thanks, Vichaya Sidhipong)

 -- Steve Kowalik <stevenk@debian.org>  Wed, 15 Jan 2003 18:54:44 +1100

alsa-driver (0.9.0rc6+1-2) unstable; urgency=low

  * Steve Kowalik:
    - Fix erroneous spaces around a = in a variable declaration in the
      alsa-modules.postinst. (Closes: #176663)

 -- Steve Kowalik <stevenk@debian.org>  Wed, 15 Jan 2003 03:13:52 +1100

alsa-driver (0.9.0rc6+1-1) unstable; urgency=low

  * Steve Kowalik:
    - Packaging:
      + Drop dbs like a stone, and use dpatch.
      + Bump version so that the orig tarball is regenerated.
      + Also correct grammar in the descriptions in debian/control.
      + Add a patch that removes the calls to depmod in the Makefile.
    - Alsa-base:
      + Correct some grammar and spelling in TODO and the example
        alsa-base.conf.
      + Remove /etc/asound.conf in the postinst (Closes: #149703)
      + Create a symlink for /dev/sndstat. Also remake /dev/sndstat as a char
        special in the postrm. (Closes: #162368) (thanks, Peter Cordes)
      + Clean up the messes that are known as the config and postinst scripts
        for alsa-base and alsa-source.
      + Clean up the init script a little bit.
      + Drop most of the autogenerated stuff. Icky.
        - Only debian/{control,post{inst,rm}} files are autogenerated now.
    - Alsa-Source:
      + Rewrite most, if not all of the handling scripts for alsa-source.
      + Set KSRC to either $KSRC or /usr/src/linux in alsa-source's rules
        file. (Closes: #166006)
      + Do the same for KVERS, between $KVERS, or unknown.
      + With this new system, if you don't specify $KVERS, stuff will break.
         Which makes it hard to install modules in to wrong location.
         (Closes: #118297)
      + Set the permissions of directories in /usr/src/modules to root.src
        drwxrwsr-x. (Closes: #174925)
  * Jordi Mallach:
    - Switch all the templates to po-debconf.
    - debian/control: Build-Depend on po-debconf.
    - debian/po/ca.po: add Catalan translation of Debconf templates.
    - debian/alsa-source.templates: update list of drivers.

 -- Steve Kowalik <stevenk@debian.org>  Tue, 14 Jan 2003 00:30:56 +1100

alsa-driver (0.9.0rc6-3) unstable; urgency=low

  * debian/modules.d/control.normal: fix the apmd suggestion here.
  * debian/devfs.conf:
    + revert the changes in rc6-1 (closes: #172583).
    + remove the PERMISSIONS entry for ^sound/.*.
    + remove all the mixer device creation stuff, which should be created by
      the module. If it's not happening, please file a new bug. Initial tests
      seemed to work well (closes: #147365, #157144, #169580).

 -- Jordi Mallach <jordi@debian.org>  Wed, 11 Dec 2002 17:35:19 +0100

alsa-driver (0.9.0rc6-2) unstable; urgency=low

  * debian/modules-tools.d/rules: fix 2.4.19 detection... would fail for
    images other than -386.

 -- Jordi Mallach <jordi@debian.org>  Tue, 10 Dec 2002 20:35:44 +0100

alsa-driver (0.9.0rc6-1) unstable; urgency=low

  * New upstream release.
  * If you reported a bug against alsa, please test if its working with this
    new version, and give us feedback, either positive or negative. Thanks!
  * debian/scripts/vars: bump TAR_DIR to 0.9.0rc6.
  * debian/modules.d/control.module{,-image}.in: adjust depends for rc6.
  * debian/control: suggest apmd, not apm (closes: #168171).
  * debian/copyright: update package history.
  * debian/init: make it ignore modules called "off" or "null". Patch from
    Michal Cihar <cihar@email.cz>, thanks! (closes: #168842).
  * debian/modules.d/control.module.2.4.19.in: make a copy of the normal
    file, but add conflicts on kernel-image-2.4.19 (<< 2.4.19-3).
  * debian/modules-tools.d/rules: if KVERS = 2.4.19, use the special
    control.module file. Wanted a hack, StevenK? There it is. :)
    (it should really be using debian/modules-tools.d/control.module-image.in,
    but that's another story^Wbug).
  * debian/devfs.conf: devfs fixes from Steven Kowalik in our unreleased
    alsa-driver repackaging (closes: #157144, #147365, #147835).

 -- Jordi Mallach <jordi@debian.org>  Tue, 10 Dec 2002 18:19:24 +0100

alsa-driver (0.9.0rc5-4) unstable; urgency=low

  * debian/patches/004_usb_api_2_4_20: really removed... duh.

 -- Jordi Mallach <jordi@debian.org>  Tue, 10 Dec 2002 12:25:48 +0100

alsa-driver (0.9.0rc5-3) unstable; urgency=medium

  * debian/patches/004_usb_api_2_4_20: removed (closes: #171136).
  * debian/debconf/Makefile.in: don't use --drop-old-templates with
    debconf-mergetemplates. Makes it work with Woody's debconf and didn't
    give us much gain anyway, in the current state of templates
    (closes: #170952).
  * debian/modules.d/control*: lax kernel-image dependencies to just the
    kernel version.

 -- Jordi Mallach <jordi@debian.org>  Tue, 10 Dec 2002 11:38:22 +0100

alsa-driver (0.9.0rc5-2) unstable; urgency=low

  * debian/apm: delete calls to the removed permission mangling functions
    which were removed in the previous upload. Thanks, Chung-chieh Shan
    (closes: #167990).
  * debian/init: remove cruft comments about the permission stuff.
  * debian/{alsa-base.conffiles,source_VERSION_.conffiles.in: removed,
    managed by debhelper.
  * debian/rules: don't remove alsa-source.conffiles.

 -- Jordi Mallach <jordi@debian.org>  Wed,  6 Nov 2002 23:40:49 +0100

alsa-driver (0.9.0rc5-1) unstable; urgency=low

  * debian/modules.d/control.source: set
    Martin Loschwitz <madkiss@madkiss.org> as Maintainer:, add
    Steve Kowalik <stevenk@debian.org> and myself as Uploaders:.
  * debian/modules.d/control.normal: Suggest: apm (>= 3.0.2-1), as promised in
    the 0.9.0rc3-0.2 changelog.
  * debian/modules.d/*: change "linux" -> "Linux" (closes: #141600).
  * Disable the whole permissions on device files in the init script.
    UGLY. Oh, and Closes: #159093. If this breaks, please reopen. (Steve)
  * Maintainer Upload, acknowledging previous NMU's
    (closes: #114598, #165889, #97640, #117981, #126211, #141372, #142691
     closes: #143377, #144696, #145382, #147383, #148191, #152430, #158515
     closes: #160514, #160778, #160788, #161188, #162378, #163403, #163498
     closes: #164801, #167633, #167854, #52564, #54131, #85242, #92871, #95920
     closes: #97727, #100630, #104163, #113717, #113996, #115757, #117054
     closes: #119195, #124176, #124288, #135535, #138322, #141154, #147362
     closes: #147720, #148900, #151502, #159394, #159660, #161913, #163343
     closes: #167461, #100023, #121355, #147013, #49299, #83509, #92640
     closes: #94564, #146013, #160857). Yay!

 -- Jordi Mallach <jordi@debian.org>  Tue, 05 Nov 2002 17:15:30 +0100

alsa-driver (0.9.0rc5-0.3) unstable; urgency=low

  * Non-Maintainer Upload, again. And it's not a drug, promise!
  * debian/debconf/Makefile.in: yuck, don't redirect debconf-mergetemplate's
    output to the same file from which we're reading. We should ship non-zero
    long templates now :) (closes: #167854).

 -- Jordi Mallach <jordi@debian.org>  Tue,  5 Nov 2002 12:50:49 +0100

alsa-driver (0.9.0rc5-0.2) unstable; urgency=low

  * Non-Maintainer Upload.
  * The "Even if it sucks, I enjoyed nursing ALSA" release.
  * debian/alsa-source.templates.{de,ja,ru}: removed, they are generated
    in debian/debconf/.
  * debconf/Makefile.in: call debconf-mergetemplates with --drop-old-templates.
  * debian/debconf/cards: remove usb-midi, it has been merged with usb-audio.
  * debian/modules-0.9.conf: kernel module symbol names changed in rc4
    (they removed the snd_ prefix), and I forgot to change it on our
    options (closes: #167461).
  * debian/patches/006_usbaudio_missing_declaration: patch from Aaron M. Ucko,
    adds a missing declaration which fixes compilation on 2.2 kernels. Good
    timing Aaron, I was about to upload :) Thanks! (closes: #167633).

 -- Jordi Mallach <jordi@debian.org>  Mon, 04 Nov 2002 02:29:30 +0100

alsa-driver (0.9.0rc5-0.1) unstable; urgency=low

  * Non-Maintainer Upload (still?).
  * New upstream release.
  * debian/alsa-source_VERSION_.README.debian.in: actually modify this file,
    not the generated one (really closes: #163343).
  * debian/debconf/Makefile.in: rework the makefile to handle split templates.
  * debian/debconf/cards: replace via686 and via8833 with via88xx.
  * debian/debconf/templates_VERSION_.templ.in: split into
    templates_VERSION_.templ.{de,ja,ru}.in. Some are outdated.
    This whole debian/debconf thing is an evil, big hack...
  * debian/scripts/vars: bump TAR_DIR to 0.9.0rc5.
  * debian/modules.d/control.module{,-image}.in: adjust depends for rc5.
  * debian/patches/001_remove_isapnp_h: removed.
  * debian/patches/005_ac97_patch_c_define_no_version: removed.
  * debian/rules: remove isapnp.h workarounds from rc3.
  * debian/sys-build.mk: source.clean wasn't removing $(STAMP_DIR) properly.
    Scary change, because I still don't get much of what goes on in DBS.
  * Powerpc driver compiles ok in this new version (closes: #165889).
  * emu10k1 build fixed (closes: #147720).
  * via686 doesn't do noise instead of sound now (closes: #163498).

 -- Jordi Mallach <jordi@debian.org>  Wed, 30 Oct 2002 14:31:44 +0100

alsa-driver (0.9.0rc3-0.3) unstable; urgency=low

  * The "I hate this package" release.
  * debian/modules-tools.d/rules: add support for kernel-package's
    --rootcmd. Thanks to Adrian 'Dagurashibanipal' von Bidder for pointing
    me at Brian May's pcmcia-source patch (closes: #161913).
  * debian/rules: remove include/linux/isapnp.h from the current directory,
    not just from the build dir. It wasn't fixed for the alsa-source
    tar.gz... (thanks, Daniel Müller; closes: #164801, really).
  * debian/patches/002_linux_2_2_0_compile_fix: sigh. Looks like this patch
    is obsolete. *Should* fix compiles on 2.2.20. No, I have not tested. I
    can't download 6 different kernels every time I work on this (thanks,
    Shinichi Sakata; closes: #115757, #162378).
  * debian/init: restore the "enable_sound_devs" call. It was fscking device
    perms for many people (thanks, Daniel Burrows; reopens: #141546).
  * debian/alsa-source.README.debian: add a few extra notes for people
    building module .debs without kernel-package (thanks, Dave Barr;
    closes: #163343).
  * Looks like not everything was broken. Submitter says this is *still*
    working with rc3. We'll see in rc4... (closes: #52564).
  * People, really. The state of this package is still deplorable. We need
    some help with devfs bugs and with alsa-base's init script in general.
    We also need to report all our bugs to ALSA upstreams... I still haven't
    found time to tag them apropiately even, much less to write a list of
    problems to their mailing list. If you think you can help, please contact
    me. I'm willing to continue doing Non-Maintainer ALSA work, but not alone.

 -- Jordi Mallach <jordi@debian.org>  Tue, 15 Oct 2002 19:09:55 +0200

alsa-driver (0.9.0rc3-0.2) unstable; urgency=low

  * Non-Maintainer Upload.
  * The "Roberto Heras, you rock" release.
  * debian/alsa-base.config: use /bin/sh instead of /bin/bash.
  * debian/alsa-base.{linda,lintian}: added overrides.
  * debian/alsa-base.templates: reworded two templates to avoid using
    frontend-specific "Yes" and "No" answers, as suggested by Denis Barbier.
  * debian/alsa-base.templates.de: update by Bastian Kleineidam.
  * debian/alsa-base.templates.fr: update by Denis Barbier.
  * debian/apm: remove logger pipes, as suggested by Thomas Hood
    (closes: #121355).
  * debian/control: suggest apm (>= 3.0.2-1).
  * debian/alsa-modules_VERSION_-_KVERSION_.postinst.in: remove bashisms,
    use /bin/sh.
  * debian/alsa-modules_VERSION_-_KVERSION_.templates.es.in: corrections
    from Carlos Valdivia Yagüe (closes: #92640).
  * debian/init:
    + remove call to "enable_sound_devs" in alsa_stop() (closes: #141546).
    + remove bashisms in script, use /bin/sh (closes: #97727).
  * debian/modules-tools.d/{build_makefile,genchanges.sh,setvers.sh}:
    remove bashisms in script, use /bin/sh.
  * debian/modules-tools.d/setvers.sh: patch from J.H.M Dassen that
    simplifies the version extraction rutine (patch from #121209, apparently
    closes: #119195).
  * debian/alsa-source{_VERSION_.config.in,_VERSION_.postinst.in}: remove
    bashisms, use /bin/sh instead of /bin/bash.
  * debian/alsa-source.templates: split into lang-independent files (de, ja,
    ru). I fear they all need an update. This template was a mess.
  * debian/apm: use /bin/sh instead of /bin/bash.
  * debian/patches/000_powermac_improper_call_to_snd_power_lock: synced.
  * debian/patches/002_linux_2_2_20_compile_fix: new;
    alsa-kernel/core/seq/seq_ports.h: include <linux/rwsem.h> to fix compiles
    with 2.2.20 and possibly 2.2.21, 2.2.22 (closes: #126211).
  * debian/patches/004_usb_api_2_4_20: check for kernel version less than
    2.4.20, not 2.5.0, as the USB api has been backported in 20pre2.
    Thanks Ray for investigating (closes: #160514).
  * debian/patches/005_ac97_patch_c_define_no_version: backport from CVS to
    fix a compile error.
  * debian/prerm: empty, hence removed.
  * debian/rules:
    + remove include/linux/isapnp.h before configuring, as noted by the
      ALSA webpage (thanks, Shinichi Sakata; closes: #160788).
    + add quotes around checks for ALSA_DEBUG and ALSA_NOPNP so the ifeq
      actually works (thanks, Timshel; (closes: #113717).
    + install INSTALL, as it comes with useful information (closes: #160857).
    + install alsa-base overrides.
  * Headers are being installed in /usr/include/sound (closes: #97640).
  * System hangs are not happening with newer versions (closes: #117981).
  * No extra quotes in --with-cards call (closes: #142691).
  * Compatibility with 2.2.x kernels was fixed long ago, according to
    CVS logs (closes: #115757).
  * i586mmx detection was fixed long ago (closes: #117054).
  * ALSA rc3 works on more recent kernels than 2.4.10 (closes: #113996). If
    you really need 2.4.10, please reopen. The buggy file has been moved
    and it's difficult to track changes to it.
  * Kernel error in "rmmod snd-cs46xx" was fixed in rc2, according to
    submitter. Shinichi, if you're still having problems, please reopen.
    (closes: #152430).
  * Submitter says make install is working with current versions
    (closes: #144696).
  * Ensoniq driver working ok now, according to submitter (closes: #100630).
  * A quick grep in the alsa sources show the drivers are declaring their
    GPL license (closes: #124176).
  * Unresolved symbols fixed in rc3, thanks for testing, Ross
    (closes: #159394).
  * aplay is working ok with rc3, according to Christian Kurz
    (closes: #125802, #131165).
  * The unavailability of debconf-utils isn't an issue in Woody/unstable
    anymore (closes: #124288).
  * Swedish alsa-modules templates seem up to date (closes: #83509).
  * [04:01] <Oskuro> #100023, is the argument for showing the version
            number acceptable for you?
    [04:08] <joeyh> yeah I guess
    (closes: #100023).
  * The Debconf template is up to date with current card names
    (closes: #141372, #143377, #145382).
  * We're at 0.9.0rc3 already (closes: #146013, #159660).

 -- Jordi Mallach <jordi@debian.org>  Sun, 22 Sep 2002 18:21:24 +0200

alsa-driver (0.9.0rc3-0.1) unstable; urgency=low

  * Non-Maintainer Upload. Nearly all the work was done by
    Bastian Kleineidam <calvin@debian.org>.
  * New upstream release (closes: #122632, #151502).
  * The gusextreme module load problem should be also fixed by now:
    hwdep.o is included, mpu401_uart.o is included, the
    opl3_new_device function does not exist any more (closes: #54131).
  * The new upstream adds the missing hwdep object file for
    some SoundBlaster cards (closes: #148900).
  * The new upstream uses linux/slab.h instead of linux/malloc.h
    (closes: #114598).
  * Work around missing symbols in 2.2 Kernels (closes: #147383)
  * Move debconf-utils from recommends to depends
    (closes: #85242, #104163).
  * Move debhelper from recommends to depends. This and the above
    make the check-debian-rules-pkg unnecessary
    (closes: #95920, #135535).
  * Updated all depends for new version (and debhelper 3).
  * Fix minor spellings in alsa-source README.Debian (closes: #147013).
  * Generated packages depend on the appropriate kernel image.
    If you want to compile kernels manually *without* Debian packaging,
    you should not use this package but compile ALSA also from source
    (closes: #94564).
  * Delete call of unused dh_install{cron,manpages,info,menu}.
  * Add russion translation to alsa-source template (closes: #138322).
  * Update German and French translation of alsa-base.template, Sync other
    with the english descriptions (closes: #92871).
  * Sync other alsa-base templates with the english descriptions.
  * Add German translation of alsa-source.template and control.
  * Updated cards database (closes: #141154).
  * Remove isapnp.h, which fixes compile errors on some platforms.
  * Remove obsolete debian/debconf/cards.sh.
  * Use dh_testdir and dh_testroot instead of manual checks in all
    debian/rules targets.
  * Set the modules dir permissions in alsa-source.tar.gz correctly
    (closes: #148191, #147362).
  * Standards version 3.5.7.0.

 -- Jordi Mallach <jordi@sindominio.net>  Sun, 08 Sep 2002 17:05:47 +0200

alsa-driver (0.9.0rc1-2) unstable; urgency=low

  * Remove modules.dep from generated alsa-modules (closes: #146434).
  * Removed quotation of ALSA_NOPNP and ALSA_DEBUG in alsa-source.conf
    (closes: #146473)

 -- Masato Taruishi <taru@debian.org>  Tue, 14 May 2002 00:36:19 +0900

alsa-driver (0.9.0rc1-1) unstable; urgency=low

  * New upstream release
      (now Debian version of ALSA has same version name of upstream)
  * Appled fix patch of #129706: alsa-base: init.d script fails if
    startosslayer != true (closes: #129706)
  * Added complete copyright notice in debian/copyright (closes: #133484).
  * Changed powermac patch (from jack's suggestion).
  * These bugs should be fixed (closes: #120472, #129978, #129979)
  * Added mixer entries for devfs (closes: #142024)

 -- Masato Taruishi <taru@debian.org>  Sun, 12 May 2002 21:39:07 +0900

alsa-driver (0.9+0beta12-3) unstable; urgency=low

  * Now I can use the upstream's install-modules target to install
    driver modules because the privious target tried to install
    them into the system's modules directory. As a still, there is
    an error in invoking depmod in install-modules. debian/rules
    ignores it (closes: #141185, #141407). Removed the previous fix.
  * Fxed typo (closes: #102104).
  * Added the powermac bugfix patch from Jack Howarth
    <howarth@bromo.msbb.uc.edu> (closes: #141114).

 -- Masato Taruishi <taru@debian.org>  Sat,  6 Apr 2002 15:12:28 +0900

alsa-driver (0.9+0beta12-2) unstable; urgency=low

  * Quoted $(ALSA_CARDS) in configure (closes: #141185).

 -- Masato Taruishi <taru@debian.org>  Fri,  5 Apr 2002 16:08:54 +0900

alsa-driver (0.9+0beta12-1) unstable; urgency=low

  * New upstream release.

 -- Masato Taruishi <taru@debian.org>  Tue,  2 Apr 2002 18:42:26 +0900

alsa-driver (0.9+0beta10-6) unstable; urgency=high

  * Added bzip2 in debian/modules.d/control.source.
    This is a RC-bug, so urgency=high to move this to
    testing quickly (closes: #132957).

 -- Masato Taruishi <taru@debian.org>  Tue, 12 Feb 2002 23:57:06 +0900

alsa-driver (0.9+0beta10-5) unstable; urgency=high

  * Fixed space file problem (closes: #128145).

 -- Masato Taruishi <taru@debian.org>  Tue,  8 Jan 2002 04:32:08 +0900

alsa-driver (0.9+0beta10-4) unstable; urgency=low

  * Added some configuration example files in doc/<each_package>/examples/. 
  * Updated an embded document of setvers.sh.
  * Clean auto-generated debian files before 'tar zc' in built-time of
    alsa-source package. I can build module-image sucessfully, and can't
    reproduce the problem, but I suspect that it should fix the problem.
    If not, reopen the bug. (closes: #124195)
  * Wrote usage descriptions in program-wrapper.

 -- Masato Taruishi <taru@debian.org>  Sun, 16 Dec 2001 19:00:16 +0900

alsa-driver (0.9+0beta10-3) unstable; urgency=low

  * Removed alsactl magic in get_alsactl() in snd-dev-utils.
     (closes: #124082)
  * Redirected error messages of program-wrapper to stderr.

 -- Masato Taruishi <taru@debian.org>  Sun, 16 Dec 2001 01:36:56 +0900

alsa-driver (0.9+0beta10-2) unstable; urgency=low

  * Added program-wrapper script.

 -- Masato Taruishi <taru@debian.org>  Sat, 15 Dec 2001 14:00:34 +0900

alsa-driver (0.9+0beta10-1) unstable; urgency=low

  * New upstream release.
  * Removed ALSA 0.9 and 1.0 magic about configuration file.
  * Used /bin/bash for setvers.sh (closes: #121298)
  * Added Build-Depends-Indep: bzip2 (closes: #121070)

 -- Masato Taruishi <taru@debian.org>  Sun,  9 Dec 2001 15:24:24 +0900

alsa-driver (0.9+0beta9-1) unstable; urgency=low

  * New upstream release.
  * Removed version number in alsa-dirver.tar.gz.
     modules/alsa-driver-<version>/ to modules/alsa-driver/

 -- Masato Taruishi <taru@debian.org>  Tue, 27 Nov 2001 03:53:22 +0900

alsa-driver (0.9+0beta7-2) unstable; urgency=low

  * Redirect update-devfsd message to stderr (closes: #106487, #111829, 113097)
  * Added sound/.* to devfsd.conf (closes: #79644, #98274, #106095)
  * Redirect rmdir message to /dev/null (closes: #113315)
  * Reviced init script messages.
  * Inverted test in /etc/apm/event.d/alsa (closes: #98625)

 -- Masato Taruishi <taru@debian.org>  Fri,  5 Oct 2001 03:11:58 +0900

alsa-driver (0.9+0beta7-1) unstable; urgency=low

  * New upstream release.

 -- Masato Taruishi <taru@debian.org>  Thu,  6 Sep 2001 01:57:01 +0900

alsa-driver (0.9+0beta4-5) unstable; urgency=low

  * Maintainer release (closes: #97210).
  * Added || true to `rmdir /etc/sound/' (closes: #101854).
  * Wrote substvars datas into debian/$KVERS.substvars (closes: #98800, #99709, #101877, #98819)
  * Changed a checking of ALSA_CARDS in rules. (closes: #97976).

 -- Masato Taruishi <taru@debian.org>  Sun, 24 Jun 2001 01:03:12 +0900

alsa-driver (0.9+0beta4-4.1) unstable; urgency=low

  * Fix postrm to actually perform intended cleanup on purge
    (Closes: #97210)

 -- Matt Zimmerman <mdz@debian.org>  Tue, 19 Jun 2001 03:12:14 -0400

alsa-driver (0.9+0beta4-4) unstable; urgency=low

  * Added a clouser to configurations in /etc/alsa/$package.conf.
    (closes: #93177, #97873)

 -- Masato Taruishi <taru@debian.org>  Fri, 18 May 2001 13:00:57 +0900

alsa-driver (0.9+0beta4-3) unstable; urgency=low

  * Install header files under /usr/include/sound/

 -- Masato Taruishi <taru@debian.org>  Thu, 17 May 2001 18:42:11 +0900

alsa-driver (0.9+0beta4-2) unstable; urgency=low

  * Added a handling about ifndef, endif lines in
    /etc/alsa/alsa-source.conf.

 -- Masato Taruishi <taru@debian.org>  Wed, 16 May 2001 00:54:00 +0900

alsa-driver (0.9+0beta4-1) unstable; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Tue, 15 May 2001 22:37:26 +0900

alsa-driver (0.9+0beta3-4) unstable; urgency=low

  * Removed an old alsa-source_VERSION_.config.in from cvs.

 -- Masato Taruishi <taru@debian.org>  Tue, 15 May 2001 21:18:08 +0900

alsa-driver (0.9+0beta3-3) unstable; urgency=low

  * Fixed alsa_major_version matching for version 0.9.
     (closes: #97350, #97369)
  * Moved snd-dev-utils to /usr/share/alsa-base/.

 -- Masato Taruishi <taru@debian.org>  Tue, 15 May 2001 01:40:35 +0900

alsa-driver (0.9+0beta3-2) unstable; urgency=low

  * Added a support for alsactl-$alsa_major_version.
  * Changed a devfs detect code (closes: #96774).

 -- Masato Taruishi <taru@debian.org>  Sun, 13 May 2001 17:18:10 +0900

alsa-driver (0.9+0beta3-1) unstable; urgency=low

  * New upstream release.
  * Excluded CVS/ for dbs_make.
  * Removed dh_testversion.
  * Now Removes /etc/modutils/alsa/<version> on purge.
  * Invoked debian/check-debian-users-pkg using sh.
  * Add the version name to the directory where alsa-driver.tar.gz unpacks.
      - This can avoid to fail to build alsa-modules packages for
        some non-compatibility changes between two versions.
  * Closed some bugs fixed in some previous versions.
     (closes: #83647, #85728, #92053, #94369, #86814)

 -- Masato Taruishi <taru@debian.org>  Fri, 20 Apr 2001 13:00:43 +0900

alsa-driver (0.9+0beta2-0.1) unstable; urgency=low

  * New upstream release.

 -- Masato Taruishi <taru@debian.org>  Sat,  3 Mar 2001 00:55:48 +0900

alsa-driver (0.9+0beta1-1) unstable; urgency=low

  * New upstream release.
  * Removed update-alternatives hack for kernel modules.
  * Handle 0.9.0beta1 is really 1.0 family in /usr/lib/alsa-base/snd-dev-utils.
  * Added devfs permission configuration file for ALSA. This is an
    ad-hoc solution. (closes: #83647).

 -- Masato Taruishi <taru@debian.org>  Fri,  2 Mar 2001 16:37:52 +0900

alsa-driver (0.5.10b-7) unstable; urgency=low

  * dbs_make
  * Added a check whether `/sbin/modprobe snd' works in
    /etc/init.d/alsa start.
  * Removed dh_suidregister in debian/modules-toold.d/rules binary-modules.
    (closes: #86814).

 -- Masato Taruishi <taru@debian.org>  Thu,  1 Mar 2001 03:57:17 +0900

alsa-driver (0.5.10b-6) unstable; urgency=low

  * Oops: Re-Added debconf-utils in control.
      (I had added it in the autogenerated file).
  * Changed a dependency on c-compiler to gcc | c-compiler.
      from chapter 8.6 in packaing-manual.

 -- Masato Taruishi <taru@debian.org>  Wed, 14 Feb 2001 15:22:17 +0900

alsa-driver (0.5.10b-5) unstable; urgency=low

  * Removed card-all debconf question (closes: #85027).
  * Removed README.1st (closes: #85239).
  * Fixed alsa-moduels templates of German and Swedish
     (closes: #85208, #85597).
  * Removed config.cache from alsa-driver.tar.gz (closes: #85125).
  * Added Recommends: debconf-utils (closes: #85242).
  * Changed Depends dependencies of some packages to Recommends.
  * Added '-t $0' in logger (closes: #85701).

 -- Masato Taruishi <taru@debian.org>  Tue, 13 Feb 2001 14:01:50 +0900

alsa-driver (0.5.10b-4) unstable; urgency=low

  * Removed advanced-linux-sound-architecture package.
      I heared many complains like its name is too long.

 -- Masato Taruishi <taru@debian.org>  Tue,  6 Feb 2001 18:33:31 +0900

alsa-driver (0.5.10b-3) unstable; urgency=low

  * Merged norwegian template of alsa-base.
     from Dagfinn Ilmari Mannsaker <dagfinm@student.matnat.uio.no>
      (closes: #83357).
  * Fixed _VERSION to _VERSION_ in debian/debconf/config.tmpl.in.
      (closes: #85020).
  * Put the impelementaion I wrote in 0.5.10a-2 again because the
    implementation has been removed because I wrote the implementaion
    in auto generated file. Now I wrote in the template file.
      (closes: #84212, #85027).

 -- Masato Taruishi <taru@debian.org>  Mon,  5 Feb 2001 18:23:28 +0900

alsa-driver (0.5.10b-2) unstable; urgency=low

  * Added Build-Depends-Indep: debconf-utils (closes: #84455).
  * Merged german templates of alsa-base.
     from  Michael Bramer <grisu@debian.org> (closes: #83313).
  * Merged german templates of alsa-modules-_KERNELVERSION_.
     from Daniel.Tschernatsch@t-online.de (Daniel Tschernatsch)
       (closes: #83398, #84082, #84085).
  * Merged swedish templates of alsa-modules-_KERNELVERSION_.
     from  Andre Dahlqvist <anedah-9@sm.luth.se>.
       (closes: #83507, #83508, #83510, #83513, #84141, #84142).
  * Added Depends: debhelper, autoconf, automake in alsa-source.
       (closes: #83807).
  * Merged dutch templates of alsa-base.
     from "Thomas J. Zeeman" <tjzeeman@cs.vu.nl>
       (closes: #83935).
  * Merged french templates of alsa-base.
     from Jerome Lacoste <jerome.lacoste@smartcardsystem.com>.
       (closes: #84111).
  * Merged spanish templates of alsa-base.
     from Gorka Olaizola <gorka@escomposlinux.org>.
       (closes: #84415).
  * Merged spanish templates of alsa-modules-_KERNELVERSION_.
     from Gorka Olaizola <gorka@escomposlinux.org>
       (closes: #84861, #84862, #84865).

 -- Masato Taruishi <taru@debian.org>  Mon,  5 Feb 2001 16:58:14 +0900

alsa-driver (0.5.10b-1) unstable; urgency=low

  * New upstream release
  * Installed compiled modules in debian/rules, not invoking
    make install-modules of the top of the ALSA directory.

 -- Masato Taruishi <taru@debian.org>  Mon,  5 Feb 2001 16:02:27 +0900

alsa-driver (0.5.10a-3) unstable; urgency=low

  * Fixed a check for /proc/asound/dev (closes: #83191).
  * Fixed clobbers example ALSA_CARDS in alsa-source.conf
     (closes: #83178).

 -- Masato Taruishi <taru@debian.org>  Tue, 23 Jan 2001 23:28:10 +0900

alsa-driver (0.5.10a-2) unstable; urgency=low

  * Used db_set to update debconf datebase from ALSA configuration
    files instead of overridden questions.
    (closes: #79395, #82378)
  * Now retrives debian/debconf/cards from modules.config file
    (closes: #82927).
  * Added a check whether /etc/modutils/alsa is a symlink not only in
    alsa-base.postinst, but also alsa-base.config (closes: #82277).
  * Removed dh_suidregister from debian/rules.
  * Improved questions of alsa-base for debconf.
     Suggestions from Thomas Hood <jdthood@yahoo.co.uk>.
       A few modification.
     (closes: #82124, #82278).
  * Removed the readlink and device management processes from
    alsa-base.postinst
     (closes: #82363, #81281).
  * Added device file checking processes in /etc/init.d/alsa
     (closes: #81649).

 -- Masato Taruishi <taru@debian.org>  Tue, 23 Jan 2001 00:47:07 +0900

alsa-driver (0.5.10a-1) unstable; urgency=low

  * New upstream release
  * Added a notation that these questions about overwriting means to
    manage them under debconf.
  * Removed db_reset before the overwriting questions.
    (closes: #79846).
  * Added a notation to need to set KDREV environment variable
    to build ALSA modules packages using binary-modules target
    directly in alsa-source/README.Debian.
    (closes: #79872).
  * Oops: Fixed a location of . /usr/share/debconf/confmodule.
    (closes: #80081, #81142).
  * Removed obsolete debian/conffiles in clean
    (closes: #81440, #79702).
  * Oops: Re-added kdist_clean target in debian/modules-tools.d/rules.
    (closes: #79770).
  * Added a check for existing /usr/lib/alsa-base/snd-dev-utils in
    /etc/init.d/alsa.
    (closes: #81535).

 -- Masato Taruishi <taru@debian.org>  Wed, 10 Jan 2001 00:37:55 +0900

alsa-driver (0.5.10-2) unstable; urgency=low

  * Simiplified alsa-base/move_config_to_new_location template.
     (closes: #79387)
  * Added a check whether an existence ALSA driver is local.
     (closes: #79397)
  * Added a check whether /dev/.devfsd exists (closes: #79083).
     - this is a evil hack. maybe need to check it
       in /etc/init.d/alsa.
  * Moved a enabling sound devices after driver is loaded so that
    devfs creates device files automatically.
     Patch from John Starks <jstarks@carolina.rr.com> (modified).
    (closes: #79569)
  * Fixed a trival error to check for an old version of the ALSA
    driver (closes: #79630).

 -- Masato Taruishi <taru@watalab.cs.uec.ac.jp>  Sun, 17 Dec 2000 00:51:14 +0900

alsa-driver (0.5.10-1) unstable; urgency=low

  * New upstream release (closes: #73066).

 -- Masato Taruishi <taru@debian.org>  Fri,  8 Dec 2000 03:13:36 +0900

alsa-driver (0.5.9d-11) unstable; urgency=low

  * Fixed that a newly installaion of alsa-base always fails.
     (closes: #78999).
  * Renamed task-advanced-linux-sound-architecture
     to advanced-linux-sound-architecture.
     (closes: #78978).
  * more generalized for modules common functions.

 -- Masato Taruishi <taru@debian.org>  Fri,  8 Dec 2000 01:59:25 +0900

alsa-driver (0.5.9d-10) unstable; urgency=low

  * public release for Debian.
  * Fixed gramatical problems in debconf message.
     - thanks for Josip Rodin <joy@cibalia.gkvk.hr>
       and other people.
     (closes: #78702)
  * Added a check whether /dev/snd isn't directory (closes: #78691).
  * The problem has been fixed. This problem is related to permission
    change system of /etc/init.d/alsa (closes: #68715).
  * README is not wrong: maybe you use wrong kernel dep header.
     (closes: #63045)
  * Used debsign to sign .changes file (closes: #70703).

 -- Masato Taruishi <taru@debian.org>  Mon,  4 Dec 2000 19:02:34 +0900

alsa-driver (0.5.9d-9) unstable; urgency=low

  * Now priority multiplied by 100 for modules pacakges.
  * Added a Build-Depends to cpio.
  * Added a check whether card- prefix in cards_to_be_built is still left
    in .postinst so that dpkg -i doesn't invoke .config.

 -- Masato Taruishi <taru@debian.org>  Sun,  3 Dec 2000 17:02:55 +0900

alsa-driver (0.5.9d-8) unstable; urgency=low

  * Now keep sound devices disabled in force-stop when force-stop-suspend.
      - new ALSA_KEEP_DEV_PERMS environment variable.
    This feature didn't work in previous versions. Now work well :)
  * Make a link to /etc/alsa/modutils/<ver> after moving /etc/modutils/alsa
    in debian/alsa-base.postinst.

 -- Masato Taruishi <taru@debian.org>  Fri,  1 Dec 2000 01:21:58 +0900

alsa-driver (0.5.9d-7) unstable; urgency=low

  * priority of the stable version is now optional.
     - need to edit override file manually.
  * Fixed installation of a typo control file `md5sum' to
    `md5sums'in binary-modules target.
  * ALSA driver package checks whether an old version of ALSA
    driver exist and if so, diplaying a notation by using debconf
    and exit with error code 1.
     - added a dependency to debconf for ALSA driver package.
  * Added a meta pacakge task-advanced-linux-sound-architecture.
  * Changed a dependency to modutils. now modutils (>= 2.3.5-1)
    and Conflicts: modutils (= 2.3.20-1) (can't work on it, why?).
  * Added alsa-path.
  * New ALSA startup system: coexist between multiple versions.
     - need an ad-hoc package conflict system because of a versioning bug
       of the older version of alsa-source. At least, debian default
       drivers can be removed with the Debian package relationship system.
        - now adding Conflicts: alsa-modules-2.2.17 (<< 2:0.5.9d-6).
        - and a confliction with alsa-modules-2.2.17-ide, too.
        - need more conflictions?
  * Added automatic system moving an old /etc/modutils/alsa to a
    new location.
  * Installed modules.config to /usr/share/alsa-source/.
     - currently not used
  * /etc/init.d/alsa stop exit with error code 0 when sound is being
    used.

 -- Masato Taruishi <taru@debian.org>  Wed, 29 Nov 2000 19:26:26 +0900

alsa-driver (0.5.9d-5) unstable; urgency=low

  * Installed snddevices as a examples.
  * Merged debian/postinst and debian/alsa-base.postinst (closes: #77693).
  * Removed a junk debian/doc-base. Documentation has been placed in
    upstream alsa-doc.

 -- Masato Taruishi <taru@debian.org>  Thu, 23 Nov 2000 20:31:01 +0900

alsa-driver (0.5.9d-4cvs001122.2) unstable; urgency=low

  * 0.5's sources are now branched. I'll allocate a main trunk as
    a CVS version.

 -- Masato Taruishi <taru@debian.org>  Wed, 22 Nov 2000 17:55:43 +0900

alsa-driver (0.5.9d-4cvs001122.1) unstable; urgency=low

  * First cvs maintaince version.

 -- Masato Taruishi <taru@debian.org>  Wed, 22 Nov 2000 17:05:56 +0900

alsa-driver (0.5.9d-4) unstable; urgency=low

  * Fixed a misspeling (closes: #76428).
  * Used db_reset to reset the overwrite question instead of db_fset.
  * Changed the priority of the questions from low to high.

 -- Masato Taruishi <taru@debian.org>  Thu,  9 Nov 2000 00:11:16 +0900

alsa-driver (0.5.9d-3) unstable; urgency=low

  * Added notifies to overwrite configurations (closes: #76015).

 -- Masato Taruishi <taru@debian.org>  Sun,  5 Nov 2000 15:16:00 +0900

alsa-driver (0.5.9d-2) unstable; urgency=low

  * Used fuser instaed of lsof.
  * new file 'snd-dev-utils' which includes a set of common functions to maintain
    sound device for ALSA internally.

 -- Masato Taruishi <taru@debian.org>  Mon, 30 Oct 2000 18:24:22 +0900

alsa-driver (0.5.9d-1) unstable; urgency=low

  * New upstream release (closes: #73066)

 -- Masato Taruishi <taru@debian.org>  Wed, 11 Oct 2000 00:54:53 +0900

alsa-driver (0.5.9c-8) unstable; urgency=low

  * Fixed the esd problem (closes: #73636).

 -- Masato Taruishi <taru@debian.org>  Thu,  5 Oct 2000 03:29:24 +0900

alsa-driver (0.5.9c-7) unstable; urgency=low

  * Reviced Architecture to all (closes: #72988).
  * Removed /etc/modutils/alsa conffile and moved it as an example.
     (closes: #72263, #72678)
  * Improved get_sound_devs func() (closes: #71944).
  * Maybe fixed the mixer setting problem. If not then please reopen the bug.
     - Added a wait after ALSA starts (closes: #71684)
  * Fixed some suspend problems.

 -- Masato Taruishi <taru@debian.org>  Wed,  4 Oct 2000 01:50:36 +0900

alsa-driver (0.5.9c-6) unstable; urgency=low

  * Fixed a suspend problem. (closes: #72262)

 -- Masato Taruishi <taru@debian.org>  Mon, 25 Sep 2000 18:36:04 +0900

alsa-driver (0.5.9c-5) unstable; urgency=low

  * Changed architecture fileds from 'all' to 'i386, alpha, powerpc'.
  * Moved a localtion of enable_sound_devs in /etc/init.d/alsa.

 -- Masato Taruishi <taru@debian.org>  Mon, 18 Sep 2000 14:52:22 +0900

alsa-driver (0.5.9c-4) unstable; urgency=low

  * Corrected a wrong English message of debconf.

 -- Masato Taruishi <taru@debian.org>  Sun, 17 Sep 2000 08:11:36 +0900

alsa-driver (0.5.9c-3) unstable; urgency=low

  * Added debconf codes of alsa-base.
  * Fixed that OSS modules are not stopped. 

 -- Masato Taruishi <taru@debian.org>  Fri, 15 Sep 2000 11:53:41 +0900

alsa-driver (0.5.9c-2) unstable; urgency=low

  * Fixed that perms of device files are stored as 000.
  * Added enable_sound_devs in /etc/init./d/alsa start anyway.

 -- Masato Taruishi <taru@debian.org>  Fri, 15 Sep 2000 11:18:52 +0900

alsa-driver (0.5.9c-1) unstable; urgency=low

  * New upstream release

 -- Masato Taruishi <taru@debian.org>  Thu,  7 Sep 2000 23:05:57 +0900

alsa-driver (0.5.9b-3) unstable; urgency=low

  * Fixed that /etc/init.d/alsa tries to remove /tmp. (closes: #69938).

 -- Masato Taruishi <taru@debian.org>  Mon, 28 Aug 2000 13:31:42 +0900

alsa-driver (0.5.9b-2) unstable; urgency=low

  * cleanup debconf script.
  * Separeted user defined configurations from /etc/init.d/alsa
    to /etc/alsa/alsa-base.conf.
  * /etc/inid.d/alsa now remembers the permissions of device files
    for disabling procedure.
  * /etc/apm/event.d/alsa supports to unload modules when suspend.
     - useful for cards to hang up when resume.
  * Moved alsa-source.conf to /etc/alsa/alsa-source.conf.

 -- Masato Taruishi <taru@debian.org>  Sat, 19 Aug 2000 07:10:02 +0900

alsa-driver (0.5.9b-1) unstable; urgency=low

  * New upstream release

 -- Masato Taruishi <taru@debian.org>  Fri, 18 Aug 2000 23:09:53 +0900

alsa-driver (0.5.9a-1) unstable; urgency=low

  * New upstream release. (closes: #68995, #69000)

 -- Masato Taruishi <taru@debian.org>  Wed, 16 Aug 2000 23:43:13 +0900

alsa-driver (0.5.8b-2) unstable; urgency=low

  * Fixed gcc dependency. (closes: #58592)
  * Added kdist_clean target. (closes: #66968)
  * Reworded ISA PnP question. (closes: #59443)
  * Added a support for "probe snd-card-X". (closes: #65076)
  * Added a support to load OSS compat module when ALSA starts.
     (closes: #66207)

 -- Masato Taruishi <taru@debian.org>  Mon, 10 Jul 2000 18:43:49 +0900

alsa-driver (0.5.8b-1) unstable; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Tue, 27 Jun 2000 16:27:16 +0900

alsa-driver (0.5.8a-6) unstable; urgency=low

  * Moved the disable/enable code from /etc/init.d/alsa
    to /etc/apm/event.d/alsa.

 -- Masato Taruishi <taru@debian.org>  Thu, 22 Jun 2000 04:26:54 +0900

alsa-driver (0.5.8a-5) unstable; urgency=low

  * Added disable/enable arguments to /etc/init.d/alsa
     and /etc/apm/event.d/alsa to use them.
  * Added a dependency to procps and awk.
  * Changed a dependency of modutils from Recoomends to Depends.

 -- Masato Taruishi <taru@debian.org>  Thu, 22 Jun 2000 02:24:02 +0900

alsa-driver (0.5.8a-4) unstable; urgency=low

  * Improved /etc/init.d/alsa.
      - force-reload to do the same way as force-restart.
      - step by step progress info of terminating processes.

 -- Masato Taruishi <taru@debian.org>  Tue, 20 Jun 2000 16:47:49 +0900

alsa-driver (0.5.8a-3) unstable; urgency=low

  * Fixed a simple copy error and put more improvments
    to use force- prefix to stop the processes.
    (closes: #65778, #65808)

 -- Masato Taruishi <taru@debian.org>  Sun, 18 Jun 2000 10:46:49 +0900

alsa-driver (0.5.8a-2) unstable; urgency=low

  * Added a check whether /etc/alsa-source.conf exists really
    in postinst.alsa-source (closes: #65747).
  * Fixed genchanges.sh to build a correct file name for epoch.
  * Fixed prep-modules to use KVERS and KDREV.
  * Added a procedure in init script to kill processes that hold open
    sound devices before it tries to remove the sound driver
    modules.
          Thanks to Thomas Hood <thood@mailexcite.com> (closes: #65551)
  * Added a depencency to lsof-2.2.

 -- Masato Taruishi <taru@debian.org>  Sat, 17 Jun 2000 02:03:57 +0900

alsa-driver (0.5.8a-1) unstable; urgency=low

  * new upstream release (closes: #65281)

 -- Masato Taruishi <taru@debian.org>  Wed,  7 Jun 2000 02:59:19 +0900

alsa-driver (0.5.7-9) unstable; urgency=low

  * Added 'Conflicts: alsaconf-0.4' to alsa-base. (closes: #62296, #62972)

 -- Masato Taruishi <taru@debian.org>  Mon,  5 Jun 2000 03:30:30 +0900

alsa-driver (0.5.7-8) unstable; urgency=low

  * Rebuilt against new cvs release tag (closes: #64753)
      - tagging ordering problem: there was debian/README
        in previsous verison.
  * Added a process to change old version of alsa-source/cards_to_be_built
    into new version in config script. 

 -- Masato Taruishi <taru@debian.org>  Sun, 28 May 2000 00:31:39 +0900

alsa-driver (0.5.7-7) unstable; urgency=low

  * Removed snd-card aliases from /etc/modutils/alsa.
  * Fixed that /etc/init.d/alsa always said 'no sound cards found'
     (closes: #63421)
  * Added make update-deps in debian/build_makefile. (closes: #63422)
  * Added kernel-headers to Build-Depends-Indep.
  * Added a information of READEME.1st that alsa-doc is one of the upstream.
     (closes: #63432, #62469)
  * Update alsa-source.README.debian about new --with-cards option.
     (closes: #63106)

 -- Masato Taruishi <taru@debian.org>  Wed,  3 May 2000 16:22:18 +0900

alsa-driver (0.5.7-6) unstable; urgency=low

  * Added default configuration file of ALSA to /etc/modutils/alsa.
  * Fixed wrong KSRC directory (closes: #61317).
  * Removed bashims from alsa-source's prerm (closes: #58820)
  * Added cheking whether no cards found in init script (closes: #62387)

 -- Masato Taruishi <taru@debian.org>  Mon,  1 May 2000 03:06:29 +0900

alsa-driver (0.5.7-5) unstable; urgency=low

  * Added a dependency handling to kernel-image-x.y.z of alsa-modules-x.y.z.
     - if debian/rules is invoked with target kdist then the dependency
       is 'Depends: kernel-image-x.y.z', and if with target kdist_image
       then it is 'Recommends: kernel-image-x.y.z'.
  * Added 'Replaces: alsa-modules-0.4=KVERS' to module's dependencies.

 -- Masato Taruishi <taru@debian.org>  Wed, 12 Apr 2000 17:19:07 +0900

alsa-driver (0.5.7-4) unstable; urgency=low

  * Added usr/doc symlink configuration to postinst/prerm.mod.
  * Chaned a self confliction in control.module to a real pacakge name.

 -- Masato Taruishi <taru@debian.org>  Mon, 10 Apr 2000 22:19:24 +0900

alsa-driver (0.5.7-3) unstable; urgency=low

  * Changed dependency relationships.
     ALSA kernel API was fixed. This menas we don't need to consider
     ALSA driver version :)
      alsa-modules-x.y.z depends on ALSA (>= 0.5.5).

 -- Masato Taruishi <taru@debian.org>  Mon, 10 Apr 2000 20:34:43 +0900

alsa-driver (0.5.7-2) unstable; urgency=low

  * changed self relationship.
     - debian can't handle future package relationships.
  * Changed depending on gcc etc for alsa-source to recommends field.
  * Renamed debian/README to debian/alsa-source.REAMDE.debian.
     (closes: #61864)

 -- Masato Taruishi <taru@debian.org>  Sun,  9 Apr 2000 02:42:24 +0900

alsa-driver (0.5.7-1) unstable; urgency=low

  * New upstream release

 -- Masato Taruishi <taru@debian.org>  Fri,  7 Apr 2000 17:21:48 +0900

alsa-driver (0.5.6-3) unstable; urgency=low

  * Changed to #!/bin/bash. (closes: #60787)
  * Added debian/docs to install documentations. (closes: #60778)

 -- Masato Taruishi <taru@debian.org>  Tue, 21 Mar 2000 02:49:34 +0900

alsa-driver (0.5.6-2) unstable; urgency=low

  * Previous closes because of REJECT to install.
    (closes: #58220, #60238, #59204)
  * Fixed debian/prep-modules. wrong symlink to alsa-base-unstable.

 -- Masato Taruishi <taru@debian.org>  Wed, 15 Mar 2000 01:33:33 +0900

alsa-driver (0.5.6-1) unstable; urgency=low

  * New upstream release

 -- Masato Taruishi <taru@debian.org>  Mon, 13 Mar 2000 02:04:16 +0900

alsa-driver (0.5.5-3) unstable; urgency=low

  * Fixed package variable in postinst.alsa-source. (closes: #60238)

 -- Masato Taruishi <taru@debian.org>  Mon, 13 Mar 2000 01:27:54 +0900

alsa-driver (0.5.5-2) unstable; urgency=low

  * Removed version name.
  * Fixed bashism in prerm.mod (closes: #58220)
  * Fixed a typo in alsa-source.config (closes: #59204)

 -- Masato Taruishi <taru@debian.org>  Sat, 11 Mar 2000 03:47:43 +0900

alsa-driver-0.5 (0.5.5-1) unstable; urgency=low

  * New upstream release

 -- Masato Taruishi <taru@debian.org>  Fri,  3 Mar 2000 00:08:13 +0900

alsa-driver-0.5 (0.5.4b-1) unstable; urgency=low

  * New upstream release

 -- Masato Taruishi <taru@debian.org>  Tue, 29 Feb 2000 18:15:26 +0900

alsa-driver-0.5 (0.5.3-4) unstable; urgency=low

  * Removed bashims.
  * Fixed a typo in config.

 -- Masato Taruishi <taru@debian.org>  Tue, 29 Feb 2000 18:11:31 +0900

alsa-driver-0.5 (0.5.3-3) unstable; urgency=low

  * Fixed the broken postinst script. (Closes: #58635)

 -- Masato Taruishi <taru@debian.org>  Wed, 23 Feb 2000 03:16:36 +0900

alsa-driver-0.5 (0.5.3-2) unstable; urgency=low

  * Added `Conflicts: alsaconf (<< 0.4.3)'.

 -- Masato Taruishi <taru@debian.org>  Fri, 18 Feb 2000 21:51:04 +0900

alsa-driver-0.5 (0.5.3-1) unstable; urgency=low

  * New upstream release

 -- Masato Taruishi <taru@debian.org>  Thu, 17 Feb 2000 22:44:23 +0900

alsa-driver-0.5 (0.5.2-1) unstable; urgency=low

  * New upstream release

 -- Masato Taruishi <taru@debian.org>  Wed,  9 Feb 2000 07:00:52 +0900

alsa-driver-0.5 (0.5.0-1) unstable; urgency=low

  * new upstream release.
  * Renamed source name.
  * Changed experimental to unstable.

 -- Masato Taruishi <taru@debian.org>  Tue,  8 Feb 2000 08:06:14 +0900

alsadriver-unstable (0.5pre+cvs20000110+1952-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Tue, 11 Jan 2000 15:54:29 +0900

alsadriver-unstable (0.5pre+cvs20000108+2159-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Mon, 10 Jan 2000 03:52:18 +0900

alsadriver-unstable (0.5pre+cvs20000106+0959-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Fri,  7 Jan 2000 14:50:29 +0900

alsadriver-unstable (0.5pre+cvs19991230+2334-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Mon,  3 Jan 2000 01:24:06 +0900

alsadriver-unstable (0.5pre+cvs19991225+1526-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Sun, 26 Dec 1999 02:00:12 +0900

alsadriver-unstable (0.5pre+cvs19991221+1111-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Wed, 22 Dec 1999 02:40:22 +0900

alsadriver-unstable (0.5pre+cvs19991220+1248-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Tue, 21 Dec 1999 01:33:13 +0900

alsadriver-unstable (0.5pre+cvs19991219+0954-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Mon, 20 Dec 1999 00:58:25 +0900

alsadriver-unstable (0.5pre+cvs19991217+1334-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Sat, 18 Dec 1999 00:05:24 +0900

alsadriver-unstable (0.5pre+cvs19991215+2336-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Thu, 16 Dec 1999 11:48:42 +0900

alsadriver-unstable (0.5pre+cvs19991215+1756-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Thu, 16 Dec 1999 04:03:59 +0900

alsadriver-unstable (0.5pre+cvs19991215+1048-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Wed, 15 Dec 1999 21:35:41 +0900

alsadriver-unstable (0.5pre+cvs19991213+2002-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Tue, 14 Dec 1999 18:09:01 +0900

alsadriver-unstable (0.5pre+cvs19991213+1504-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Tue, 14 Dec 1999 04:04:37 +0900

alsadriver-unstable (0.5pre+cvs19991213+1129-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Tue, 14 Dec 1999 02:19:26 +0900

alsadriver-unstable (0.5pre+cvs19991211+2120-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Mon, 13 Dec 1999 00:48:21 +0900

alsadriver-unstable (0.5pre+cvs19991211+1146-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Sat, 11 Dec 1999 23:41:37 +0900

alsadriver-unstable (0.5pre+cvs19991209+1631-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Fri, 10 Dec 1999 03:23:18 +0900

alsadriver-unstable (0.5pre+cvs19991209+1235-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Fri, 10 Dec 1999 01:45:16 +0900

alsadriver-unstable (0.5pre+cvs19991207+2159-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Thu,  9 Dec 1999 01:48:16 +0900

alsadriver-unstable (0.5pre+cvs19991207+1010-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Wed,  8 Dec 1999 02:45:10 +0900

alsadriver-unstable (0.5pre+cvs19991206+2122-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Tue,  7 Dec 1999 13:42:27 +0900

alsadriver-unstable (0.5pre+cvs19991202+1148-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Thu,  2 Dec 1999 22:22:44 +0900

alsadriver-unstable (0.5pre+cvs19991201+1923-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Thu,  2 Dec 1999 12:51:57 +0900

alsadriver-unstable (0.5pre+cvs19991130+1529-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Wed,  1 Dec 1999 04:04:32 +0900

alsadriver-unstable (0.5pre+cvs19991130+1401-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Wed,  1 Dec 1999 00:18:11 +0900

alsadriver-unstable (0.5pre+cvs19991129+1445-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Tue, 30 Nov 1999 03:26:16 +0900

alsadriver-unstable (0.5pre+cvs19991128+1933-2) experimental; urgency=low

  * Fixed postinstallation failed problem.

 -- Masato Taruishi <taru@debian.org>  Mon, 29 Nov 1999 11:58:25 +0900

alsadriver-unstable (0.5pre+cvs19991128+1933-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Mon, 29 Nov 1999 08:55:59 +0900

alsadriver-unstable (0.5pre+cvs19991127+1250-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Sun, 28 Nov 1999 02:40:38 +0900

alsadriver-unstable (0.5pre+cvs19991126+2317-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Sat, 27 Nov 1999 23:52:03 +0900

alsadriver-unstable (0.5pre+cvs19991126+1223-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Sat, 27 Nov 1999 00:50:03 +0900

alsadriver-unstable (0.5pre+cvs19991125+1028-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Fri, 26 Nov 1999 02:04:26 +0900

alsadriver-unstable (0.5pre+cvs19991124+1701-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Thu, 25 Nov 1999 03:37:30 +0900

alsadriver-unstable (0.5pre+cvs19991123+1654-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Wed, 24 Nov 1999 02:31:10 +0900

alsadriver-unstable (0.5pre+cvs19991122+1747-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Tue, 23 Nov 1999 13:06:32 +0900

alsadriver-unstable (0.5pre+cvs19991118+1041-2) experimental; urgency=low

  * Added a new debconf selection.

 -- Masato Taruishi <taru@debian.org>  Sat, 20 Nov 1999 02:16:25 +0900

alsadriver-unstable (0.5pre+cvs19991118+1041-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Thu, 18 Nov 1999 22:09:27 +0900

alsadriver-unstable (0.5pre+cvs19991116+1505-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Wed, 17 Nov 1999 12:29:42 +0900

alsadriver-unstable (0.5pre+cvs19991116+0808-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Tue, 16 Nov 1999 23:21:38 +0900

alsadriver-unstable (0.5pre+cvs19991115+2019-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Tue, 16 Nov 1999 11:35:12 +0900

alsadriver-unstable (0.5pre+cvs19991115+1421-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Tue, 16 Nov 1999 00:24:41 +0900

alsadriver-unstable (0.5pre+cvs19991114+2125-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Mon, 15 Nov 1999 16:21:07 +0900

alsadriver-unstable (0.5pre+cvs19991114+1006-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Sun, 14 Nov 1999 23:40:06 +0900

alsadriver-unstable (0.5pre+cvs19991113+1737-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Sun, 14 Nov 1999 04:45:36 +0900

alsadriver-unstable (0.5pre+cvs19991113+1155-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Sat, 13 Nov 1999 23:12:54 +0900

alsadriver-unstable (0.5pre+cvs19991112+1333-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Sat, 13 Nov 1999 05:25:09 +0900

alsadriver-unstable (0.5pre+cvs19991111+1134-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Thu, 11 Nov 1999 21:48:38 +0900

alsadriver-unstable (0.5pre+cvs19991109+1907.2-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Wed, 10 Nov 1999 20:24:10 +0900

alsadriver-unstable (0.5pre+cvs19991109+1907.1-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Wed, 10 Nov 1999 20:15:27 +0900

alsadriver-unstable (0.5pre+cvs19991109+1907-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Wed, 10 Nov 1999 12:37:45 +0900

alsadriver-unstable (0.5pre+cvs19991109+1306-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Wed, 10 Nov 1999 02:43:25 +0900

alsadriver-unstable (0.5pre+cvs19991109+0933-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Wed, 10 Nov 1999 01:36:26 +0900

alsadriver-unstable (0.5pre+cvs19991108+2337-2) experimental; urgency=low

  * Added SB Live! debconf description.

 -- Masato Taruishi <taru@debian.org>  Tue,  9 Nov 1999 17:03:43 +0900

alsadriver-unstable (0.5pre+cvs19991108+2337-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Tue,  9 Nov 1999 14:48:38 +0900

alsadriver-unstable (0.5pre+cvs19991108+1757-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Tue,  9 Nov 1999 03:19:57 +0900

alsadriver-unstable (0.5pre+cvs19991107+1748-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Mon,  8 Nov 1999 19:55:31 +0900

alsadriver-unstable (0.5pre+cvs19991107+1140-1) experimental; urgency=low

  * new upstream release.
  * Fixed wrong epoch handling.

 -- Masato Taruishi <taru@debian.org>  Mon,  8 Nov 1999 01:05:12 +0900

alsadriver-unstable (0.5pre+cvs19991105+0819-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Sat,  6 Nov 1999 03:12:37 +0900

alsadriver-unstable (0.5pre+cvs19991103+2244-1) experimental; urgency=low

  * new upstream release.
  * Merged new debian/ of stable version.

 -- Masato Taruishi <taru@debian.org>  Fri,  5 Nov 1999 02:48:16 +0900

alsadriver-unstable (0.5pre+cvs19991101+2002-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Wed,  3 Nov 1999 03:19:11 +0900

alsadriver-unstable (0.5pre+cvs19991026+2250-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Wed, 27 Oct 1999 18:35:47 +0900

alsadriver-unstable (0.5pre+cvs19991026+1405-1) experimental; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Wed, 27 Oct 1999 02:38:30 +0900

alsadriver-unstable (0.5pre+cvs19991025+1902-1) experimental; urgency=low

  * new upstream release.
  * back section from contrib.

 -- Masato Taruishi <taru@debian.org>  Tue, 26 Oct 1999 19:01:55 +0900

alsadriver-unstable (0.5pre+cvs19991024+1855-1) unstable; urgency=low

  * new upstream release.
  * Changed section from main to contrib.

 -- Masato Taruishi <taru@debian.org>  Mon, 25 Oct 1999 20:09:28 +0900

alsadriver-unstable (0.5pre+cvs19991023+1719-1) unstable; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Mon, 25 Oct 1999 01:25:34 +0900

alsadriver-unstable (0.5pre+cvs19991022+0841-1) unstable; urgency=low

  * new upstream release.

 -- Masato Taruishi <taru@debian.org>  Sat, 23 Oct 1999 01:24:32 +0900

alsadriver-unstable (0.5pre+cvs19991019+1835-1) unstable; urgency=low

  * new upstream release.
  * renamed package name.
  * first debian version.
  * Changed to depend on modutils (>> 2.3.5-1). 
  * Fixed alsaconfig and compliant debian modutils system.
  * Fixed a wrong check 'PCI-support', alsa doesn't need PCI-support. 

 -- Masato Taruishi <taru@debian.org>  Tue, 28 Sep 1999 14:18:52 +0900

alsadriver (0.3.2-2) unstable; urgency=low

  * Removed typo in postrm.  Fixes: #40423
  * Changed alsa-base's control information so that it no longer
    'Conflicts' with alsa-modules (in the hope that this might fix bug
    #40795)
  * Fixed alsaconf so as to create the proper lines in /etc/modutils/alsa
    for audiopci1370 and audiopci1371.
  * Added patch to debian/rules from Roberto Lumbreras <rover@debian.org>
    to allow compiling without kernel-package or on a kernel version other
    than the one in /usr/src/linux.

 -- David Huggins-Daines <dhd@debian.org>  Mon,  5 Jul 1999 15:45:19 -0400

alsadriver (0.3.2-1) unstable; urgency=low

  * New upstream version.  There must have been something very wrong with
    0.3.1, it seems.
  * Renamed the alsa-modules package to alsa-base.  In a sane and
    reasonable universe, alsa-modules would be the virtual package
    currently known as alsadriver.  This may yet come to pass.
  * Added some "correctness" fixes to the init script. (eliminated useless
    uses of cat, grep, and backslashes).  Also made it use alsactl if
    available, since the new mixer interface requires this.
  * Juggled the dependencies in the hope of making this package a bit
    easier to deal with.

 -- David Huggins-Daines <dhd@debian.org>  Thu, 24 Jun 1999 00:25:59 -0400

alsadriver (0.3.1-1) unstable; urgency=low

  * New upstream version.
  * Updated to version 0.3.0-pre5 of alsaconf.
  * This version was never uploaded, because 0.3.2 was released.

 -- David Huggins-Daines <dhd@debian.org>  Fri, 18 Jun 1999 12:10:54 -0400

alsadriver (0.3.0-pre4-2) unstable; urgency=low

  * Enabled ISA PnP support.  Autodetection doesn't work on PnP cards,
    though.  Darn.
  * Moved a period from one side of a single quote to the other (Bug
    #36963)
  * Slightly hacked alsaconfig and /etc/init.d/alsa so they actually work
    (should fix Bug #33605)
  * Fixed several thinkos in debian/rules that resulted in seemingly bogus
    lintian errors.
  * Added dependency on 'make' to the alsa-source package.
  * Updated the alsa web site in copyright.Debian.
  * Now creates /dev/snd symlink in the postinst (Bug #37522, but I'm not
    sure this actually violated policy...)
  * postrm for alsa-modules now behaves correctly.

 -- David Huggins-Daines <dhd@debian.org>  Fri,  4 Jun 1999 00:47:45 -0400

alsadriver (0.3.0-pre4-1) unstable; urgency=low

  * New upstream version
  * Upgrade alsaconf to 0.3.0-pre2
  * Fixed error in patched alsaconf
  * Install conffiles with mode 0644 (lintian)

 -- Wichert Akkerman <wakkerma@debian.org>  Sun, 14 Feb 1999 23:36:48 +0100

alsadriver (0.3.0-pre3-2) unstable; urgency=low

  * Fixed broken if-statement in alsaconf

 -- Wichert Akkerman <wakkerma@debian.org>  Sun,  7 Feb 1999 15:52:53 +0100

alsadriver (0.3.0-pre3-1) unstable; urgency=low

  * New upstream version
  * Change default MODDIR to ..
  * Change priority to extra
  * Make alsa-source depend on alsa-modules
  * Don't rename sourcedirectory anymore
  * Cleanup debian/rules so we don't need to patch Makefile as much
  * Updated alsaconf to 0.3.0

 -- Wichert Akkerman <wakkerma@debian.org>  Wed,  3 Feb 1999 00:54:14 +0100

alsadriver (0.3.0-pre2-1) unstable; urgency=low

  * New upstream version
  * Install modules in sound section
  * Don't include ISA PnP code just yet
  * Move prerm to kernel-modules package
  * Switch from dhelp to doc-base
  * Also install sgml-version of documentation

 -- Wichert Akkerman <wakkerma@debian.org>  Fri,  1 Jan 1999 16:08:12 +0100

alsadriver (0.2.0-pre10p1-5) unstable; urgency=low

  * Be more strict in what we remove when purging alsa-modules
  * Don't compress HTML docs (they are small anyway) and register them
    with dhelp

 -- Wichert Akkerman <wakkerma@debian.org>  Sun, 27 Dec 1998 01:22:20 +0100

alsadriver (0.2.0-pre10p1-4) unstable; urgency=low

  * Rename whiptail wrapper so sh can find it
  * Clean tree after building modules

 -- Wichert Akkerman <wakkerma@debian.org>  Mon, 30 Nov 1998 01:01:17 +0100

alsadriver (0.2.0-pre10p1-3) unstable; urgency=low

  * Re-enabled gid, uid and mode paramters in alsaconf

 -- Wichert Akkerman <wakkerma@debian.org>  Thu, 26 Nov 1998 22:39:58 +0100
 
alsadriver (0.2.0-pre10p1-2) unstable; urgency=low

  * Add dependency on alsautils for kernel modules
  * Switch back to upstream /etc/init.d/alsa 
  * Removed unsupported parameters for snd from alsaconf
  * Pass location and version of kernel to configure (Bug# 28462)
  * Change to /dev before making modules in postinst
  * Install postinst for modules with correct name (Bug# 28465)
  * Change last pcmcia refenrence to ALSA in README (Bug# 29696)
  * Add flag to /etc/init.d/alsa to load OSS compatibity mode on startup
    instead of on-demand only. (Bug# 29489)
  * Install asound.h and asoundid.h in /usr/include/linux

 -- Wichert Akkerman <wakkerma@debian.org>  Thu, 26 Nov 1998 20:04:41 +0100

alsadriver (0.2.0-pre10p1-1) unstable; urgency=low

  * New upstream version
  * Remove obsolete code from postinst to make devices
  * Fix mode for includefiles
  * Replace our own alsaconfig with the upstream alsaconf
  * Fixed a lot of lintian errors & warnings
  * Move documentation from alsa-source to alsa-modules and add a dependency

 -- Wichert Akkerman <wakkerma@debian.org>  Sun, 15 Nov 1998 02:32:29 +0100
 
alsadriver (0.2.0-pre8-4) frozen unstable; urgency=low

  * Remove wrong conflict on debian/control.module which prevented having
    modules for multiple kernels installed.
  * Only compiles modules when needed.

 -- Wichert Akkerman <wakkerma@debian.org>  Fri, 13 Nov 1998 16:18:23 +0100

alsadriver (0.2.0-pre8-3) frozen unstable; urgency=low

  * Fix an error when compiling the modules.
  * Include the (slightly modified) documentation from pcmcia-cs on how
    to compile the modules.

 -- Wichert Akkerman <wakkerma@debian.org>  Mon,  2 Nov 1998 15:52:51 +0100

alsadriver (0.2.0-pre8-2) unstable; urgency=low

  * Fixed slight problem in Makefile: added an $(INSTROOT) so
    we don't try to install in /lib/modules-* directly

 -- Wichert Akkerman <wakkerma@debian.org>  Fri, 16 Oct 1998 16:41:59 +0200

alsadriver (0.2.0-pre8-1) unstable; urgency=low

  * New upstream version

 -- Wichert Akkerman <wakkerma@debian.org>  Thu, 15 Oct 1998 14:55:43 +0200

alsadriver (0.2.0-pre7-5) unstable; urgency=low

  * Fixed name of menu-file.

 -- Wichert Akkerman <wakkerma@debian.org>  Mon, 12 Oct 1998 23:43:17 +0200

alsadriver (0.2.0-pre7-4) unstable; urgency=low

  * Add a kdist_image target to debian/rules.
  * Updated alsaconfig:
    + Fix ESS Audiodrive support
    + don't abort if /etc/modutils/alsa doesn't exist
    + Add a whole bunch of cards to alsaconfig.
  * Complete rewrite of debian/rules:
    + removed debhelper so modules compile on all systems
    + splitted modules packages more so modules for multiple kernels
      can be installed
    + support kernel-package
  * Updated postinst: call depmod and load modules on succeful configuration
  * Changed architecture of alsa-source to all

 -- Wichert Akkerman <wakkerma@debian.org>  Sat, 10 Oct 1998 03:29:08 +0200
 
alsadriver (0.2.0-pre7-3) unstable; urgency=low

  * Fixed debian/rules
  * Fixed typo in the menu-file (lintian)

 -- Wichert Akkerman <wakkerma@debian.org>  Thu,  1 Oct 1998 17:37:47 +0200

alsadriver (0.2.0-pre7-2) unstable; urgency=low

  * Reflect namechange to /proc/asound in init.d script

 -- Wichert Akkerman <wakkerma@debian.org>  Fri, 18 Sep 1998 01:25:26 +0200

alsadriver (0.2.0-pre7-1) unstable; urgency=low

  * New upstream version
  * Rename drivers package to alsa-modules-<kernelversion>
  * Create a alsa-source packages so everyone can create modules for
    their own kernel.
  * Fixed alsaconfig

 -- Wichert Akkerman <wakkerma@debian.org>  Wed, 16 Sep 1998 03:24:35 +0200

alsadriver (0.1.4-3) unstable; urgency=low

  * Add dependency on whiptail
  * Changed all scripts to use new setup for modules

 -- Wichert Akkerman <wakkerma@debian.org>  Mon, 13 Jul 1998 23:44:05 +0200

alsadriver (0.1.4-2) unstable; urgency=low

  * Use uid to check for being root
  * Change name of package to reflect kernel
  * Install in /lib/modules/`uname -r` again

 -- Wichert Akkerman <wakkerma@debian.org>  Mon,  6 Jul 1998 11:32:26 +0200

alsadriver (0.1.4-1) unstable; urgency=low

  * New ustream version
  * Fix debian/rules somewhat
  * Clean entire /etc/sound directory on purge
  * call dh_undocumented for alsaconfig
  * Update alsaconfig some more:
    + check if we are root
    + use whiptail for all error messages

 -- Wichert Akkerman <wakkerma@debian.org>  Thu,  2 Jul 1998 23:52:20 +0200

alsadriver (0.1.3-2) unstable; urgency=low

  * Fixed check for --force option in alsaconfig
  * Check for PCI-support in preinst
  * Install modules in /lib/modules/2.0
  * Fix some silly errors in alsaconfig

 -- Wichert Akkerman <wakkerma@debian.org>  Sun, 21 Jun 1998 21:23:09 +0200

alsadriver (0.1.3-1) unstable; urgency=low

  * Initial release
  * Added a configuration script for easy setup

 -- Wichert Akkerman <wakkerma@debian.org>  Sun,  7 Jun 1998 16:53:01 +0200

# vim: set expandtab:
