Codebase list fcitx-table-extra / 75cc36e
debianlization: boshiamy and zhengma: need dfsg? which lienese? YunQiang Su 12 years ago
8 changed file(s) with 98 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 fcitx-table-extra for Debian
1 ----------------------------
2
3 remaining problem:
4 1. boshiamy and zhengma: dfsg clean?
5 2. debian/copyright: which lienese?
6
7 -- YunQiang Su <wzssyqa@gmail.com> Tue, 07 Feb 2012 11:52:53 +0800
0 fcitx-table-extra (0.1.0-1) unstable; urgency=low
1
2 * Initial release (Closes: #658151)
3
4 -- YunQiang Su <wzssyqa@gmail.com> Tue, 07 Feb 2012 11:52:53 +0800
0 Source: fcitx-table-extra
1 Section: utils
2 Priority: optional
3 Maintainer: IME Packaging Team <pkg-ime-devel@lists.debian.org>
4 Uploaders: Aron Xu <aron@debian.org>, YunQiang Su <wzssyqa@gmail.com>
5 DM-Upload-Allowed: yes
6 Build-Depends: debhelper (>= 8), cmake, fcitx-libs-dev (>=1:4.2.0), fcitx-tools,
7 intltool
8 Standards-Version: 3.9.2
9 Homepage: http://fcitx.googlecode.com
10 Vcs-Git: git://git.debian.org/pkg-ime/fcitx-table-extra.git
11 Vcs-Browser: http://git.debian.org/?p=pkg-ime/fcitx-table-extra.git
12
13 Package: fcitx-table-extra
14 Architecture: any
15 Depends: ${shlibs:Depends}, ${misc:Depends}, fcitx-table
16 Description: extra tables for Fcitx
17 provides extra table for Fcitx, including Boshiamy, Zhengma,
18 and Cangjie3, Cangjie5.
19 .
20 Boshiamy table and its icon are released under their own license.
0 Format: http://dep.debian.net/deps/dep5
1 Upstream-Name: fcitx-table-extra
2 Source: http://fcitx.googlecode.com
3
4 Files: *
5 Copyright: 2012 You-Sheng Yang (vicamo) <vicamo AT gmail DOT com>
6 2012 Xuetian Weng <wengxt AT gmail DOT com>
7 License: GPL-2+
8 This program is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 3 of the License, or
11 (at your option) any later version.
12 .
13 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
17 .
18 You should have received a copy of the GNU General Public License
19 along with this program; if not, write to the
20 Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
21 MA 02110-1301, USA.
22 .
23 On Debian systems, the full text of GPL-3 could be found at
24 `/usr/share/common-licenses/GPL-2'.
25
26 Files: debian/*
27 Copyright: 2012 YunQiang Su <wzssyqa@gmail.com>
28 License: GPL-2+
29 This package is free software; you can redistribute it and/or modify
30 it under the terms of the GNU General Public License as published by
31 the Free Software Foundation; either version 2 of the License, or
32 (at your option) any later version.
33 .
34 This package is distributed in the hope that it will be useful,
35 but WITHOUT ANY WARRANTY; without even the implied warranty of
36 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
37 GNU General Public License for more details.
38 .
39 You should have received a copy of the GNU General Public License
40 along with this program. If not, see <http://www.gnu.org/licenses/>
41 .
42 On Debian systems, the complete text of the GNU General
43 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
44
45 # Please also look if there are files or directories which have a
46 # different copyright/license attached and list them here.
0 NEWS
1 README
0 #!/usr/bin/make -f
1 # -*- makefile -*-
2 # Sample debian/rules that uses debhelper.
3 # This file was originally written by Joey Hess and Craig Small.
4 # As a special exception, when this file is copied by dh-make into a
5 # dh-make output file, you may use that output file without restriction.
6 # This special exception was added by Craig Small in version 0.37 of dh-make.
7
8 # Uncomment this to turn on verbose mode.
9 #export DH_VERBOSE=1
10
11 %:
12 dh $@
0 3.0 (quilt)