[Pkg-alsa-devel] [Debian ALSA CVS] debian/alsa-utils/debian (changelog menu)

David B Harris dbharris-guest@quantz.debian.org
Fri, 27 Feb 2004 10:23:29 +0100


    Date: Friday, February 27, 2004 @ 10:23:29
  Author: dbharris-guest
    Path: /cvsroot/pkg-alsa/debian/alsa-utils/debian

Modified: changelog menu

Use full path to /usr/sbin/su-to-root, as per lintian's suggestion ... can I be done for tonight, Master Oskuro?


-----------+
 changelog |    6 ++++--
 menu      |    2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)


Index: debian/alsa-utils/debian/changelog
diff -u debian/alsa-utils/debian/changelog:1.14 debian/alsa-utils/debian/changelog:1.15
--- debian/alsa-utils/debian/changelog:1.14	Fri Feb 27 10:17:46 2004
+++ debian/alsa-utils/debian/changelog	Fri Feb 27 10:23:29 2004
@@ -1,5 +1,6 @@
 alsa-utils (1.0.2-2) unstable; urgency=low
 
+  * Unreleased.
   * Jordi Mallach:
     - debian/control: sync description with alsa-lib's.
   * David B. Harris:
@@ -21,9 +22,10 @@
       Fix documentation - the space key in alsamixer doesn't add or remove
       channels from the recording stream, it simply turns on recording for
       that channel and turns it off everywhere else. (Closes: #222431)
-  * Unreleased.
+    - debian/menu: Use full path to /usr/sbin/su-to-root, as per lintian's
+      suggestion.
 
- -- David B. Harris <dbharris@debian.org>  Fri, 27 Feb 2004 04:18:03 -0500
+ -- David B. Harris <dbharris@debian.org>  Fri, 27 Feb 2004 04:23:33 -0500
 
 alsa-utils (1.0.2-1) unstable; urgency=low
 
Index: debian/alsa-utils/debian/menu
diff -u debian/alsa-utils/debian/menu:1.2 debian/alsa-utils/debian/menu:1.3
--- debian/alsa-utils/debian/menu:1.2	Sun Feb 15 00:50:22 2004
+++ debian/alsa-utils/debian/menu	Fri Feb 27 10:23:29 2004
@@ -2,4 +2,4 @@
 	title="alsaconf" \
 	longtitle="ALSA configuration tool" \
 	description="Configure your soundcards for the ALSA system" \
-	command="su-to-root -p root -c /usr/sbin/alsaconf"
+	command="/usr/sbin/su-to-root -p root -c /usr/sbin/alsaconf"