--- ibus-table-extraphrase-1.2.0.20100305.orig/debian/watch
+++ ibus-table-extraphrase-1.2.0.20100305/debian/watch
@@ -0,0 +1,3 @@
+version=3
+http://code.google.com/p/ibus/downloads/list \
+http://ibus.googlecode.com/files/ibus-table-extraphrase-([0-9].*)\.tar\.gz
--- ibus-table-extraphrase-1.2.0.20100305.orig/debian/copyright
+++ ibus-table-extraphrase-1.2.0.20100305/debian/copyright
@@ -0,0 +1,33 @@
+This package was debianized by LI Daobing <lidaobing@gmail.com> on
+Sat Nov 8 17:32:45 CST 2008.
+
+It was downloaded from <http://code.google.com/p/ibus/>
+
+Upstream Author:
+
+ Yu Yuwei <acevery@gmail.com>
+
+Copyright:
+
+ Copyright (C) 2007-2008 Yu Yuwei
+
+License:
+
+ 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, see <http://www.gnu.org/licenses/>.
+
+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 (C) 2008-2009, LI Daobing <lidaobing@gmail.com> and
+is licensed under the LGPL, see `/usr/share/common-licenses/LGPL'.
--- ibus-table-extraphrase-1.2.0.20100305.orig/debian/rules
+++ ibus-table-extraphrase-1.2.0.20100305/debian/rules
@@ -0,0 +1,76 @@
+#!/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)
+
+
+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
+ ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
+
+
+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
+
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_prep
+ dh_installdirs
+ $(MAKE) DESTDIR=$(CURDIR)/debian/ibus-table-extraphrase install
+
+
+binary-arch: build install
+
+binary-indep: build install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs
+ dh_installdocs
+ dh_installexamples
+ dh_installman
+ dh_lintian
+ 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-table-extraphrase-1.2.0.20100305.orig/debian/compat
+++ ibus-table-extraphrase-1.2.0.20100305/debian/compat
@@ -0,0 +1 @@
+7
--- ibus-table-extraphrase-1.2.0.20100305.orig/debian/docs
+++ ibus-table-extraphrase-1.2.0.20100305/debian/docs
@@ -0,0 +1,3 @@
+AUTHORS
+NEWS
+README
--- ibus-table-extraphrase-1.2.0.20100305.orig/debian/changelog
+++ ibus-table-extraphrase-1.2.0.20100305/debian/changelog
@@ -0,0 +1,13 @@
+ibus-table-extraphrase (1.2.0.20100305-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/control: bump standards version to 3.8.4.
+ * debian/source/format: 1.0.
+
+ -- LI Daobing <lidaobing@debian.org> Wed, 24 Mar 2010 21:32:14 +0800
+
+ibus-table-extraphrase (1.1.0.20090415-1) unstable; urgency=low
+
+ * initial release (closes: #521632)
+
+ -- LI Daobing <lidaobing@debian.org> Thu, 23 Apr 2009 20:40:05 +0800
--- ibus-table-extraphrase-1.2.0.20100305.orig/debian/control
+++ ibus-table-extraphrase-1.2.0.20100305/debian/control
@@ -0,0 +1,19 @@
+Source: ibus-table-extraphrase
+Section: utils
+Priority: optional
+Maintainer: LI Daobing <lidaobing@debian.org>
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: autotools-dev, ibus-table (>= 1.1.0), pkg-config
+Standards-Version: 3.8.4
+Homepage: http://code.google.com/p/ibus
+Vcs-Browser: https://code.launchpad.net/~lidaobing/+junk/ibus-table-extraphrase
+Vcs-Bzr: lp:~lidaobing/+junk/ibus-table-extraphrase
+
+Package: ibus-table-extraphrase
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Extra phrase for table engine of ibus
+ IBus-Table is the IM Engine framework for table-based input methods, such as
+ WuBi, ErBi, Cangjie and so on.
+ .
+ This package provide extra phrase for table engine of ibus.
--- ibus-table-extraphrase-1.2.0.20100305.orig/debian/source/format
+++ ibus-table-extraphrase-1.2.0.20100305/debian/source/format
@@ -0,0 +1 @@
+1.0