Package: alsa-utils
Version: 1.0.19-1
Severity: normal
Tags: patch


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.29-frodo (PREEMPT)
Locale: LANG=de_DE.UTF-8, lc_ctype=de...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages alsa-utils depends on:
ii  dialog                    1.1-20080819-1 Displays user-friendly dialog boxe
ii  libasound2                1.0.19-1       shared library for ALSA applicatio
ii  libc6                     2.9-6          GNU C Library: Shared libraries
ii  libncurses5               5.7+20090314-1 shared libraries for terminal hand
ii  linux-sound-base          1.0.19.dfsg-2  base package for ALSA and OSS soun
ii  lsb-base                  3.2-22         Linux Standard Base 3.2 init scrip
ii  module-init-tools         3.7-pre9-1     tools for managing Linux kernel mo
ii  whiptail                  0.52.2-11.3    Displays user-friendly dialog boxe

Versions of packages alsa-utils recommends:
ii  alsa-base                  1.0.19.dfsg-2 ALSA driver configuration files
ii  pciutils                   1:3.1.2-2     Linux PCI Utilities

alsa-utils suggests no packages.

-- no debconf information

-- 
  Do you smell something burning or ist it me?
Index: debian/postinst
===================================================================
--- debian/postinst     (Revision 2200)
+++ debian/postinst     (Arbeitskopie)
@@ -7,6 +7,9 @@
        # Set up udev rules symlink
        L="/etc/udev/rules.d/z60_alsa-utils.rules"
        [ ! -z "$2" ] || [ -e "$L" ] || [ -L "$L" ] || ln -s 
../alsa-utils.rules "$L"
+       # Rename /etc/modprobe.d/sound
+       S="/etc/modprobe.d/sound"
+       [ -f "$S" ] || mv "$S" "$S.conf"
        ;;
   abort-upgrade|abort-remove|abort-deconfigure)
        # Nothing to do because we didn't take any action in the prerm

Reply via email to