Author: branden Date: 2004-03-08 16:10:23 -0500 (Mon, 08 Mar 2004) New Revision: 1143
Modified: trunk/debian/changelog trunk/debian/xlibs.bug Log: Fix yet another incorrect usage of printf. Aggressive line-wrapping at 80 columns considered harmful! Modified: trunk/debian/changelog =================================================================== --- trunk/debian/changelog 2004-03-07 21:04:00 UTC (rev 1142) +++ trunk/debian/changelog 2004-03-08 21:10:23 UTC (rev 1143) @@ -10,8 +10,12 @@ patch-audit itself (thanks, Daniel Jacobowitz). - debian/rules - -- Branden Robinson <[EMAIL PROTECTED]> Sun, 7 Mar 2004 16:02:54 -0500 + * Fix yet another incorrect usage of printf. Aggressive line-wrapping at 80 + columns considered harmful! + - debian/xlibs.bug + -- Branden Robinson <[EMAIL PROTECTED]> Mon, 8 Mar 2004 16:09:30 -0500 + xfree86 (4.3.0-5) unstable; urgency=medium * Urgency due to fix for FTBFS on some architectures. Modified: trunk/debian/xlibs.bug =================================================================== --- trunk/debian/xlibs.bug 2004-03-07 21:04:00 UTC (rev 1142) +++ trunk/debian/xlibs.bug 2004-03-08 21:10:23 UTC (rev 1143) @@ -7,8 +7,8 @@ if [ -n "$XFREE86_LOGS" ]; then for LOG in $XFREE86_LOGS; do if [ -f "$LOG" ]; then - printf "Keyboard-related contents of XFree86 X server log " \ - "file\n%s:\n" "$LOG" >&3 + printf "Keyboard-related contents of XFree86 X server log file\n%s:\n" \ + "$LOG" >&3 egrep -5i '(keyboard|xkb|kbd)' "$LOG" >&3 printf "\n" >&3 fi