Change logs for alsa-driver source package in Karmic

  • alsa-driver (1.0.20+dfsg-1ubuntu5) karmic; urgency=low
    
      * debian/rules: Don't reset the controller upon power-save
        (LP: #440540, #445135, #446987, #447602)
    
     -- Daniel T Chen <email address hidden>   Thu, 08 Oct 2009 09:00:58 -0400
  • alsa-driver (1.0.20+dfsg-1ubuntu4) karmic; urgency=low
    
      * debian/rules: Add power-down module parameter
        for HDA controllers
    
     -- Daniel T Chen <email address hidden>   Tue, 26 May 2009 22:23:18 +0200
  • alsa-driver (1.0.20+dfsg-1ubuntu3) karmic; urgency=low
    
      * alsa-base.preinst: Remove leading \\ that prevented installs
        and upgrades from completing (LP: #380426)
      * alsa-base.{modprobe,postinst,preinst}: Remove diff(3) conflict
        markers (LP: #380426)
      * New version packaged (LP: #324646)
    
     -- Daniel T Chen <email address hidden>   Tue, 26 May 2009 02:15:32 +0200
  • alsa-driver (1.0.20+dfsg-1ubuntu2) karmic; urgency=low
    
      * Remove missed left-overs from merge. (LP: #380426)
    
     -- Luke Yelavich <email address hidden>   Tue, 26 May 2009 09:34:49 +0200
  • alsa-driver (1.0.20+dfsg-1ubuntu1) karmic; urgency=low
    
      * Merge from debian unstable, remaining changes:
        - Script paths (/usr/sbin -> /sbin, /usr/bin -> /bin);
        - debian/rules:
          + Don't install snddevices and program-wrapper
          + install alsa-base apport hook
          + Package separate USB card list file
        - Vcs and maintainer fields mangling
        - Rename blacklist files in /etc/modprobe.d to be consistant with the rest
          of the distro
        - debian/alsa-base.init:
          + create /var/run/alsa if it doesn't exist
          + Run alsactl store before force unloading modules
          = Run alsactl restore after reloading unloaded modules
        - debian/linux-sound-base.postrm: Remove /etc/modprobe.d/blacklist* files
          on package removal
        - Add missing $CMDLINE_OPTS to all install rules.
        - Replace -Q with --quiet.
        - Add --use-blacklist to all rules so the blacklist still takes effect.
        - debian/alsa-base.postinst: Do not run snddevices
        - retain patches:
          + add_suspend_quirk_hp_nc6220_nw8240.patch,
          + refix_lp_68659_by_disabling_dxs_for_0x1458a002.patch.
    
    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.
    
     -- Luke Yelavich <email address hidden>   Mon, 25 May 2009 23:45:04 +0200
  • alsa-driver (1.0.19.dfsg-3ubuntu1) karmic; urgency=low
    
      * Merge from debian unstable, remaining changes:
        - Script paths (/usr/sbin -> /sbin, /usr/bin -> /bin);
        - debian/rules:
          + Don't install snddevices and program-wrapper
          + install alsa-base apport hook
          + Package separate USB care list file
        - Vcs and maintainer fields mangling
        - Rename blacklist files in /etc/modprobe.d to be consistant with the rest
          of the distro
        - debian/alsa-base.init:
          + create /var/run/alsa if it doesn't exist
          + Run alsactl store before force unloading modules
          = Run alsactl restore after reloading unloaded modules
        - debian/linux-sound-base.postrm: Remove /etc/modprobe.d/blacklist* files
          on package removal
        - Add missing $CMDLINE_OPTS to all install rules.
        - Replace -Q with --quiet.
        - Add --use-blacklist to all rules so the blacklist still takes effect.
        - debian/alsa-base.postinst: Do not run snddevices
        - retain patches:
          + add_suspend_quirk_hp_nc6220_nw8240.patch,
          + refix_lp_68659_by_disabling_dxs_for_0x1458a002.patch.
    
    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)
    
    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
    
    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
    
    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
    
     -- Luke Yelavich <email address hidden>   Mon, 04 May 2009 14:13:18 +1000
  • alsa-driver (1.0.18.dfsg-1ubuntu8) jaunty; urgency=low
    
      * debian/apport-hook.py, debian/rules, debian/alsa-base.dirs:
        Install an apport hook in alsa-base (LP: #357857)
    
     -- Matt Zimmerman <email address hidden>   Wed, 08 Apr 2009 18:30:46 +0100