diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..f7ace6e --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +fcitx-unikey (0.1.0-1) unstable; urgency=low + + * Initial release (Closes: #671712) + + -- Aron Xu Tue, 15 May 2012 01:18:45 +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..e269932 --- /dev/null +++ b/debian/control @@ -0,0 +1,31 @@ +Source: fcitx-unikey +Section: utils +Priority: optional +Maintainer: IME Packaging Team +Uploaders: Aron Xu , YunQiang Su +DM-Upload-Allowed: yes +Build-Depends: debhelper (>= 8), cmake, pkg-config, intltool, + fcitx-libs-dev (>= 4.2.3) +Standards-Version: 3.9.3 +Homepage: http://code.google.com/p/fcitx +Vcs-Git: git://git.debian.org/pkg-ime/fcitx-unikey.git +Vcs-Browser: http://git.debian.org/?p=pkg-ime/fcitx-unikey.git + +Package: fcitx-unikey +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, fcitx-modules +Recommends: fcitx +Description: Fcitx wrapper for Unikey engine + Fcitx is the Free Chinese Input Toy of X, which was initially designed + for Chinese users, and used XIM protocol. Now it has already evolved + into a highly modularized, feature rich input method framework for + Unix-like platforms supporting a considerable amount of frontends, + backends and modules. + . + It is an ideal choice for the vast majority. Many of its features make + users of Unix-like platforms have a fully modern input experience for + the first time. It has also greatly lower the threshold for developers, + making the development of extended funtions much easier than ever before. + . + This package provides the wrapper for Unikey engine, which is an input + method for Vietnamese. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..f801e78 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,41 @@ +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: fcitx-unikey +Source: http://code.google.com/p/fcitx + +Files: * +Copyright: 2012 CSSlayer +License: GPL-3+ + 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". + +Files: debian/* +Copyright: 2012 Aron Xu +License: GPL-3+ + 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 3 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 3 can be found in "/usr/share/common-licenses/GPL-3". diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..4c9c716 --- /dev/null +++ b/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +DPKG_EXPORT_BUILDFLAGS = 1 +-include /usr/share/dpkg/default.mk +CFLAGS += $(CPPFLAGS) +CXXFLAGS += $(CPPFLAGS) + +%: + dh $@ +override_dh_makeshlibs: 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) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..e070e3a --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://code.google.com/p/fcitx/downloads/list .*/fcitx-unikey-*\.*(.*)\.tar\.xz