Generate colour Makefiles if $TERM is 'screen-256color-bce'.

Thanks to Davide Mancusi for the patch (screen-256color-bce.diff).
(Closes: )
ci/unstable
Modestas Vainius 14 years ago
parent 15b5bee169
commit f28541d7ef

3
debian/changelog vendored

@ -2,6 +2,9 @@ cmake (2.8.4+dfsg.1-3) UNRELEASED; urgency=low
* Merge 2.8.2+dfsg.1-0+squeeze1 changes.
* Do not start cmake description synopsis with an article.
* Generate colour Makefiles when $TERM is set to 'screen-256color-bce'.
Thanks to Davide Mancusi for the patch (screen-256color-bce.diff).
(Closes: #627853)
-- Modestas Vainius <modax@debian.org> Fri, 04 Mar 2011 22:38:25 +0200

@ -0,0 +1,21 @@
From: Davide Mancusi <arekfu@gmail.com>
Subject: Generate colour Makefiles if $TERM=screen-256color-bce
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627853
Acked-By: Modestas Vainius <modax@debian.org>
Forwarded: no
Last-Update: 2011-05-24
Origin: other, http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=cmake_screen-256color-bce.patch;att=1;bug=627853
Generated Makefiles do not use color highlighting if $TERM is set to
`screen-256color-bce'. The patch fixes this.
--- a/Source/kwsys/Terminal.c
+++ b/Source/kwsys/Terminal.c
@@ -162,6 +162,7 @@ static const char* kwsysTerminalVT100Nam
"rxvt-unicode",
"screen",
"screen-256color",
+ "screen-256color-bce",
"screen-bce",
"screen-w",
"screen.linux",

@ -1,3 +1,4 @@
fixup_manpages.diff
FindBoost_add_-lpthread_#563479.diff
backport_test_order_fix.diff
screen-256color-bce.diff

Loading…
Cancel
Save