debian/changelog | 2 +- debian/patches/900_debian_xterm.diff | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-)
New commits: commit b046f974b1e4a1919a1704af4d07013252531568 Author: Julien Cristau <[email protected]> Date: Sat Sep 3 17:30:31 2011 +0200 Restore termcap/terminfo comments with pointers to Policy 9.8 Suggested by Riku Saikkonen. diff --git a/debian/changelog b/debian/changelog index 08eb84b..23aaac3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,7 +20,7 @@ xterm (273-1) UNRELEASED; urgency=low - Disable rmm and smm features in xterm terminfo entry to match the behavior in ncurses-base (see #574396). - -- Julien Cristau <[email protected]> Sun, 28 Aug 2011 18:00:26 +0200 + -- Julien Cristau <[email protected]> Sun, 28 Aug 2011 18:00:26 +0200 xterm (271-1) unstable; urgency=low diff --git a/debian/patches/900_debian_xterm.diff b/debian/patches/900_debian_xterm.diff index 870a13a..c433806 100644 --- a/debian/patches/900_debian_xterm.diff +++ b/debian/patches/900_debian_xterm.diff @@ -25,9 +25,12 @@ Index: xterm/termcap =================================================================== --- xterm.orig/termcap +++ xterm/termcap -@@ -240,4 +240,4 @@ v0|xterm|X11 terminal emulator:\ +@@ -239,5 +239,7 @@ v0|xterm|X11 terminal emulator:\ + # This fragment is for people who cannot agree on what the backspace key # should send. ++# Modified to more strictly conform to the DEC VT220 behavior; this is ++# mandated by Section 9.8 of the Debian Policy Manual. xterm+kbs|fragment for backspace key:\ - :kb=^H: + :kb=^?: @@ -35,7 +38,7 @@ Index: xterm/terminfo =================================================================== --- xterm.orig/terminfo +++ xterm/terminfo -@@ -1963,11 +1963,13 @@ xterm-r5|xterm R5 version, +@@ -1963,11 +1963,15 @@ xterm-r5|xterm R5 version, # This is the only entry which you should have to customize, since "xterm" # is widely used for a variety of incompatible terminal emulations including # color_xterm and rxvt. @@ -48,6 +51,8 @@ Index: xterm/terminfo # This fragment is for people who cannot agree on what the backspace key # should send. ++# Modified to more strictly conform to the DEC VT220 behavior; this is ++# mandated by Section 9.8 of the Debian Policy Manual. xterm+kbs|fragment for backspace key, - kbs=^H, + kbs=\177, -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

