Package: cmake Version: 2.8.4+dfsg.1-2 Severity: minor Tags: patch upstream
Generated Makefiles do not use color highlighting if $TERM is set to `screen-256color-bce'. Patch attached. -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (990, 'testing'), (800, 'unstable'), (500, 'oldstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.38-2-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages cmake depends on: ii cmake-data 2.8.4+dfsg.1-2 CMake data files (modules, templat ii libarchive1 2.8.4-1 Single library to read/write tar, ii libc6 2.11.2-11 Embedded GNU C Library: Shared lib ii libcurl3-gnutls 7.21.6-1 Multi-protocol file transfer libra ii libexpat1 2.0.1-7 XML parsing C library - runtime li ii libgcc1 1:4.6.0-2 GCC support library ii libstdc++6 4.6.0-2 The GNU Standard C++ Library v3 ii libxmlrpc-core-c3 1.16.33-2 A lightweight RPC library based on ii procps 1:3.2.8-10 /proc file system utilities ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime cmake recommends no packages. Versions of packages cmake suggests: ii gcc 4:4.5.2-2 The GNU C compiler ii make 3.81-8.1 An utility for Directing compilati -- no debconf information
diff -Nur cmake-2.8.4+dfsg.1//Source/kwsys/Terminal.c cmake-2.8.4+dfsg.1_patch//Source/kwsys/Terminal.c --- cmake-2.8.4+dfsg.1//Source/kwsys/Terminal.c 2011-02-23 22:03:17.000000000 +0100 +++ cmake-2.8.4+dfsg.1_patch//Source/kwsys/Terminal.c 2011-05-24 14:05:14.189887638 +0200 @@ -162,6 +162,7 @@ "rxvt-unicode", "screen", "screen-256color", + "screen-256color-bce", "screen-bce", "screen-w", "screen.linux",