--- ibus-skk-1.3.6.orig/debian/copyright +++ ibus-skk-1.3.6/debian/copyright @@ -0,0 +1,39 @@ +This work was packaged for Debian by: + + Daiki Ueno on Wed, 23 Dec 2009 11:46:22 +0900 + +It was downloaded from + +Upstream Author(s): + + Huang Peng + Daiki Ueno + +Copyright: + + Copyright (C) 2007-2008 Huang Peng + Copyright (C) 2009 Daiki Ueno + +License: + +This project is distributed under the GNU General Public License +version 2 (or later version) except the following files, which are +distributed under the GNU Lesser General Public License version 2 (or +later version). + + engine/ibus-engine-skk.in + icons/Makefile.am + icons/Makefile.in + +On Debian systems, the complete text of the GNU General Public License +version 2 and the GNU Lesser General Public License version 2 can be +found in `/usr/share/common-licenses/GPL-2' and +`/usr/share/common-licenses/LGPL-2' respectively. + +The Debian packaging is: + + Copyright (C) 2009 Daiki Ueno + +based on the work on the ibus-anthy package by LI Daobing (it is +licensed under the GNU General Public Licensed version 2 or later), +and is licensed under the same license. --- ibus-skk-1.3.6.orig/debian/control +++ ibus-skk-1.3.6/debian/control @@ -0,0 +1,19 @@ +Source: ibus-skk +Section: utils +Priority: optional +Maintainer: IME Packaging Team +Build-Depends: debhelper (>= 7), autotools-dev, pkg-config, python-support, intltool +Standards-Version: 3.9.1 +Homepage: http://github.com/ueno/ibus-skk +DM-Upload-Allowed: yes + +Package: ibus-skk +Architecture: all +Depends: ${python:Depends}, ${misc:Depends}, ibus (>= 1.2), skkdic | skkserv +XB-Python-Version: ${python:Versions} +Description: SKK engine for IBus + IBus is an Intelligent Input Bus. It is a new input framework for Linux + OS. It provides full featured and user friendly input method user interface. + It also may help developers to develop input method easily. + . + IBus-SKK is an input method (IM) for Japanese, based on IBus. --- ibus-skk-1.3.6.orig/debian/compat +++ ibus-skk-1.3.6/debian/compat @@ -0,0 +1 @@ +7 --- ibus-skk-1.3.6.orig/debian/changelog +++ ibus-skk-1.3.6/debian/changelog @@ -0,0 +1,90 @@ +ibus-skk (1.3.6-1) unstable; urgency=low + + * New upstream release. + * Change Maintainer: to IME Packaging Team. + + -- Daiki Ueno Fri, 13 May 2011 15:25:17 +0900 + +ibus-skk (1.3.5-1) unstable; urgency=low + + * New upstream release. + + -- Daiki Ueno Sat, 18 Dec 2010 18:22:05 +0900 + +ibus-skk (1.3.4-1) unstable; urgency=low + + * New upstream release (Closes: #605173) + + -- Daiki Ueno Tue, 30 Nov 2010 09:51:25 +0900 + +ibus-skk (1.3.3-1) unstable; urgency=low + + * New upstream release. + + -- Daiki Ueno Mon, 08 Nov 2010 20:32:16 +0900 + +ibus-skk (1.3.2-1) unstable; urgency=low + + * New upstream release. + + -- Daiki Ueno Tue, 12 Oct 2010 20:36:02 +0900 + +ibus-skk (1.3.1-1) unstable; urgency=low + + * New upstream release. + + -- Daiki Ueno Mon, 11 Oct 2010 13:02:32 +0900 + +ibus-skk (1.0.0-1) unstable; urgency=low + + * New upstream release. + + -- Daiki Ueno Sun, 29 Aug 2010 14:25:59 +0900 + +ibus-skk (0.0.10-1) unstable; urgency=low + + * New upstream release (Closes: #590188, #590191, #591052) + * Bump Standards-Version to 3.9.1. + + -- Daiki Ueno Tue, 03 Aug 2010 06:06:58 +0900 + +ibus-skk (0.0.9-1) unstable; urgency=low + + * New upstream release (Closes: #583784) + * Add debian/source/format. + + -- Daiki Ueno Tue, 29 Jun 2010 05:58:19 +0900 + +ibus-skk (0.0.8-1) unstable; urgency=low + + * New upstream release. + * Fix debian/watch entry. + + -- Daiki Ueno Sun, 23 May 2010 16:57:40 +0900 + +ibus-skk (0.0.7-1) unstable; urgency=low + + * New upstream release. + * Bump Standards-Version to 3.8.4. + + -- Daiki Ueno Sat, 08 May 2010 14:18:03 +0900 + +ibus-skk (0.0.6-1) unstable; urgency=low + + * New upstream release (Closes: #580231) + + -- Daiki Ueno Sat, 08 May 2010 08:20:40 +0900 + +ibus-skk (0.0.4-1) unstable; urgency=low + + * New upstream release. + * Fix debian/watch entry to extract the cloud.github.com URL from the + download page. + + -- Daiki Ueno Sun, 24 Jan 2010 10:43:15 +0900 + +ibus-skk (0.0.2-1) unstable; urgency=low + + * Initial release (Closes: #562137) + + -- Daiki Ueno Wed, 23 Dec 2009 11:46:22 +0900 --- ibus-skk-1.3.6.orig/debian/rules +++ ibus-skk-1.3.6/debian/rules @@ -0,0 +1,59 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# This has to be exported to make some magic below work. +export DH_OPTIONS + +config.status: + dh_testdir + cp -f /usr/share/misc/config.sub config.sub + cp -f /usr/share/misc/config.guess config.guess + dh_auto_configure + +build: build-stamp +build-stamp: config.status + dh_testdir + cd po; intltool-update --pot + touch $@ + +clean: + dh_testdir + dh_testroot + [ ! -f Makefile ] || $(MAKE) distclean + rm -f config.sub config.guess + rm -f po/*.gmo + dh_clean build-stamp + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + $(MAKE) DESTDIR=$(CURDIR)/debian/ibus-skk install + +binary-indep: install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs AUTHORS README + dh_installexamples + dh_pysupport /usr/share/ibus-skk + dh_installman + dh_lintian + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: install + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- ibus-skk-1.3.6.orig/debian/watch +++ ibus-skk-1.3.6/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://github.com/ueno/ibus-skk/downloads \ +/downloads/ueno/ibus-skk/ibus-skk-(.*).tar.gz --- ibus-skk-1.3.6.orig/debian/source/format +++ ibus-skk-1.3.6/debian/source/format @@ -0,0 +1 @@ +1.0