diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..44387fc --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,8 @@ +fcitx-table-extra for Debian +---------------------------- + +remaining problem: + 1. boshiamy and zhengma: dfsg clean? + 2. debian/copyright: which lienese? + + -- YunQiang Su Tue, 07 Feb 2012 11:52:53 +0800 diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..9a447e1 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +fcitx-table-extra (0.1.0-1) unstable; urgency=low + + * Initial release (Closes: #658151) + + -- YunQiang Su Tue, 07 Feb 2012 11:52:53 +0800 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..80fb3c7 --- /dev/null +++ b/debian/control @@ -0,0 +1,21 @@ +Source: fcitx-table-extra +Section: utils +Priority: optional +Maintainer: IME Packaging Team +Uploaders: Aron Xu , YunQiang Su +DM-Upload-Allowed: yes +Build-Depends: debhelper (>= 8), cmake, fcitx-libs-dev (>=1:4.2.0), fcitx-tools, + intltool +Standards-Version: 3.9.2 +Homepage: http://fcitx.googlecode.com +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 + +Package: fcitx-table-extra +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, fcitx-table +Description: extra tables for Fcitx + provides extra table for Fcitx, including Boshiamy, Zhengma, + and Cangjie3, Cangjie5. + . + Boshiamy table and its icon are released under their own license. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..123bf8e --- /dev/null +++ b/debian/copyright @@ -0,0 +1,47 @@ +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: fcitx-table-extra +Source: http://fcitx.googlecode.com + +Files: * +Copyright: 2012 You-Sheng Yang (vicamo) + 2012 Xuetian Weng +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 3 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-3 could be found at + `/usr/share/common-licenses/GPL-2'. + +Files: debian/* +Copyright: 2012 YunQiang Su +License: GPL-2+ + This package 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 package 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, see + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". + +# Please also look if there are files or directories which have a +# different copyright/license attached and list them here. diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..50bd824 --- /dev/null +++ b/debian/docs @@ -0,0 +1,2 @@ +NEWS +README diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..b760bee --- /dev/null +++ b/debian/rules @@ -0,0 +1,13 @@ +#!/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 $@ diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)