debian/changelog | 6 ++++-- debian/control | 5 ++++- debian/patches/900_debian_xterm.diff | 8 ++++---- debian/patches/901_xterm_manpage.diff | 2 +- 4 files changed, 13 insertions(+), 8 deletions(-)
New commits: commit 79d72db8acd8277809a0b372e818e60f57c5e8ee Author: Julien Cristau <[email protected]> Date: Tue Dec 29 12:31:56 2009 +0000 Prepare changelog for upload diff --git a/debian/changelog b/debian/changelog index e3cc4fc..69c147d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -xterm (253-1) UNRELEASED; urgency=low +xterm (253-1) unstable; urgency=low * New upstream release + parenthesize expression in MoreRows macro, fixing a limit check added in @@ -7,7 +7,7 @@ xterm (253-1) UNRELEASED; urgency=low * Add dependency on ${misc:Depends} (lintian). * Refresh patches 900_debian_xterm.diff and 901_xterm_manpage.diff. - -- Julien Cristau <[email protected]> Tue, 29 Dec 2009 11:37:02 +0000 + -- Julien Cristau <[email protected]> Tue, 29 Dec 2009 12:31:52 +0000 xterm (251-1) unstable; urgency=low commit 9493da471e567199b5e7f5721d1af019d5214c08 Author: Julien Cristau <[email protected]> Date: Tue Dec 29 12:31:28 2009 +0000 Refresh patches 900_debian_xterm.diff and 901_xterm_manpage.diff. diff --git a/debian/changelog b/debian/changelog index 4b95d8d..e3cc4fc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ xterm (253-1) UNRELEASED; urgency=low patch #251 (closes: #560039) * Update debian/copyright. * Add dependency on ${misc:Depends} (lintian). + * Refresh patches 900_debian_xterm.diff and 901_xterm_manpage.diff. -- Julien Cristau <[email protected]> Tue, 29 Dec 2009 11:37:02 +0000 diff --git a/debian/patches/900_debian_xterm.diff b/debian/patches/900_debian_xterm.diff index d2e3e7b..4ddc345 100644 --- a/debian/patches/900_debian_xterm.diff +++ b/debian/patches/900_debian_xterm.diff @@ -27,7 +27,7 @@ Index: xterm/termcap +++ xterm/termcap @@ -71,6 +71,14 @@ :so=\E[7m:sr=\EM:st=\EH:te=\E[?1049l:ti=\E[?1049h:\ - :ue=\E[24m:up=\E[A:us=\E[4m:ve=\E[?25h:vi=\E[?25l: + :ue=\E[24m:up=\E[A:us=\E[4m:ve=\E[?12l\E[?25h:vi=\E[?25l:vs=\E[?12;25h: +# xterm-debian is identical to xterm-new except that it more strictly +# conforms to DEC VT220 behavior in the case of the backspace key; this is @@ -78,7 +78,7 @@ Index: xterm/XTerm.ad =================================================================== --- xterm.orig/XTerm.ad +++ xterm/XTerm.ad -@@ -122,6 +122,10 @@ +@@ -153,6 +153,10 @@ *tek4014*font3: 6x13 *tek4014*fontSmall: 6x10 @@ -93,7 +93,7 @@ Index: xterm/XTerm-col.ad =================================================================== --- xterm.orig/XTerm-col.ad +++ xterm/XTerm-col.ad -@@ -6,9 +6,9 @@ +@@ -37,9 +37,9 @@ *VT100*boldColors: on *VT100*dynamicColors: on @@ -106,7 +106,7 @@ Index: xterm/XTerm-col.ad ! - OR - ! Uncomment this for black text on a "white" background. -@@ -113,20 +113,32 @@ +@@ -144,20 +144,32 @@ *Form.background: AntiqueWhite *form.background: AntiqueWhite diff --git a/debian/patches/901_xterm_manpage.diff b/debian/patches/901_xterm_manpage.diff index 10ec983..22cbcea 100644 --- a/debian/patches/901_xterm_manpage.diff +++ b/debian/patches/901_xterm_manpage.diff @@ -7,7 +7,7 @@ Index: xterm/xterm.man =================================================================== --- xterm.orig/xterm.man +++ xterm/xterm.man -@@ -5167,10 +5167,10 @@ +@@ -5220,10 +5220,10 @@ .SH FILES The actual pathnames given may differ on your system. .TP 5 commit 53a3142ff14d8d1ea831977d23ec261718d4b183 Author: Julien Cristau <[email protected]> Date: Tue Dec 29 12:25:03 2009 +0000 Add dependency on ${misc:Depends} (lintian). diff --git a/debian/changelog b/debian/changelog index 07be7ab..4b95d8d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ xterm (253-1) UNRELEASED; urgency=low + parenthesize expression in MoreRows macro, fixing a limit check added in patch #251 (closes: #560039) * Update debian/copyright. + * Add dependency on ${misc:Depends} (lintian). -- Julien Cristau <[email protected]> Tue, 29 Dec 2009 11:37:02 +0000 diff --git a/debian/control b/debian/control index 5935bf0..5569e7f 100644 --- a/debian/control +++ b/debian/control @@ -98,7 +98,10 @@ Build-Depends: Package: xterm Architecture: any -Depends: xbitmaps, ${shlibs:Depends} +Depends: + xbitmaps, + ${shlibs:Depends}, + ${misc:Depends}, Recommends: x11-utils | xutils Suggests: xfonts-cyrillic Provides: x-terminal-emulator -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

