Change logs for alsa-utils source package in Edgy

  • alsa-utils (1.0.11-6ubuntu2) edgy; urgency=low
    
      * debian/asoundconf:
        - list(): Handle leading whitespace when parsing /proc/asound/cards
          (see fix applied in 1.0.10-1ubuntu11 for #43197).
        - set_default_card()/reset_default_card(): Add additional
          definitions from alsa-lib's confdir/alsa.conf so that using the
          standard overridable ones (e.g., plug:dmix) don't throw alsa-lib
          errors (Closes Ubuntu: #43146).
    
     -- Daniel T Chen <email address hidden>   Sun, 30 Jul 2006 19:35:51 -0400
  • alsa-utils (1.0.11-6ubuntu1) edgy; urgency=low
    
      * Merge from Debian unstable:
        - debian/modprobe-post-install-part: Drop, not used in Ubuntu.
    
    alsa-utils (1.0.11-6) unstable; urgency=low
    
      [ Elimar Riesebieter ]
      * Adjusted debian/modprobe-post-install-part. We have only to check for udev
        and not for kernel-version >= 2.5. (closes: #377514) Thanks Marco d'Itri.
      * Use lsb init-functions in init script. Thanks Carlos Villegas
        (closes: #377717)
    
     -- Daniel T Chen <email address hidden>   Tue, 18 Jul 2006 01:32:29 +0100
  • alsa-utils (1.0.11-5ubuntu1) edgy; urgency=low
    
      * Merge from debian unstable:
        - debian/control: Retain Depends delta (no modutils).
    
    alsa-utils (1.0.11-5) unstable; urgency=low
    
      [ Elimar Riesebieter ]
      * Adjusted Required-(Start|Stop) in the initscript. (closes: #375388)
      * Switched alsa-utils dependency from python-minimal to python for now.
        (closes: #368462)
      * Introduced 30_alsaconf_ppc.dpatch. Now snd-powermac should be found by the
        deprecated alsaconf tool. Thanks to Juan A. Diaz. (closes: #344008)
      * Added 35_speaker-test_1.dpatch to fix typos. Thanks A. Costa
        (closes: #354560)
    
     -- Daniel T Chen <email address hidden>   Thu, 06 Jul 2006 00:18:04 +0100
  • alsa-utils (1.0.11-4ubuntu1) edgy; urgency=low
    
      * Merge from debian unstable:
        - debian/asoundconf: Drop Ubuntu delta (whitespace-only).
        - debian/control: Retain delta (see 1.0.10-1ubuntu5 for rationale).
        - debian/dirs:
          + Retain delta (keep sbin but drop lib/udev; see below for
            debian/udev.script).
          + Remove usr/share/lintian/overrides (see 1.0.11-1 for
            rationale).
        - debian/init:
          + Retain /sbin/alsactl delta.
          + Drop shell quoting delta [both $() and `` being valid POSIX].
          + Retain delta for earlier exit with $TARGET_CARD.
        - debian/modprobe-post-install-part: Drop (see 1.0.10-1ubuntu5 for
          rationale).
        - debian/{postinst,rules}:
          + Retain deltas (/etc/udev/rules.d/85-alsa.rules).
          + Don't install lintian override.
        - debian/udev.script: Drop (instead hack debian/{init,udev.rules}).
    
    alsa-utils (1.0.11-4) unstable; urgency=low
    
      * debian/init: fix a typo in Tumbler test (closes: #368114).
    
    alsa-utils (1.0.11-3) unstable; urgency=low
    
      [ Martin Pitt ]
      * debian/init, echo_card_indices(): Fix sed expression to accept leading
        spaces in front of card numbers. Kernels 2.6.16+ write the card number
        with '%2i'. (Closes: #366883)
      * debian/asoundconf:
        - Remove the automatic prepending of '!' for non-numeric parameter values;
          this approach is flawed (see lengthy explanation in LP#31699).
        - Add two convenience functions set-default-card and reset-default-card
          which care for the correct handling of !defaults.pcm.card,
          defaults.ctl.card, defaults.pcm.device, and defaults.pcm.subdevice.
          Doing it here in python is way easier and less error prone than handling
          this in C in control-center. (Ubuntu#31699)
      * debian/asoundconf.1: Describe set-default-card and reset-default-card.
    
      [ Elimar Riesebieter ]
      * Bumped Standard-Version to 3.7.2; no changes needed.
      * Added ppc Tumbler card to preinit_levels_on_card() in debian/init.
        (Closes: #367953) Thanks to Markus Koller.
    
    alsa-utils (1.0.11-2) unstable; urgency=low
    
      [ Elimar Riesebieter ]
      * Adjusted the initscript:
        use [ -x /usr/sbin/alsactl ] || exit 0 instead of
        [ -d /lib/alsa-utils ] || exit 0
        as /lib/alsa-utils doesn't exist anymore. Thanks to Michael Setzer and Dan
        Chen. (Closes: #364593, #364583)
    
    alsa-utils (1.0.11-1) unstable; urgency=low
    
      [ Elimar Riesebieter ]
      * New upstream release
      * bad handling of udev symlink: Applied patch from Julien Danjou, thanks.
        (Closes: #357276)
      * Reworked debian/patches/90_debian_alsaconf_paths.dpatch
      * Removed lintian-overrides as starting with capital-letters in descr is
        accepted now
    
    alsa-utils (1.0.10+1.0.11rc2-2) experimental; urgency=low
    
      [ Thomas Hood ]
      * Depend on python-minimal rather than on python  (Closes: #325876)
      * Put module-init-tools before modutils in Depends
      * /etc/init.d/alsa-utils: Use a more standard PATH
      * Correct license text quotations in the copyright file
      * debian/asoundconf: Correct description of is-active to reflect
        changed semantics (see Martin Pitt's changes)
      * /lib/udev/alsa-utils (formerly /lib/alsa-utils/udev),
        /etc/alsa/modprobe-post-install.d/alsa-utils:
        Work with latest udev  (Closes: #353893)
      * Make postinst handle abort-upgrade  (Closes: #357456)
    
      [ Jordi Mallach ]
      * Build-depend on libasound2-dev (>= 1.0.10) instead of the very latest rc
    
      [ Martin Pitt ]
      * debian/asoundconf:
        - Support string values
        - get/delete: Also match parameters prefixed with '!'
        - set: Prefix parameter with '!' if it is not a number
        - is-active: Consider the absence of ~/.asoundrc as valid for handling
          with asoundconf
        - Add 'list' command to display available sound card names, update
          manpage.
      * debian/init:
        - Add new functions preinit_levels()/preinit_levels_on_card() which are
          executed everytime (sanify_levels() is only executed if there is no
          saved state).
        - preinit_levels_on_card(): If card is a PowerMac Snapper, do a 'mute
          "Auto Mute", mute "PC Speaker", unmute "Auto Mute" again' dance to set
          the default output to the internal speakers. This makes powerpc sound
          work out of the box again. (Closes: #355753)
    
      [ Elimar Riesebieter ]
      * Switch from /usr/sbin/su-to-root to su-to-root in debian/menu as
        recommended by lintian
    
    alsa-utils (1.0.10+1.0.11rc2-1) experimental; urgency=low
    
      * New upstream release candidate
    
      [ Elimar Riesebieter ]
      * Remove 80_alsa-utils-1.0.11_rc1-bigendian.dpatch which was
        applied upstream
    
    alsa-utils (1.0.10+1.0.11rc1-1) experimental; urgency=low
    
      * New upstream release candidate
    
      [ Elimar Riesebieter ]
      * Introduce 80_alsa-utils-1.0.11_rc1-bigendian.dpatch. This adds
        inclusion of byteswap.h header when building on big endian machines,
        which was a powerbook in my case ;)
    
     -- Daniel T Chen <email address hidden>   Wed, 05 Jul 2006 17:28:22 -0400
  • alsa-utils (1.0.10-1ubuntu14) dapper; urgency=low
    
      * debian/init: Add change from Debian's alsa-utils_1.0.11-4 so that
        Tumbler goes through the same preinit_levels_on_card() dance (see
        Malone #30963)
    
     -- Daniel T Chen <email address hidden>   Sun, 28 May 2006 02:10:49 -0400