lp:~ember/vte/ubuntu

Created by Pedro Fragoso and last modified
Get this branch:
bzr branch lp:~ember/vte/ubuntu
Only Pedro Fragoso can upload to this branch. If you are Pedro Fragoso please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Pedro Fragoso
Project:
Gnome Virtual Terminal Emulator
Status:
Development

Recent revisions

25. By Pedro Fragoso

Added missing patch. Damn!

24. By Pedro Fragoso

vte (1:0.20.0-0ubuntu1) jaunty; urgency=low

* New upstream release (LP: #344049)
  - Support using a real bold font instead of pseudo-bolding
  - Respond to fontconfig configuration changes
  - Bugs fixed in this release:
  - Bug 54926 – Should try bold version of font before
    pseudo-bolding
  - Bug 570208 – vte fails to build outside source tree
  - Bug 548272 – Fix output of CSI 13,14, 18-21 (LP: #208837)
  - Bug 565688 – [gnome-pty-helper] using openpty in a bad way
  - Bug 566795 – VTE fails to build in trunk
  - Bug 524170 – Support initc terminfo capability and
    change-cursor-color
  - Bug 566730 – vte_terminal_set_color_cursor() calls invalidate_all but
    it doesn't have to
  - Bug 565679 – alloca is discouraged
  - Bug 565675 – typo in configure.in cause ncurses checking fail
  - Bug 565663 – compile failure because use static function in another .h
    file
  - Bug 575398 – configure warns about term.h under OpenSolaris
  - Bug 574616 – "real" transparency not working from python bindings
  - Bug 574025 – Crash in _vte_terminal_insert_char
* debian/patches/92_pangocairo_full_bold_fonts.patch:
  - Dropped, merged upstream
* debian/patches/90_autoreconf.patch:
  - Refreshed for the new release
* debian/patches/94_hardcode_gtkdoc_rebase.patch:
  - Temp workaround to prevent FTBFS

 -- Pedro Fragoso <email address hidden>Mon, 16 Mar 2009 15:21:59 +0000

vte (1:0.19.4-0ubuntu5) jaunty; urgency=low

* Rebuild against libgtk-directfb-2.0-0 2.15.4-0ubuntu4, to correct a
  wrong dependency in libvte9-udeb.

 -- Steve Langasek <email address hidden>Wed, 25 Feb 2009 01:41:15 +0000

vte (1:0.19.4-0ubuntu4) jaunty; urgency=low

* Rebuild for python2.6, fix installation path.

 -- Matthias Klose <email address hidden>Sun, 22 Feb 2009 14:29:33 +0100

23. By Kees Cook

releasing version 1:0.19.4-0ubuntu3

22. By Kees Cook

debian/patches/92_pangocairo_full_bold_fonts.patch: update from
upstream bug tracker with better fallback double-strike support.

21. By Kees Cook

merge lp:~kamion/vte/udeb-fixes

20. By Michael Vogt

.bzr-builddeb/default.conf: added

19. By Michael Vogt

* New upstream version (LP: #316601):
  - New, PangoCairo, rendering backend.
  - All other backends are removed.
  - Configurable cursor shape (block, underline, I-beam).
  - Preliminary object properties added to VteTerminal.
  - API that will be removed in vte 1.0 has been marked deprecated in
    this release.
  - General code maintenance and cleanup.
  - Bug fixes.
* debian/rules:
  - Bump shlibs to 0.19.1.
  - Removed obsolete flags from UDEB_CONFIGURE_EXTRA_FLAGS:
    (--without-xft2, --without-ft2, --without-pangox, --without-glX)
* debian/control{.in}:
  - Bumped libglib2.0-dev build-dependency to 2.18.0.
  - Bumped libgtk2.0-dev build-dependency to 2.12.0.
* Patches dropped due to obsolete upstream code:
  - 04_dsp_non_alias.patch
  - 20_make_ft2_optional.patch
  - 92_full_bold_fonts.patch
* Patches updated for new version:
  - 12_python_reaper.patch
  - 25_optional-ncurses.patch
  - 90_autoreconf.patch
  - 93_add_alt_screen_scroll_toggle.patch
* debian/patches/92_pangocairo_full_bold_fonts.patch:
  - Replacement for the dropped 92_full_bold_fonts.patch, which
    was applicable to the deprecated xft backend. This patch applies
    to the PangoCairo backend, and was submitted by Kees Cook to
    http://bugzilla.gnome.org/show_bug.cgi?id=54926
* Dropped debian/patches/94_no_nul_backspace.patch:
  - Merged upstream.
* debian/patches/26_optional-x.patch:
  - Add option to build without X Window System. This flag
    was dropped from the new upstream version.
* 94_no_nul_backspace.patch: Avoid sending NUL character for
  backspace, when the termios's erase character is undefined and
  backspace is bound to VTE_ERASE_AUTO. (LP: #29787)

18. By Michael Vogt

* Resynchronise with Debian 1:0.16.14-4. Remaining packaging changes:
  - Newer upstream version:
    + 01_anjuta_hang.patch, 29_add_am_prog_cc_c_o_for_buffer_c.patch:
      Removed; obsolete.
    + 20_make_ft2_optional.patch: Adjust to apply cleanly.
    + 90_autoreconf.patch: Regenerate.
    + Bump glib requirement to 2.14.
    + Bump shlibs to 0.17.1.
  - Set minimum Python version to 2.4.
  - Build a python-vte-dbg package.
  - Install python-vte examples.
  - 91_keep_fds.patch: Keep file descriptors open on vte_fork_pty().
  - 92_full_bold_fonts.patch: Fix bold font handling.
  - 93_add_alt_screen_scroll_toggle.patch: Handle scrolling differently
    when using alternate screen or scrolling is restricted.
* Tag Ubuntu patches per UbuntuDevelopment/PatchTaggingGuidelines.
* Drop XS- from Vcs-Bzr control field, now official.
* libvte-doc.links: add a link in /usr/share/doc to the documentation.
  Closes: #495356.
* Don't overwrite DEB_FIXPERMS_EXCLUDE and DEB_DH_MAKESHLIBS_ARGS_ALL.
* 01_anjuta_hang.patch: new patch, stolen from upstream. Fix hangs in
  Geany and Anjuta. Closes: #498295.
* Fix 1:0.16.14-2 changelog entry.
* Upload to unstable.
* Properly anchor libvteN regexp.
* Misc cleanups of the below changelog and patches.
* New patch, 20_make_ft2_optional, make Freetype2 bdep/dep optional;
  GNOME #542560.
* New patch, 29_add_am_prog_cc_c_o_for_buffer_c, add the AM_PROG_CC_C_O
  macro which automake claim is required and was added in upstream SVN
  already.
* New patch, 30_fix_build_no_pty_helper, fix missing header issue when
  building without gnome-pty-helper; GNOME #542561.
* New patch, 25_optional_ncurses, allows not linking against ncurses but
  using the builtin termcap support instead.
* New patch, 90_autoreconf, run autoreconf for 20_make_ft2_optional,
  29_add_am_prog_cc_c_o_for_buffer_c, and 25_optional_ncurses.
* Re-enable libvte9-udeb build.
   - Drop libvte-common dep in the udeb.
   - Configure the udeb without pangox and ft2 and with a static ncurses.
* New patch, 60_termcap-home-end, defines home/end in the builtin termcap
  support file.
* Drop dup --disable-maintainer-mode flag.
* Override CFLAGS for udeb during configure.

17. By Michael Vogt

* New upstream release:
  - translation updates

16. By Michael Vogt

* New upstream release
  - Update python bindings to bind new API from 0.17.1
  - Bug 538344 – Anjuta hangs when program is executed in terminal

Branch metadata

Branch format:
Branch format 5
Repository format:
Bazaar-NG Knit Repository Format 1
This branch contains Public information 
Everyone can see this information.

Subscribers