Move error output of unicode_start to $DEBUG. 0.6.34
authorMichael Prokop <mika@grml.org>
Sun, 15 Apr 2007 10:20:41 +0000 (12:20 +0200)
committerMichael Prokop <mika@grml.org>
Sun, 15 Apr 2007 10:20:41 +0000 (12:20 +0200)
autoconfig.functions
debian/changelog

index ae4edd7..81edf60 100755 (executable)
@@ -4,7 +4,7 @@
 # Authors:       grml-team (grml.org), (c) Klaus Knopper <knopper@knopper.net>, (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Fre Apr 13 12:49:52 CEST 2007 [mika]
+# Latest change: Son Apr 15 12:20:14 CEST 2007 [mika]
 ################################################################################
 
 # {{{ path, variables, signals, umask, zsh
@@ -277,7 +277,7 @@ config_language(){
           ewarn "Not runnning unicode_start: grml-small with reduced language support detected." ; eend 0
        else
           einfo "Setting up unicode environment."
-          unicode_start ; eend $?
+          unicode_start 2>>$DEBUG ; eend $?
        fi
     fi
  fi
index d84dd89..fbdab89 100644 (file)
@@ -3,7 +3,8 @@ grml-autoconfig (0.6.34) unstable; urgency=low
   * Code rewrite of config_fstab(), this should fix the '/home
     is unmounted on hd-installation if fstype is not auto'.
   * Bump Standard Version to 3.7.2 (no further changes).
-  * Add '#DEBHELPER#' to maintainer scripts.
+  * Add '#DEBHELPER#' to maintainer scripts. Make lintian happy.
+  * Move error output of unicode_start to $DEBUG.
 
  -- Michael Prokop <mika@grml.org>  Sun, 15 Apr 2007 12:12:33 +0200