Your message dated Tue, 07 Jun 2011 21:47:30 +0000
with message-id <[email protected]>
and subject line Bug#627853: fixed in cmake 2.8.4+dfsg.1-3
has caused the Debian Bug report #627853,
regarding cmake: does not generate colour Makefiles if $TERM=screen-256color-bce
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
627853: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627853
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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",

--- End Message ---
--- Begin Message ---
Source: cmake
Source-Version: 2.8.4+dfsg.1-3

We believe that the bug you reported is fixed in the latest version of
cmake, which is due to be installed in the Debian FTP archive:

cmake-curses-gui_2.8.4+dfsg.1-3_amd64.deb
  to main/c/cmake/cmake-curses-gui_2.8.4+dfsg.1-3_amd64.deb
cmake-data_2.8.4+dfsg.1-3_all.deb
  to main/c/cmake/cmake-data_2.8.4+dfsg.1-3_all.deb
cmake-dbg_2.8.4+dfsg.1-3_amd64.deb
  to main/c/cmake/cmake-dbg_2.8.4+dfsg.1-3_amd64.deb
cmake-doc_2.8.4+dfsg.1-3_all.deb
  to main/c/cmake/cmake-doc_2.8.4+dfsg.1-3_all.deb
cmake-qt-gui_2.8.4+dfsg.1-3_amd64.deb
  to main/c/cmake/cmake-qt-gui_2.8.4+dfsg.1-3_amd64.deb
cmake_2.8.4+dfsg.1-3.debian.tar.gz
  to main/c/cmake/cmake_2.8.4+dfsg.1-3.debian.tar.gz
cmake_2.8.4+dfsg.1-3.dsc
  to main/c/cmake/cmake_2.8.4+dfsg.1-3.dsc
