[Pkg-alsa-devel] [Debian ALSA CVS] debian/alsa-driver/debian (alsa-base.postinst changelog)

Steve Kowalik stevenk@haydn.debian.org
Sun, 25 Apr 2004 22:59:24 -0600


    Date: Sunday, April 25, 2004 @ 22:59:24
  Author: stevenk
    Path: /cvsroot/pkg-alsa/debian/alsa-driver/debian

Modified: alsa-base.postinst changelog

Stop removing conffiles in the postinst, and close another bug.


--------------------+
 alsa-base.postinst |    9 ---------
 changelog          |    4 ++--
 2 files changed, 2 insertions(+), 11 deletions(-)


Index: debian/alsa-driver/debian/alsa-base.postinst
diff -u debian/alsa-driver/debian/alsa-base.postinst:1.35 debian/alsa-driver/debian/alsa-base.postinst:1.36
--- debian/alsa-driver/debian/alsa-base.postinst:1.35	Tue Apr 20 15:34:26 2004
+++ debian/alsa-driver/debian/alsa-base.postinst	Sun Apr 25 22:59:24 2004
@@ -48,14 +48,5 @@
     alsactl store >/dev/null 2>&1 || true
 fi
 
-
-if dpkg --compare-versions "$2" lt "1.0.4-2"; then
-    rm -rf /etc/alsa/modutils /etc/alsa/0.9 /etc/alsa/1.0 /etc/modutils/alsa \
-    /etc/modprobe.d/alsa
-    if [ -x /sbin/update-modules ]; then
-	/sbin/update-modules
-    fi
-fi
-
 #DEBHELPER#
 
Index: debian/alsa-driver/debian/changelog
diff -u debian/alsa-driver/debian/changelog:1.238 debian/alsa-driver/debian/changelog:1.239
--- debian/alsa-driver/debian/changelog:1.238	Wed Apr 21 03:03:53 2004
+++ debian/alsa-driver/debian/changelog	Sun Apr 25 22:59:24 2004
@@ -7,7 +7,7 @@
     - 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)
+      (Closes: #244068, #245783)
     - Stop alsa-base depending on lsof and procps.
     - Change the description for alsa-base to no longer mention module
       loading.
@@ -38,7 +38,7 @@
     - Remove debian/alsa-path, I can't see anything at all that references it.
   * Unreleased and untested.
 
- -- Steve Kowalik <stevenk@debian.org>  Wed, 21 Apr 2004 19:00:37 +1000
+ -- Steve Kowalik <stevenk@debian.org>  Mon, 26 Apr 2004 14:57:53 +1000
 
 alsa-driver (1.0.4-1) unstable; urgency=low