[Debian-live-changes] r1139 - configs/daniel/config/chroot_localincludes/usr/local/bin

Daniel Baumann daniel at alioth.debian.org
Mon Apr 23 17:19:10 UTC 2007


Author: daniel
Date: 2007-04-23 17:19:10 +0000 (Mon, 23 Apr 2007)
New Revision: 1139

Modified:
   configs/daniel/config/chroot_localincludes/usr/local/bin/dputs
Log:


Modified: configs/daniel/config/chroot_localincludes/usr/local/bin/dputs
===================================================================
--- configs/daniel/config/chroot_localincludes/usr/local/bin/dputs	2007-04-23 16:24:47 UTC (rev 1138)
+++ configs/daniel/config/chroot_localincludes/usr/local/bin/dputs	2007-04-23 17:19:10 UTC (rev 1139)
@@ -82,7 +82,7 @@
 if [ "${SPONSOR}" = "sponsor" ]
 then
 	CHROOT="${DIRECTORY_CHROOT}/${DISTRIBUTION}/home/${USER}/NEW"
-	NAME="`grep -e 'Changed-By:' ${CHROOT}/*.changes | sed -e 's/Changed-By: //' -e 's/ <.*//' -e 's/ /-/g' | tr A-Z a-z`"
+	NAME="`grep -e 'Changed-By:' ${CHROOT}/*.changes | sed -e 's/Changed-By: //' -e 's/ <.*//' -e 's/ /-/g' | tr A-Z a-z | sed -e 's/é/e/g' -e 's/ü/ue/g'`"
 else
 	CHROOT="${DIRECTORY_CHROOT}/${DISTRIBUTION}/home/${USER}"
 fi




More information about the Debian-live-changes mailing list