--- fbterm-1.7.orig/debian/copyright +++ fbterm-1.7/debian/copyright @@ -0,0 +1,22 @@ +This package was debianized by Nobuhiro Iwamatsu on +Fri, 05 Sep 2008 00:06:15 +0900. + +It was downloaded from http://code.google.com/p/fbterm/ + +Upstream Author: + + dragchan + +Copyright: + + + +License: + + GPLv2 + + The full text of the GPL is distributed as in + /usr/share/common-licenses/GPL-2 on Debian systems. + +The Debian packaging is (C) 2008, Nobuhiro Iwamatsu and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- fbterm-1.7.orig/debian/compat +++ fbterm-1.7/debian/compat @@ -0,0 +1 @@ +7 --- fbterm-1.7.orig/debian/docs +++ fbterm-1.7/debian/docs @@ -0,0 +1 @@ +README --- fbterm-1.7.orig/debian/dirs +++ fbterm-1.7/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/share/terminfo --- fbterm-1.7.orig/debian/README.Debian +++ fbterm-1.7/debian/README.Debian @@ -0,0 +1,7 @@ +fbterm for Debian +----------------- + +fbterm won't work with vga16fb. You have to use other native framebuffer +drivers or vesa driver. See /usr/share/doc/fbterm/README for details. + + -- Nobuhiro Iwamatsu Fri, 05 Sep 2008 00:06:15 +0900 --- fbterm-1.7.orig/debian/control +++ fbterm-1.7/debian/control @@ -0,0 +1,29 @@ +Source: fbterm +Section: utils +Priority: optional +Maintainer: Nobuhiro Iwamatsu +Build-Depends: cdbs, debhelper (>= 7), autotools-dev, libfreetype6-dev, + libfontconfig1-dev, libgpm-dev, pkg-config, dpatch, + libx86-dev [i386 amd64] +Standards-Version: 3.9.1 +Homepage: http://code.google.com/p/fbterm/ + +Package: fbterm +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: A 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-1.7.orig/debian/changelog +++ fbterm-1.7/debian/changelog @@ -0,0 +1,81 @@ +fbterm (1.7-2) unstable; urgency=low + + * Upload to unstable. + + -- Nobuhiro Iwamatsu Sat, 12 Feb 2011 09:12:48 +0900 + +fbterm (1.7-1) experimental; urgency=low + + * New upstream release + * Remove patches/02_force-font-height.dpatch + Merged to upstream. + * Add libx86-dev to Build-Depends. + + -- Nobuhiro Iwamatsu Wed, 24 Nov 2010 02:22:25 +0900 + +fbterm (1.6-2) unstable; urgency=low + + * Update debian/control. + - Bumped standards-Version to 3.9.1. + * Fix 1px padding of unifont (Closes: #590831). + - patches/02_force-font-height.dpatch + + -- Nobuhiro Iwamatsu Sun, 01 Aug 2010 03:56:08 +0900 + +fbterm (1.6-1) unstable; urgency=low + + * New upstream release + * Change e-mail address. + * Remove DM-Upload-Allowed field. + * Update Standards-Version. + * Add README.source file. + * Update patch. + patches/01_add_terminfo_path.dpatch + + -- Nobuhiro Iwamatsu Tue, 01 Dec 2009 23:12:53 +0900 + +fbterm (1.5-1) unstable; urgency=low + + * New upstream release + + -- Nobuhiro Iwamatsu Sun, 17 May 2009 06:53:08 +0900 + +fbterm (1.4-2) unstable; urgency=low + + * Fix build error in some architecture. (Closes: #520864) + - Add TERMINFO path to terminfo/Makefile.in. + (patches/01_add_terminfo_path.dpatch) + + -- Nobuhiro Iwamatsu Tue, 24 Mar 2009 16:36:49 +0900 + +fbterm (1.4-1) unstable; urgency=low + + * New upstream release. + + -- Nobuhiro Iwamatsu Sun, 22 Mar 2009 17:12:03 +0900 + +fbterm (1.3-2) unstable; urgency=low + + * Revised bug close error by typo. (Closes: #512314) + * Fix compile error in environment of Ubuntu (Intrepid). (Closes: #506808) + + -- Nobuhiro Iwamatsu Wed, 20 Jan 2009 22:19:55 +0900 + +fbterm (1.3-1) unstable; urgency=low + + * New upstream release. (Clonses: #512314) + + -- Nobuhiro Iwamatsu Tue, 20 Jan 2009 19:17:38 +0900 + +fbterm (1.2-1) unstable; urgency=low + + * New upstream release. (Closes: #503756) + + -- Nobuhiro Iwamatsu Tue, 28 Oct 2008 12:36:42 +0900 + +fbterm (1.1-1) unstable; urgency=low + + * Initial release (Closes: #497803) + + -- Nobuhiro Iwamatsu Fri, 05 Sep 2008 00:06:15 +0900 + --- fbterm-1.7.orig/debian/rules +++ fbterm-1.7/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/dpatch.mk +include /usr/share/dpatch/dpatch.make + +# Add here any variable or target overrides you need. --- fbterm-1.7.orig/debian/README.source +++ fbterm-1.7/debian/README.source @@ -0,0 +1,5 @@ +This package uses the dpatch system of patch handling. +See /usr/share/doc/dpatch/README.source.gz for more details. + + -- Nobuhiro Iwamatsu Tue, 01 Dec 2009 23:17:42 +0900 + --- fbterm-1.7.orig/debian/patches/01_add_terminfo_path.dpatch +++ fbterm-1.7/debian/patches/01_add_terminfo_path.dpatch @@ -0,0 +1,19 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 01_a.dpatch by Nobuhiro Iwamatsu +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Add TERMINFO path to terminfo/Makefile.in. + +@DPATCH@ +diff -urNad fbterm-1.6~/terminfo/Makefile.in fbterm-1.6/terminfo/Makefile.in +--- fbterm-1.6~/terminfo/Makefile.in 2009-11-14 10:00:00.000000000 +0900 ++++ fbterm-1.6/terminfo/Makefile.in 2009-12-01 18:15:44.000000000 +0900 +@@ -327,7 +327,7 @@ + + + install-data-local: +- tic fbterm ++ TERMINFO=$(DESTDIR)/usr/share/terminfo tic fbterm + + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. --- fbterm-1.7.orig/debian/patches/00list +++ fbterm-1.7/debian/patches/00list @@ -0,0 +1 @@ +01_add_terminfo_path