Package: ncurses
Severity: serious
Tags: patch
--- ncurses-5.5/debian/rules 2006-03-03 14:55:56.000000000 +0100
+++ ncurses-5.5-1.my/debian/rules 2006-03-03 15:10:29.000000000 +0100
@@ -258,7 +258,7 @@
@build_ver=`sed -n -e \
's/^.*NCURSES_VERSION_STRING \"\(.*\)\"$$/\1/p' \
obj/include/ncurses_cfg.h`; \
- if [ "$build_ver" != `tic -V | sed 's/^.* //'` ]; then \
+ if [ "$$build_ver" != `tic -V | sed 's/^.* //'` ]; then \
echo "Build environment version mismatch for tic!"; \
exit 1; \
fi
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13-rc3
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]