diff --git a/debian/README.source b/debian/README.source index 20e62d4..1ae9db2 100644 --- a/debian/README.source +++ b/debian/README.source @@ -16,6 +16,7 @@ * Cangjie*: 027984, expired in 1989, released to public domain by original author in 1982. - Ref (Chinese): http://cbflabs.com/?id=12 + * Quick*: directly derived from Cangjie* and put into Public Domain. * Zhengma: CN1043210 (89108851.2), expired in 2009. - Ref (Chinese): http://www.china-e.com.cn/main/zhengma/jj.htm @@ -30,4 +31,4 @@ The binary packages are not arch-all because there is endianness issue with these data files. - -- Aron Xu Tue, 07 Feb 2012 11:52:53 +0800 + -- Aron Xu Tue, 04 May 2012 00:39:30 +0800 diff --git a/debian/changelog b/debian/changelog index d4de439..bcf2852 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +fcitx-table-extra (0.2.1-1) unstable; urgency=low + + * New upstream release. + + Add Quick3, Quick5 and Quick Classic tables. + * debian/control: + + Add new binaries. + - Bump std-ver to 3.9.3, no change required. + * debian/README.source: + - Add info about Quick* tables. + * debian/rules: + - Use xz to compress the binary packages, as upstream will + grow the size of this package by every release. + + -- Aron Xu Fri, 04 May 2012 00:54:46 +0800 + fcitx-table-extra (0.1.0-1) unstable; urgency=low * Initial release (Closes: #658151) diff --git a/debian/control b/debian/control index 7aa4da4..9505455 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,8 @@ Uploaders: Aron Xu , YunQiang Su DM-Upload-Allowed: yes Build-Depends: debhelper (>= 8), cmake, fcitx-libs-dev (>= 1:4.2.0), - fcitx-tools (>= 1:4.2.0), intltool -Standards-Version: 3.9.2 + fcitx-tools (>= 1:4.2.0), intltool +Standards-Version: 3.9.3 Homepage: http://code.googlecode.com/p/fcitx Vcs-Git: git://git.debian.org/pkg-ime/fcitx-table-extra.git Vcs-Browser: http://git.debian.org/?p=pkg-ime/fcitx-table-extra.git @@ -75,6 +75,54 @@ . This package provides Cangjie-Big table used by the Fcitx table engine. +Package: fcitx-table-quick3 +Architecture: any +Depends: ${misc:Depends}, fcitx-table +Description: Flexible Input Method Framework - Quick3 table + 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 Quick3 table used by the Fcitx table engine. + +Package: fcitx-table-quick5 +Architecture: any +Depends: ${misc:Depends}, fcitx-table +Description: Flexible Input Method Framework - Quick5 table + 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 Quick5 table used by the Fcitx table engine. + +Package: fcitx-table-quick-classic +Architecture: any +Depends: ${misc:Depends}, fcitx-table +Description: Flexible Input Method Framework - Quick-Classic table + 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 Quick-Classic table used by the Fcitx table engine. + Package: fcitx-table-zhengma Architecture: any Depends: ${misc:Depends}, fcitx-table diff --git a/debian/copyright b/debian/copyright index 255577a..c6c012b 100644 --- a/debian/copyright +++ b/debian/copyright @@ -10,6 +10,7 @@ Files: debian/* Copyright: 2012 YunQiang Su + 2012 Aron Xu License: GPL-2+ License: GPL-2+ diff --git a/debian/fcitx-table-quick-classic.install b/debian/fcitx-table-quick-classic.install new file mode 100644 index 0000000..a102b2b --- /dev/null +++ b/debian/fcitx-table-quick-classic.install @@ -0,0 +1,3 @@ +usr/share/fcitx/table/quick-classic.mb +usr/share/fcitx/table/quick-classic.conf +usr/share/icons/hicolor/64x64/apps/fcitx-quick-classic.png diff --git a/debian/fcitx-table-quick3.install b/debian/fcitx-table-quick3.install new file mode 100644 index 0000000..3a2aa0e --- /dev/null +++ b/debian/fcitx-table-quick3.install @@ -0,0 +1,3 @@ +usr/share/fcitx/table/quick3.mb +usr/share/fcitx/table/quick3.conf +usr/share/icons/hicolor/64x64/apps/fcitx-quick3.png diff --git a/debian/fcitx-table-quick5.install b/debian/fcitx-table-quick5.install new file mode 100644 index 0000000..3a17087 --- /dev/null +++ b/debian/fcitx-table-quick5.install @@ -0,0 +1,3 @@ +usr/share/fcitx/table/quick5.mb +usr/share/fcitx/table/quick5.conf +usr/share/icons/hicolor/64x64/apps/fcitx-quick5.png diff --git a/debian/rules b/debian/rules index b760bee..2dbae69 100755 --- a/debian/rules +++ b/debian/rules @@ -1,13 +1,5 @@ #!/usr/bin/make -f -# -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - %: dh $@ +override_dh_builddeb: + dh_builddeb -- -Zxz