fbterm 1.7-5 source package in Ubuntu

Changelog

fbterm (1.7-5) unstable; urgency=medium

  * Update debian/control.
    - Bump Standards-Version to 4.5.1.
    - Set debhelper-compat version in B-D.
    - Drop autotools-dev and debhelper from B-D.
    - Add Vcs-Git and Vcs-Browser.
  * Fix FTBFS to cross-compile. (Closes: #909679)
    Add patches/fix_ftbfs_crosscompile.patch.
  * Fix FTBFS for architectures without epoll support. (Closes: #909680)
    Add patches/fix_ftbfs_epoll.patch.
  * Add d/gbp.conf.

 -- Nobuhiro Iwamatsu <email address hidden>  Tue, 05 Jan 2021 10:14:22 +0900

Upload details

Uploaded by:
Nobuhiro Iwamatsu
Uploaded to:
Sid
Original maintainer:
Nobuhiro Iwamatsu
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe utils
Lunar release universe utils
Jammy release universe utils

Downloads

File Size SHA-256 Checksum
fbterm_1.7-5.dsc 1.8 KiB ad3a5fcc948f937a75e682b0a78a2aba91b8465c7db4047fd02bd175708ac629
fbterm_1.7.orig.tar.gz 182.0 KiB b98d487e84618503887e3996162354c482e24884bad8bf2219b6776372f306ad
fbterm_1.7-5.debian.tar.xz 4.6 KiB a473a1aeda3d62ca3c22fad9396140a7f2fa3672768e47ec590c0f8d24d853ef

Available diffs

No changes file available.

Binary packages built by this source

fbterm: fast framebuffer based terminal emulator for Linux

 FbTerm is a fast terminal emulator for Linux with frame buffer device.
 .
 Features include:
  * mostly as fast as terminal of Linux kernel while accelerated scrolling is
    enabled on framebuffer device
  * select font with fontconfig and draw text with freetype2, same as Qt/Gtk+
    based GUI apps
  * dynamicly create/destroy up to 10 windows initially running default shell
  * record scrollback history for every window
  * auto-detect current locale and convert text encoding, support double width
    scripts like Chinese, Japanese etc
  * switch between configurable additional text encoding with hot keys
    on the fly
  * copy/past selected text between windows with mouse when gpm server is
    running

fbterm-dbgsym: debug symbols for fbterm