--- ibus-skk-0.0.7.orig/debian/copyright +++ ibus-skk-0.0.7/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-0.0.7.orig/debian/control +++ ibus-skk-0.0.7/debian/control @@ -0,0 +1,19 @@ +Source: ibus-skk +Section: utils +Priority: optional +Maintainer: Daiki Ueno +Build-Depends: debhelper (>= 7), autotools-dev, pkg-config, python-support, intltool +Standards-Version: 3.8.4 +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-0.0.7.orig/debian/compat +++ ibus-skk-0.0.7/debian/compat @@ -0,0 +1 @@ +7 --- ibus-skk-0.0.7.orig/debian/changelog +++ ibus-skk-0.0.7/debian/changelog @@ -0,0 +1,26 @@ +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-0.0.7.orig/debian/rules +++ ibus-skk-0.0.7/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-0.0.7.orig/debian/watch +++ ibus-skk-0.0.7/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://github.com/ueno/ibus-skk/downloads \ +http://cloud.github.com/downloads/ueno/ibus-skk/ibus-skk-(.*).tar.gz