Codebase list ibus-array / d1e2912
Imported Debian patch 0.0.2-1 Keng-Yu Lin authored 14 years ago Osamu Aoki committed 10 years ago
18 changed file(s) with 270 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 ibus-array (0.0.2-1) unstable; urgency=low
1
2 * Initial release (Closes: bug#559421)
3 * add DH7 support by Paul Liu <paulliu@debian.org>
4
5 -- Keng-Yu Lin <kengyu@lexical.tw> Fri, 18 Dec 2009 17:53:30 +0800
0 configure
1 aclocal.m4
2 m4/codeset.m4
3 m4/glibc2.m4
4 m4/glibc21.m4
5 m4/intdiv0.m4
6 m4/intl.m4
7 m4/intldir.m4
8 m4/intmax.m4
9 m4/inttypes-pri.m4
10 m4/inttypes_h.m4
11 m4/lcmessage.m4
12 m4/lock.m4
13 m4/longdouble.m4
14 m4/longlong.m4
15 m4/printf-posix.m4
16 m4/size_max.m4
17 m4/stdint_h.m4
18 m4/uintmax_t.m4
19 m4/ulonglong.m4
20 m4/visibility.m4
21 m4/wchar_t.m4
22 m4/wint_t.m4
23 m4/xsize.m4
24 m4/ltversion.m4
25 m4/ltsugar.m4
26 m4/ltoptions.m4
27 m4/libtool.m4
28 m4/lt~obsolete.m4
29 po/Makevars.template
30 py-compile
31 ltmain.sh
32 config.rpath
33 config.guess
34 config.sub
35 compile
36 depcomp
37 missing
38 install-sh
39 data/Makefile.in
40 icons/Makefile.in
41 m4/Makefile.in
42 setup/Makefile.in
43 src/Makefile.in
44 Makefile.in
0 Source: ibus-array
1 Section: utils
2 Priority: optional
3 Maintainer: Keng-Yu Lin <kengyu@lexical.tw>
4 Build-Depends: debhelper (>= 7.0.50~), autotools-dev, python (>= 2.4), pkg-config, libibus-dev (>= 1.2), cvs, libtool (>= 2.2), autoconf (>= 2.5), automake, python-support
5 Standards-Version: 3.8.3
6 XS-Python-Version: current, >= 2.4
7 Homepage: http://code.google.com/p/ibus-array/
8
9 Package: ibus-array
10 Architecture: any
11 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, ibus (>= 1.2), libsqlite3-0 (>= 3.6)
12 XB-Python-Version: ${python:Versions}
13 Description: Array 30 input engine for iBus
14 IBus is an Intelligent Input Bus. It is a new input framework for Linux
15 OS. It provides full featured and user friendly input method user interface.
16 It also may help developers to develop input method easily.
17 .
18 ibus-array is a IM Engine for Traditional Chinese, based on IBus.
0 Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=118
1 Name: ibus-array
2 Maintainer: Yu-Chun Wang <mainlander1122@gmail.com>
3 Source: http://code.google.com/p/ibus-array/
4
5 Files: *
6 Copyright: 2009, Yu-Chun Wang <mainlander1122@gmail.com>
7 License: GPL-2
8
9 Files: Makefile.am, configure.ac, data/Makefile.am, icons/Makefile.am, m4/Makefile.am
10 Copyright: 2007-2008, Huang Peng <shawn.p.huang@gmail.com>
11 License: GPL-2+
12
13 Files: setup/Makefile.am
14 Copyright: 2009, Choe Hwanjin <choe.hwanjin@gmail.com>
15 License: GPL-2+
16
17 Files: debian/*
18 Copyright: 2009, Keng-Yu Lin <kengyu@lexical.tw>
19 License: GPL-2
20
21 License: GPL-2
22 This program is free software; you can redistribute it and/or modify
23 it under the terms of the GNU General Public License as published by
24 the Free Software Foundation; version 2 dated June, 1991.
25
26 This program is distributed in the hope that it will be useful,
27 but WITHOUT ANY WARRANTY; without even the implied warranty of
28 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29 GNU General Public License for more details.
30
31 You should have received a copy of the GNU General Public License
32 along with this program; if not, write to the Free Software
33 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
34 MA 02110-1301, USA.
35
36 On Debian GNU/Linux systems, the complete text of the GNU General
37 Public License can be found in /usr/share/common-licenses/GPL-2.
38
39 License: GPL-2+
40 This program is free software; you can redistribute it and/or modify
41 it under the terms of the GNU General Public License as published by
42 the Free Software Foundation; either version 2, or (at your option)
43 any later version.
44
45 This program is distributed in the hope that it will be useful,
46 but WITHOUT ANY WARRANTY; without even the implied warranty of
47 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
48 GNU General Public License for more details.
49
50 You should have received a copy of the GNU General Public License
51 along with this program; if not, write to the Free Software
52 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
53
54 On Debian GNU/Linux systems, the complete text of the GNU General
55 Public License can be found in /usr/share/common-licenses/GPL-2.
0 ibus-array (0.0.2-1) unstable; urgency=low
1
2 * Initial release (Closes: bug#559421)
3
4 -- Keng-Yu Lin <kengyu@lexical.tw> Mon, 30 Nov 2009 12:16:37 +0800
0 configure
1 aclocal.m4
2 m4/codeset.m4
3 m4/glibc2.m4
4 m4/glibc21.m4
5 m4/intdiv0.m4
6 m4/intl.m4
7 m4/intldir.m4
8 m4/intmax.m4
9 m4/inttypes-pri.m4
10 m4/inttypes_h.m4
11 m4/lcmessage.m4
12 m4/lock.m4
13 m4/longdouble.m4
14 m4/longlong.m4
15 m4/printf-posix.m4
16 m4/size_max.m4
17 m4/stdint_h.m4
18 m4/uintmax_t.m4
19 m4/ulonglong.m4
20 m4/visibility.m4
21 m4/wchar_t.m4
22 m4/wint_t.m4
23 m4/xsize.m4
24 m4/ltversion.m4
25 m4/ltsugar.m4
26 m4/ltoptions.m4
27 m4/libtool.m4
28 m4/lt~obsolete.m4
29 po/Makevars.template
30 py-compile
31 ltmain.sh
32 config.rpath
33 config.guess
34 config.sub
35 compile
36 depcomp
37 missing
38 install-sh
39 data/Makefile.in
40 icons/Makefile.in
41 m4/Makefile.in
42 setup/Makefile.in
43 src/Makefile.in
44 Makefile.in
0 Source: ibus-array
1 Section: utils
2 Priority: optional
3 Maintainer: Keng-Yu Lin <kengyu@lexical.tw>
4 Build-Depends: debhelper (>= 7.0.50~), autotools-dev, python (>= 2.4), pkg-config, libibus-dev (>= 1.2), cvs, libtool (>= 2.2), autoconf (>= 2.5), automake, python-support
5 Standards-Version: 3.8.3
6 XS-Python-Version: current, >= 2.4
7 Homepage: http://code.google.com/p/ibus-array/
8
9 Package: ibus-array
10 Architecture: any
11 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, ibus (>= 1.2), libsqlite3-0 (>= 3.6)
12 XB-Python-Version: ${python:Versions}
13 Description: Array 30 input engine for iBus
14 IBus is an Intelligent Input Bus. It is a new input framework for Linux
15 OS. It provides full featured and user friendly input method user interface.
16 It also may help developers to develop input method easily.
17 .
18 ibus-array is a IM Engine for Traditional Chinese, based on IBus.
0 This package was debianized by Keng-Yu Lin <kengyu@lexical.tw> on
1 Fri, 06 Nov 2009 12:16:37 +0800.
2
3 It was downloaded from http://code.google.com/p/ibus-array/
4
5 Upstream Author:
6
7 Yu-Chun Wang <mainlander1122@gmail.com>
8
9 Copyright:
10
11 Copyright (C) 2009 Yu-Chun Wang
12
13 License:
14
15 This program is free software; you can redistribute it and/or modify
16 it under the terms of the GNU General Public License as published by
17 the Free Software Foundation; version 2 dated June, 1991.
18
19 This program is distributed in the hope that it will be useful,
20 but WITHOUT ANY WARRANTY; without even the implied warranty of
21 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 GNU General Public License for more details.
23
24 You should have received a copy of the GNU General Public License
25 along with this program; if not, write to the Free Software
26 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
27 MA 02110-1301, USA.
28
29 The Debian packaging is:
30
31 Copyright (C) 2009 Keng-Yu Lin <kengyu@lexical.tw>
32
33 and is licensed under the GPL version 2,
34 see `/usr/share/common-licenses/GPL-2'.
0 usr/lib/ibus-array
1 usr/share/ibus-array/setup
0 #!/usr/bin/make -f
1 # -*- makefile -*-
2
3 # Uncomment this to turn on verbose mode.
4 #export DH_VERBOSE=1
5
6 %:
7 dh --with python-support $@
8
9 override_dh_auto_configure:
10 ./autogen.sh
11 dh_auto_configure
12
0 version=3
1
2 http://code.google.com/p/ibus-array/downloads/list http://ibus-array.googlecode.com/files/ibus-array-(\d.*)\.tar\.gz
0 usr/lib/ibus-array
1 usr/share/ibus-array/setup
0 README
0 #!/usr/bin/make -f
1 # -*- makefile -*-
2
3 # Uncomment this to turn on verbose mode.
4 #export DH_VERBOSE=1
5
6 %:
7 dh --with python-support $@
8
9 override_dh_auto_configure:
10 ./autogen.sh
11 dh_auto_configure
12
0 version=3
1
2 http://code.google.com/p/ibus-array/downloads/list http://ibus-array.googlecode.com/files/ibus-array-(\d.*)\.tar\.gz