--- ibus-m17n-1.2.0.20091120.orig/debian/watch +++ ibus-m17n-1.2.0.20091120/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://code.google.com/p/ibus/downloads/list \ +http://ibus.googlecode.com/files/ibus-m17n-([0-9].*)\.tar\.gz --- ibus-m17n-1.2.0.20091120.orig/debian/copyright +++ ibus-m17n-1.2.0.20091120/debian/copyright @@ -0,0 +1,40 @@ +This package was debianized by: + + LI Daobing on Wed, 31 Dec 2008 19:42:41 +0800 + +It was downloaded from: + + http://code.google.com/p/ibus/downloads/list + +Upstream Author: + + Huang Peng + +Copyright: + + Copyright (C) 2007-2008 Huang Peng + +License: + + 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is: + + Copyright (C) 2008, LI Daobing + +and is licensed under the GPL, see above. --- ibus-m17n-1.2.0.20091120.orig/debian/rules +++ ibus-m17n-1.2.0.20091120/debian/rules @@ -0,0 +1,75 @@ +#!/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 + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE)) +CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) +else +CROSS= --build $(DEB_BUILD_GNU_TYPE) +endif + +config.status: configure + dh_testdir + # Add here commands to configure the package. +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config.guess +endif + dh_auto_configure -- LDFLAGS="-Wl,--as-needed" + +build: build-stamp + +build-stamp: config.status + dh_testdir + $(MAKE) + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + [ ! -f Makefile ] || $(MAKE) distclean + rm -f config.sub config.guess config.log + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + $(MAKE) DESTDIR=$(CURDIR)/debian/ibus-m17n install + +binary-indep: install + +binary-arch: install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_installman debian/ibus-engine-m17n.1 + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- ibus-m17n-1.2.0.20091120.orig/debian/compat +++ ibus-m17n-1.2.0.20091120/debian/compat @@ -0,0 +1 @@ +7 --- ibus-m17n-1.2.0.20091120.orig/debian/changelog +++ ibus-m17n-1.2.0.20091120/debian/changelog @@ -0,0 +1,65 @@ +ibus-m17n (1.2.0.20091120-1) unstable; urgency=low + + * New upstream release. + + -- LI Daobing Sun, 22 Nov 2009 12:36:08 +0800 + +ibus-m17n (1.2.0.20090930-1) unstable; urgency=low + + * new upstream release. + * debian/control: bump standards version to 3.8.3. + + -- LI Daobing Wed, 30 Sep 2009 23:15:39 +0800 + +ibus-m17n (1.2.0.20090617-1ubuntu1) karmic; urgency=low + + * debian/control: update Vcs-* fields. + + -- LI Daobing Mon, 31 Aug 2009 20:44:21 +0800 + +ibus-m17n (1.2.0.20090617-1) unstable; urgency=low + + * new upstream release. + * debian/control: + - build-depends: libibus-dev >= 1.2 + - depends: ibus >= 1.2 + - bump standards version to 3.8.2 + + -- LI Daobing Sat, 20 Jun 2009 23:42:07 +0800 + +ibus-m17n (1.1.0.20090211-1) unstable; urgency=low + + * initial release to Debian (closes: 521631) + * new upstream release. + - no longer depends on python. + * debian/control: + - build depends on libibus-dev. + - change maintainer's email. + - bump standards version to 3.8.1. + - remove swig, python-dev and python-support from build-depends. + * debian/rules: + - add "-Wl,--as-needed" to LDFLAGS. + - remove dh_pysupport. + + -- LI Daobing Thu, 23 Apr 2009 20:26:01 +0800 + +ibus-m17n (1.1.0.20090211-0ubuntu1) karmic; urgency=low + + * new upstream release (LP: #370212) + - no longer depends on python. + * debian/control: + - build depends on libibus-dev. + - change maintainer's email. + - bump standards version to 3.8.1. + - remove swig, python-dev and python-support from build-depends. + * debian/rules: + - add "-Wl,--as-needed" to LDFLAGS. + - remove dh_pysupport. + + -- LI Daobing Fri, 01 May 2009 14:27:55 +0800 + +ibus-m17n (0.1.1.20081013-0ubuntu1) jaunty; urgency=low + + * Initial release (LP: #312683) + + -- LI Daobing Wed, 31 Dec 2008 20:11:11 +0800 --- ibus-m17n-1.2.0.20091120.orig/debian/control +++ ibus-m17n-1.2.0.20091120/debian/control @@ -0,0 +1,19 @@ +Source: ibus-m17n +Section: utils +Priority: optional +Maintainer: LI Daobing +Build-Depends: debhelper (>= 7), autotools-dev, libm17n-dev, pkg-config, + libibus-dev (>= 1.2) +Standards-Version: 3.8.3 +Homepage: http://code.google.com/p/ibus +Vcs-Bzr: lp:~lidaobing/ibus/ibus-m17n +Vcs-Browser: https://code.launchpad.net/~lidaobing/ibus/ibus-m17n + +Package: ibus-m17n +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ibus (>= 1.2) +Description: m17n engine for IBus + IBus-m17n is a IM Engine for multiple languages, based on IBus. + . + IBus-m17n enables IBus to input many non-latin characters from the keyboard + using libm17n library. --- ibus-m17n-1.2.0.20091120.orig/debian/ibus-engine-m17n.1 +++ ibus-m17n-1.2.0.20091120/debian/ibus-engine-m17n.1 @@ -0,0 +1,29 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH IBUS-ENGINE-M17N "1" "December 2008" "ibus-engine-m17n" "User Commands" +.SH NAME +ibus-engine-m17n \- multiple language input engine based on ibus +.SH DESCRIPTION +\&ibus\-engine\-m17n [options] [engines] +.TP +this command should run from ibus, don't run it directly. +.TP +\fB\-h\fR, \fB\-\-help\fR +show this message. +.TP +\fB\-d\fR, \fB\-\-daemonize\fR +daemonize ibus engine +.TP +\fB\-l\fR, \fB\-\-list\fR +list all m17n input methods +.TP +\fB\-a\fR, \fB\-\-all\fR +enable all m17n input methods +.SS "example:" +.IP +\&./ibus\-engine\-m17n zh:py ja:trycode + +\&./ibus\-engine\-m17n zh:py,pinyin hi:inscript + +\&./ibus\-engine\-m17n \fB\-a\fR +.SH "SEE ALSO" +.BR ibus(1)