[ubuntu/trusty-proposed] xterm 297-1ubuntu1 (Accepted)

Colin Watson cjwatson at ubuntu.com
Tue Oct 29 05:18:14 UTC 2013


xterm (297-1ubuntu1) trusty; urgency=low

  * Resynchronise with Debian.  Remaining changes:
    - debian/patches/950_ubuntu_charclass_highlight.diff: Enable URL
      highlighting.
    - debian/patches/Add 951_uxterm_utf8_title.diff: Set utf8Titles to true
      by default when using uxterm, so that it displays utf8 directories in
      titles properly.  May cause issues with apps that use control
      sequences for updating the xterm titlebar - users should use xterm or
      set utf8Title to false in this case.
    - debian/gbp.conf: Use "Ubuntu" in "debian-branch" directly.
    - Use autotools-dev's debhelper integration to update
      config.guess/config.sub for each build.

xterm (297-1) unstable; urgency=low

  * New upstream release.
  * Enable sixel graphics (Closes: #716660).

xterm (295-1) unstable; urgency=low

  * New upstream release.
    - Amend fix from xterm 292 by removing now-unneeded chunk which
      introduced problem in selection (Closes: #714527).
  * Update debian/copyright.
  * Switch Vcs-* fields to anonscm.debian.org.
  * Update copy of XTerm FAQ to revision 1.243 (dated 2013/07/05).

xterm (293-1) unstable; urgency=low

  * New upstream release.
    - Improve description of initialFont, set-vt-font and set-tex-text
      in manpage (Closes: #707899).
  * Update copyright year in debian/copyright.

xterm (292-1) unstable; urgency=low

  * New upstream release.
  * Refresh 904_fontops.diff.
  * Update copy of XTerm FAQ to revision 1.229 (dated 2013/05/18).
  * Bump debhelper compatibility level to 9.
  * Use dh_install's --fail-missing option.
  * Convert debian/rules to dh and drop xsfbs.
  * Bump Standards-Version to 3.9.4, no changes needed.
  * Add myself to Uploaders.

xterm (290-1) experimental; urgency=low

  * New upstream release
  * Drop 100_manpage_whatis.diff, no longer necessary.
  * Drop explicit --with-desktop-category, no longer necessary.
  * Update copy of XTerm FAQ to revision 1.221 (dated 2013/01/26).

xterm (287-1) experimental; urgency=low

  * New upstream release (closes: #694375)
    - add alternateScroll resource and corresponding control sequences which
      modify the scroll-forw and scroll-back actions: when the alternate
      screen is displayed, wheel mouse up/down will send cursor keys (closes:
      #683942)
    - improve rendering for the case when a Unicode character is absent in the
      bold font but present in the normal font by temporarily falling back to
      the normal font (closes: #359006, #408666)
    - check for misconfigured printerCommand resource on the first use, warn
      and disable it if it does not specify an executable command (closes:
      #691642)
  * Drop upstream patches.
  * Refresh remaining patches.
  * Explicitly set --with-desktop-category to avoid desktop-file-install
    failure.
  * Enable backarrowKeyIsErase in configure instead of 900_debian_xterm.diff.
  * Install png/svg icons.
  * Change xterm.man's NAME section to keep whatis(1) happy.

xterm (278-4) unstable; urgency=low

  * Update copy of XTerm FAQ to revision 1.199 (dated 2012/11/11).

xterm (278-3) unstable; urgency=low

  [ Timo Aaltonen ]
  * control: Mark the package as Multi-Arch: foreign.

  [ Julien Cristau ]
  * Apply a few patches recommended by upstream in #694375 (thanks!)
    - amend patch from 278-2 to catch more cases
    - amend fix for Debian #650291 in patch #277 changes to account for
      different data returned by vnc4server (closes: #670638)
    - correct macro definition used for testing modes used in ANSI/DEC
      request-mode controls introduced in patch #262
    - add a null-pointer check in OkPasswd macro to fix a problem in resize
      with Fedora 17 and a serial console (report/patch by Daniel Drake).

xterm (278-2) unstable; urgency=low

  * Fix crash in Tektronix mode (Closes: #685458).

Date: Mon, 28 Oct 2013 22:15:39 -0700
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Maintainer: Ubuntu X-SWAT <ubuntu-x at lists.ubuntu.com>
https://launchpad.net/ubuntu/trusty/+source/xterm/297-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 28 Oct 2013 22:15:39 -0700
Source: xterm
Binary: xterm
Architecture: source
Version: 297-1ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Ubuntu X-SWAT <ubuntu-x at lists.ubuntu.com>
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Description: 
 xterm      - X terminal emulator
Closes: 359006 408666 670638 683942 685458 691642 694375 707899 714527 716660
Changes: 
 xterm (297-1ubuntu1) trusty; urgency=low
 .
   * Resynchronise with Debian.  Remaining changes:
     - debian/patches/950_ubuntu_charclass_highlight.diff: Enable URL
       highlighting.
     - debian/patches/Add 951_uxterm_utf8_title.diff: Set utf8Titles to true
       by default when using uxterm, so that it displays utf8 directories in
       titles properly.  May cause issues with apps that use control
       sequences for updating the xterm titlebar - users should use xterm or
       set utf8Title to false in this case.
     - debian/gbp.conf: Use "Ubuntu" in "debian-branch" directly.
     - Use autotools-dev's debhelper integration to update
       config.guess/config.sub for each build.
 .
 xterm (297-1) unstable; urgency=low
 .
   * New upstream release.
   * Enable sixel graphics (Closes: #716660).
 .
 xterm (295-1) unstable; urgency=low
 .
   * New upstream release.
     - Amend fix from xterm 292 by removing now-unneeded chunk which
       introduced problem in selection (Closes: #714527).
   * Update debian/copyright.
   * Switch Vcs-* fields to anonscm.debian.org.
   * Update copy of XTerm FAQ to revision 1.243 (dated 2013/07/05).
 .
 xterm (293-1) unstable; urgency=low
 .
   * New upstream release.
     - Improve description of initialFont, set-vt-font and set-tex-text
       in manpage (Closes: #707899).
   * Update copyright year in debian/copyright.
 .
 xterm (292-1) unstable; urgency=low
 .
   * New upstream release.
   * Refresh 904_fontops.diff.
   * Update copy of XTerm FAQ to revision 1.229 (dated 2013/05/18).
   * Bump debhelper compatibility level to 9.
   * Use dh_install's --fail-missing option.
   * Convert debian/rules to dh and drop xsfbs.
   * Bump Standards-Version to 3.9.4, no changes needed.
   * Add myself to Uploaders.
 .
 xterm (290-1) experimental; urgency=low
 .
   * New upstream release
   * Drop 100_manpage_whatis.diff, no longer necessary.
   * Drop explicit --with-desktop-category, no longer necessary.
   * Update copy of XTerm FAQ to revision 1.221 (dated 2013/01/26).
 .
 xterm (287-1) experimental; urgency=low
 .
   * New upstream release (closes: #694375)
     - add alternateScroll resource and corresponding control sequences which
       modify the scroll-forw and scroll-back actions: when the alternate
       screen is displayed, wheel mouse up/down will send cursor keys (closes:
       #683942)
     - improve rendering for the case when a Unicode character is absent in the
       bold font but present in the normal font by temporarily falling back to
       the normal font (closes: #359006, #408666)
     - check for misconfigured printerCommand resource on the first use, warn
       and disable it if it does not specify an executable command (closes:
       #691642)
   * Drop upstream patches.
   * Refresh remaining patches.
   * Explicitly set --with-desktop-category to avoid desktop-file-install
     failure.
   * Enable backarrowKeyIsErase in configure instead of 900_debian_xterm.diff.
   * Install png/svg icons.
   * Change xterm.man's NAME section to keep whatis(1) happy.
 .
 xterm (278-4) unstable; urgency=low
 .
   * Update copy of XTerm FAQ to revision 1.199 (dated 2012/11/11).
 .
 xterm (278-3) unstable; urgency=low
 .
   [ Timo Aaltonen ]
   * control: Mark the package as Multi-Arch: foreign.
 .
   [ Julien Cristau ]
   * Apply a few patches recommended by upstream in #694375 (thanks!)
     - amend patch from 278-2 to catch more cases
     - amend fix for Debian #650291 in patch #277 changes to account for
       different data returned by vnc4server (closes: #670638)
     - correct macro definition used for testing modes used in ANSI/DEC
       request-mode controls introduced in patch #262
     - add a null-pointer check in OkPasswd macro to fix a problem in resize
       with Fedora 17 and a serial console (report/patch by Daniel Drake).
 .
 xterm (278-2) unstable; urgency=low
 .
   * Fix crash in Tektronix mode (Closes: #685458).
Checksums-Sha1: 
 83ac61bfb68fe871f9a1a7a01ae907989913dc2f 2224 xterm_297-1ubuntu1.dsc
 64b1531ee31f0a5880cc5e44c245887264b6f587 1119462 xterm_297.orig.tar.gz
 a361a441867302100b6a9aece51a53ca021229db 94808 xterm_297-1ubuntu1.diff.gz
Checksums-Sha256: 
 025b45326c73af83a9da0e47b2e08f6d8719db41a37b79ba30065751c7b02fe5 2224 xterm_297-1ubuntu1.dsc
 a2dc32a9a8401a2d3d2ae99844ba9cd9f81f0bc930870ebef783a9bcf165d179 1119462 xterm_297.orig.tar.gz
 9a4432e42a851a187bc58eeb3207d398353ae864101add450d5f27e19fbbf0aa 94808 xterm_297-1ubuntu1.diff.gz
Files: 
 3ff0686233d37395d99c9f01189a5a87 2224 x11 optional xterm_297-1ubuntu1.dsc
 45610ae6fe90cf086fcd75b9cb97bbaf 1119462 x11 optional xterm_297.orig.tar.gz
 4dac5463a8e0d9f3041c3612b7a1776c 94808 x11 optional xterm_297-1ubuntu1.diff.gz
Original-Maintainer: Debian X Strike Force <debian-x at lists.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)
Comment: Colin Watson <cjwatson at debian.org> -- Debian developer

iQIVAwUBUm9EqTk1h9l9hlALAQim0g/9ELZ65m98H7Q/aLsRMIocii77R+vzRsnk
acru0FVZHdx6rnR9dif6IXXcqHvoJU2Kldbzd7P0PIZvNt0r7bOr+LRPlDhrRpr4
9yvEPFyXbKnyQ1xyDfiMH5bNdXY1FHFQLPtMkD7V0AbIQIXNY/NwFiBBQv1plGP/
i8Y/Cxv43tXaXRvU99oKTBkfghqLj2qG+IzCcWi44a5HvJiiw8Izr6Bj+yJHwXPJ
xo7/n0gmu8wNZnADmjK9v7tYmMuArrHW1e3PbXMIApRpwiAgkSpuNyuCZOR8QIUK
WtWZ+Of4OX4yzt8P6Ylw4KBMX7Mopx48dOta2AC2ThDNNP+3gtzWt7pNGNIdgzpA
osmSQYWsXGVcpEsQIgaUJB69bz2cw4TsPM0bJob7vwmFu1+4Sqcy/NXCbC3rN3T9
sL+m4p7Pp9Ajfgq4os1uPGFzfe8tw7lfykYp/OJM/R+6ku1sawh6H6mFmRl7T2FJ
78gjGlIv3ZXfzmXrv7ZzaxrdotrdkxwodrcrbOsMHFWFdLmZLcsqMUhXFtVxEj9h
2K6OBIRMJktFJkEWwRUNNLU1aArb1BWT2MTPfL78DoUWXNgpFKZDAqoQOQ2Qo1U1
oH1mreoQoBZtSmtAvEntnhhYG7yYhFCBKbtEWst6h+3y97mYeGiVqFR7RjBUje7x
6vZ0mmUQ4Go=
=67dn
-----END PGP SIGNATURE-----


More information about the Trusty-changes mailing list