cmake_2.8.4+dfsg.1-3_amd64.deb
  to main/c/cmake/cmake_2.8.4+dfsg.1-3_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Modestas Vainius <[email protected]> (supplier of updated cmake package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 08 Jun 2011 00:15:00 +0300
Source: cmake
Binary: cmake cmake-data cmake-curses-gui cmake-qt-gui cmake-doc cmake-dbg
Architecture: source amd64 all
Version: 2.8.4+dfsg.1-3
Distribution: unstable
Urgency: low
Maintainer: Modestas Vainius <[email protected]>
Changed-By: Modestas Vainius <[email protected]>
Description: 
 cmake      - cross-platform, open-source make system
 cmake-curses-gui - curses based user interface for CMake (ccmake)
 cmake-data - CMake data files (modules, templates and documentation)
 cmake-dbg  - debugging symbols for CMake
 cmake-doc  - extended documentation in various formats for CMake
 cmake-qt-gui - Qt4 based user interface for CMake (cmake-gui)
Closes: 618932 627853
Changes: 
 cmake (2.8.4+dfsg.1-3) unstable; 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)
   * Add libxmlrpc-core-c3-dev as a preferred alternative to libxmlrpc-c3-dev
     in Build-Depends. libxmlrpc-c3-dev has become a transitional package.
   * Bump Standards-Version to 3.9.2: no changes needed.
   * Switch Vcs-* debian/control fields to anonscm.debian.org.
   * Fix find_library() to find libraries in multiarch library paths (patch
     multiarch_library_directory_hack.diff). While the patch is not a good fix
     (hackish by nature, no cross-compilation support etc.), it should do the
     job in majority of cases. Also require dpkg-dev >= 1.16 at both build
     time (Build-Depends) and runtime (cmake Depends) because the patch needs
     dpkg-architecture -qDEB_HOST_MULTIARCH. (Closes: #618932)
   * Make FindGTK2.cmake work with Debian multiarch
     (patch multiarch_findgtk2_fix.diff). (LP: #751940)
Checksums-Sha1: 
 cb642480bf365ba103ad638943839a59cac3be2e 1531 cmake_2.8.4+dfsg.1-3.dsc
 5cc013b78864d55c1f3ba7de57c067f9e4eea062 26310 
cmake_2.8.4+dfsg.1-3.debian.tar.gz
 fa05f0ea7fea4d64029a12a263adebe83e53cf3e 4146244 cmake_2.8.4+dfsg.1-3_amd64.deb
 28b43a8d0e2a0a1957021e17e4f330a0d6c3ba61 1254554 
cmake-data_2.8.4+dfsg.1-3_all.deb
 21bc6c6c78e663a3cbdb558d367f1717725572bc 1226578 
cmake-curses-gui_2.8.4+dfsg.1-3_amd64.deb
 ac9c0f0f8388be986f1b37444ab09413284e4bf2 1302882 
cmake-qt-gui_2.8.4+dfsg.1-3_amd64.deb
 bee564dba0a983a868b6db7aa29040da8b307a3a 1383998 
cmake-doc_2.8.4+dfsg.1-3_all.deb
 684259b750ee76de95a3d04114b76ef2d9e1df18 59603926 
cmake-dbg_2.8.4+dfsg.1-3_amd64.deb
Checksums-Sha256: 
 38074b143bd6eaa1fcc21febadeb4cd3acd1b335849459e17fb127d12ec2aa33 1531 
cmake_2.8.4+dfsg.1-3.dsc
 a340b998947b1809113fdd913b155fc3e10fa0bc62c66000f0f9c6b89ed518ab 26310 
cmake_2.8.4+dfsg.1-3.debian.tar.gz
 65a7c3082619db16fcda5e7bbd0122ab046b31011dc374fe7f2cffc13c628b01 4146244 
cmake_2.8.4+dfsg.1-3_amd64.deb
 fdbb7f4e02ef78faff9569c0a03e04692bf104a175b60a2aa1c516a33a8a2e47 1254554 
cmake-data_2.8.4+dfsg.1-3_all.deb
 cc5c740667cccb09849b247d56ea1da507f80d3dc720a8cb038134f8442d1327 1226578 
cmake-curses-gui_2.8.4+dfsg.1-3_amd64.deb
 093c4c17664c035e0229278349de184bb01085ccbe0d1a86ced951d62c8e88a1 1302882 
cmake-qt-gui_2.8.4+dfsg.1-3_amd64.deb
 13ae112a76406d36c9b293bb84286c66ebc6dd7fa9f63c75286489f9f612845d 1383998 
cmake-doc_2.8.4+dfsg.1-3_all.deb
 f7a7e6175a404a93357a086efe06bfe89bd22d767bf65a98bb3057ee1c8ba001 59603926 
cmake-dbg_2.8.4+dfsg.1-3_amd64.deb
Files: 
 4866d769b78a5fb6469355c84b825603 1531 devel optional cmake_2.8.4+dfsg.1-3.dsc
 d32fd67d5898272dcdda29e738724a8a 26310 devel optional 
cmake_2.8.4+dfsg.1-3.debian.tar.gz
 ef2ddc73a270cb9860d62ee7c2048daa 4146244 devel optional 
cmake_2.8.4+dfsg.1-3_amd64.deb
 99c02c5f366a6c89e9084fa199277dbd 1254554 devel optional 
cmake-data_2.8.4+dfsg.1-3_all.deb
 8554491d4b74292bf5ca8fe2f6e2b085 1226578 devel optional 
cmake-curses-gui_2.8.4+dfsg.1-3_amd64.deb
 f69e5c74f322f66c3f9fe016748c35d0 1302882 devel optional 
cmake-qt-gui_2.8.4+dfsg.1-3_amd64.deb
 c0e640711fb72a307098f6bb8fbb39aa 1383998 doc optional 
cmake-doc_2.8.4+dfsg.1-3_all.deb
 e59562ce35a38b7f3b31884a607820df 59603926 debug extra 
cmake-dbg_2.8.4+dfsg.1-3_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk3umy4ACgkQHO9JRnPq4hTIOACfYez4b+ADhOTYTyDhZq982W5n
+wEAoKQbaORM5Vvw5Akf6a6YLATXsoBE
=GSld
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to