On Fri, Jul 04, 2008 at 10:17:32AM +0200, Daniel Baumann wrote: > Iustin Pop wrote: > > If yes, would you accept a patch moving xterm-256color and possible the > > screen 256 color variants to ncurses-base? > > sure.
Good. I hope I understood the rules files correctly in making the attached patch, the resulting packages have the terminfo files in cause in the correct package. I moved xterm-256color, screen-256color and (because screen-bce was already in base) screen-256color-bce. > > Would be nice to have this change in lenny... As I see, now even other > > terminals have 256-color variants (gnome, konsole, rxvt, putty, etc.). > > as ncurses is frozen, it depends on if #487925 is getting a problem for > lenny too; if so, we need another sourceful upload to testing, which > also could move these terminals too (and backport fixes for #477725 and > #457363 too), otherwise it wont make it into lenny anymore. Ah, I see. I should have pinged you earlier, my loss :( thanks a lot, iustin
>From ee8523c63782b12c7dfaea35d532012e9acd4a4e Mon Sep 17 00:00:00 2001 From: Iustin Pop <[EMAIL PROTECTED]> Date: Sat, 5 Jul 2008 23:35:58 +0200 Subject: [PATCH] Move the some 256 color files to ncurses-base Closes: #405602 --- debian/ncurses-base.files | 3 +++ debian/rules | 1 + 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/debian/ncurses-base.files b/debian/ncurses-base.files index 4b8eb45..eea768f 100644 --- a/debian/ncurses-base.files +++ b/debian/ncurses-base.files @@ -21,6 +21,8 @@ usr/share/terminfo/s/screen usr/share/terminfo/s/screen-bce usr/share/terminfo/s/screen-s usr/share/terminfo/s/screen-w +usr/share/terminfo/s/screen-256color +usr/share/terminfo/s/screen-256color-bce usr/share/terminfo/s/sun usr/share/terminfo/v/vt100 usr/share/terminfo/v/vt102 @@ -36,3 +38,4 @@ usr/share/terminfo/x/xterm-xfree86 usr/share/terminfo/x/xterm-mono usr/share/terminfo/x/xterm-vt220 usr/share/terminfo/x/xterm-color +usr/share/terminfo/x/xterm-256color diff --git a/debian/rules b/debian/rules index 3329323..a5a3cbc 100755 --- a/debian/rules +++ b/debian/rules @@ -116,6 +116,7 @@ libterminfofiles=a/ansi c/cons25 c/cygwin d/dumb h/hurd l/linux m/mach \ s/screen s/screen-bce s/screen-s s/screen-w s/sun v/vt100 v/vt102 \ v/vt220 v/vt52 x/xterm x/xterm-debian x/xterm-xfree86 x/xterm-color \ x/xterm-mono x/xterm-r5 x/xterm-r6 x/xterm-vt220 \ + x/xterm-256color s/screen-256color s/screen-256color-bce \ w/wsvt25 w/wsvt25m E/Eterm E/Eterm-color # Blacklist terminfo entries shipped by other Debian packages so that we do -- 1.5.6

