debian/0000755000000000000000000000000012143507754007176 5ustar debian/README.Debian0000644000000000000000000000153611713513070011232 0ustar fcitx-fbterm for Debian --------------------------- fcitx-fbterm contains two commands in /usr/bin: fcitx-fbterm and fcitx-fbterm-helper. Please use fcitx-fbterm-helper to start Fcitx outside a fbterm, i.e. the helper script will help you launch fbterm. When Fcitx isn't running in background, you need to use `fcitx-fbterm-helper -l` to start it; if it's already running, just run `fcitx-fbterm-helper`. If you would like to toggle input method via Ctrl+Space keyboard shortcut, you'll need to add setuid bit to /usr/bin/fbterm, which isn't added by default in Debian due to security concerns. Run the following command as root will do the work for you: chmod 6755 root:utmp /usr/bin/fbterm If later you decide to recover to the defaults of fbterm, run: chmod 0755 root:root /usr/bin/fbterm -- Aron Xu Wed, 26 Oct 2011 04:18:55 +0800 debian/control0000644000000000000000000000262112143507702010573 0ustar Source: fcitx-fbterm Section: utils Priority: optional Maintainer: IME Packaging Team Uploaders: Aron Xu , YunQiang Su Build-Depends: debhelper (>= 8), cmake, fcitx-libs-dev (>= 1:4.2.6), libdbus-glib-1-dev, gettext Standards-Version: 3.9.4 Homepage: http://code.google.com/p/fcitx Vcs-Git: git://anonscm.debian.org/pkg-ime/fcitx-fbterm.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ime/fcitx-fbterm.git Package: fcitx-frontend-fbterm Architecture: linux-any Depends: ${shlibs:Depends}, ${misc:Depends}, fbterm, fcitx-bin, fcitx-data, fcitx-modules Recommends: fcitx-pinyin, fcitx-googlepinyin | fcitx-sunpinyin, fcitx-table-wubi | fcitx-table-wbpy Suggests: fcitx-tools Description: Flexible Input Method Framework - FbTerm frontend Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides the FbTerm frontend, which is recommended for users who does not use X. debian/fcitx-frontend-fbterm.lintian-overrides0000644000000000000000000000005611713513070016754 0ustar fcitx-frontend-fbterm: binary-without-manpage debian/changelog0000644000000000000000000000275612143507754011062 0ustar fcitx-fbterm (0.2.0-2) unstable; urgency=low * Upload to unstable (Closes: #707377). * debian/control: - std-ver: 3.9.3 -> 3.9.4, no change. - remove obsolete DMUA field. - switch to canonical Vcs-* URLs. -- Aron Xu Sun, 12 May 2013 02:34:57 +0800 fcitx-fbterm (0.2.0-1) experimental; urgency=low * Imported Upstream version 0.2.0 -- YunQiang Su Wed, 26 Sep 2012 20:56:38 +0800 fcitx-fbterm (0.1.4-1) unstable; urgency=low * Fix debian/watch: googlecode * New Upstream version 0.1.4 -- YunQiang Su Tue, 15 May 2012 15:45:59 +0800 fcitx-fbterm (0.1.3-1) unstable; urgency=low * New upstream release. * Bump standard version to 3.9.3. -- YunQiang Su Tue, 10 Apr 2012 15:44:11 +0800 fcitx-fbterm (0.1.2-2) unstable; urgency=low * Correct Build-Depends on fcitx-libs-dev (>= 1:4.2.0) * Set DMUA. -- Aron Xu Wed, 08 Feb 2012 02:20:03 +0800 fcitx-fbterm (0.1.2-1) unstable; urgency=low * New upstream release: for fcitx 4.2.0. * Drop 0001-use-bash-in-header.patch: applied upstream. -- YunQiang Su Sun, 05 Feb 2012 22:49:47 +0800 fcitx-fbterm (0.1.1-2) unstable; urgency=low * Adjust package relations to be more user-friendly. -- Aron Xu Sat, 28 Jan 2012 23:53:08 +0800 fcitx-fbterm (0.1.1-1) unstable; urgency=low * Initial release (Closes: #639294) -- Aron Xu Wed, 26 Oct 2011 04:18:55 +0800 debian/watch0000644000000000000000000000013211741075340010215 0ustar version=3 http://code.google.com/p/fcitx/downloads/list .*/fcitx-fbterm-*\.*(.*)\.tar\.xz debian/compat0000644000000000000000000000000211713513070010362 0ustar 8 debian/source/0000755000000000000000000000000011713513070010464 5ustar debian/source/format0000644000000000000000000000001411713513070011672 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000202611713513070011117 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: fcitx-googlepinyin Source: http://code.google.com/p/fcitx Copyright: 2011, CSSlayer License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. . On Debian systems, the full text of GPL-2 could be found at `/usr/share/common-licenses/GPL-2'. Files: debian/* Copyright: 2010, Aron Xu License: GPL-2+ debian/rules0000755000000000000000000000030011713513070010235 0ustar #!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS = hardening=+all DPKG_EXPORT_BUILDFLAGS = 1 -include /usr/share/dpkg/buildflags.mk CFLAGS += $(CPPFLAGS) CXXFLAGS += $(CPPFLAGS) %: dh $@