[Pkg-alsa-devel] [Debian ALSA CVS] debian/alsa-driver/debian (changelog rules)

Jordi Mallach jordi@haydn.debian.org
Mon, 20 Sep 2004 16:35:22 -0600


    Date: Monday, September 20, 2004 @ 16:35:22
  Author: jordi
    Path: /cvsroot/pkg-alsa/debian/alsa-driver/debian

Modified: changelog rules

Don't install alsa-modules.dirs.


-----------+
 changelog |    4 ++--
 rules     |    1 -
 2 files changed, 2 insertions(+), 3 deletions(-)


Index: debian/alsa-driver/debian/changelog
diff -u debian/alsa-driver/debian/changelog:1.279 debian/alsa-driver/debian/changelog:1.280
--- debian/alsa-driver/debian/changelog:1.279	Mon Sep 20 15:33:39 2004
+++ debian/alsa-driver/debian/changelog	Mon Sep 20 16:35:16 2004
@@ -1,6 +1,5 @@
 alsa-driver (1.0.6a-1) unstable; urgency=medium
 
-  * ******* Unreleased. *******
   * New upstream release.
   * Steve Kowalik:
     - Fix up patches #4, #9, #10 and #15 to apply cleanly.
@@ -29,6 +28,7 @@
       (thanks, Carlos Galisteo)
   * Jordi Mallach:
     - Update Catalan Debconf translation.
+    - Don't try to install alsa-modules.dirs which is now gone.
   * Thomas Hood:
     - /etc/init.d/alsa:
       + Clean up indentation
@@ -76,7 +76,7 @@
       + Replace 'autosave always' by 'always autosave'
       + Fix typos, run debconf-updatepo
 
- -- Steve Kowalik <stevenk@debian.org>  Mon, 20 Sep 2004 13:26:20 +0200
+ -- Jordi Mallach <jordi@debian.org>  Tue, 21 Sep 2004 00:28:35 +0200
 
 alsa-driver (1.0.5a-3) unstable; urgency=low
 
Index: debian/alsa-driver/debian/rules
diff -u debian/alsa-driver/debian/rules:1.22 debian/alsa-driver/debian/rules:1.23
--- debian/alsa-driver/debian/rules:1.22	Tue Apr 20 15:43:50 2004
+++ debian/alsa-driver/debian/rules	Mon Sep 20 16:35:16 2004
@@ -88,7 +88,6 @@
 	install -m644 debian/alsa-source.control $(SRC_DIR)/debian/control
 	install -m644 debian/changelog $(SRC_DIR)/debian/changelog
 	install -m644 debian/compat $(SRC_DIR)/debian/compat
-	install -m644 debian/alsa-modules.dirs $(SRC_DIR)/debian/dirs
 	# And fix perms on the directory ...
 	find debian/alsa-source -type d -exec chmod 775 {} \;
 	find debian/alsa-source/usr/src/modules -type d -exec chmod 2775 {} \;