--- ibus-chewing-1.2.0.20090818.orig/debian/compat +++ ibus-chewing-1.2.0.20090818/debian/compat @@ -0,0 +1 @@ +7 --- ibus-chewing-1.2.0.20090818.orig/debian/watch +++ ibus-chewing-1.2.0.20090818/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://code.google.com/p/ibus/downloads/list \ +http://ibus.googlecode.com/files/ibus-chewing-([0-9].*)-Source\.tar\.gz --- ibus-chewing-1.2.0.20090818.orig/debian/control +++ ibus-chewing-1.2.0.20090818/debian/control @@ -0,0 +1,28 @@ +Source: ibus-chewing +Section: utils +Priority: optional +Maintainer: LI Daobing +Build-Depends: debhelper (>= 7), + cmake, + gob2, + pkg-config, + libchewing3-dev (>= 0.3.2), + libgconf2-dev, + libibus-dev (>= 1.2), + libgtk2.0-dev, + libx11-dev, + libxtst-dev +Standards-Version: 3.8.3 +Homepage: http://code.google.com/p/ibus +Vcs-Bzr: lp:~lidaobing/ibus/ibus-chewing +Vcs-Browser: https://code.launchpad.net/~lidaobing/ibus/ibus-chewing + +Package: ibus-chewing +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ibus (>= 1.2) +Description: chewing input 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-chewing is a IM Engine for Traditional Chinese, based on IBus. --- ibus-chewing-1.2.0.20090818.orig/debian/clean +++ ibus-chewing-1.2.0.20090818/debian/clean @@ -0,0 +1,12 @@ +CMakeCache.txt +CPackConfig.cmake +CPackSourceConfig.cmake +Makefile +cmake_install.cmake +cmake_uninstall.cmake +install_manifest.txt +SPECS/ibus-chewing.spec +po/Makefile +po/cmake_install.cmake +data/chewing.xml +data/ibus-chewing.schemas --- ibus-chewing-1.2.0.20090818.orig/debian/copyright +++ ibus-chewing-1.2.0.20090818/debian/copyright @@ -0,0 +1,43 @@ +This package was debianized by: + + LI Daobing on Wed, 31 Dec 2008 20:40:56 +0800 + +It was downloaded from: + + http://code.google.com/p/ibus/downloads/list + +Upstream Authors: + + Ding-Yi Chen + Huang Peng + +Copyright: + + Copyright © 2007-2008 Huang Peng + Copyright © 2009 Ding-Yi Chen + Copyright © 2009 Red Hat, Inc. + +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 © 2008, LI Daobing + +and is licensed under the GPL, see above. --- ibus-chewing-1.2.0.20090818.orig/debian/rules +++ ibus-chewing-1.2.0.20090818/debian/rules @@ -0,0 +1,28 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_SKIP_RPATH=ON -DLIBEXEC_DIR=/usr/lib/ibus-chewing . + dh build + touch $@ + +clean: + dh $@ + rm -rf bin po/CMakeFiles + +install: build install-stamp +install-stamp: + dh install --before dh_gconf + mkdir -p $(CURDIR)/debian/ibus-chewing/usr/lib/ibus-chewing/ + rm -rf $(CURDIR)/debian/ibus-chewing/usr/libexec/ + dh install --remaining + touch $@ + +binary-arch: install + dh $@ + +binary-indep: install + dh $@ + +binary: binary-arch binary-indep +.PHONY: build clean install binary-arch binary-indep binary --- ibus-chewing-1.2.0.20090818.orig/debian/docs +++ ibus-chewing-1.2.0.20090818/debian/docs @@ -0,0 +1,3 @@ +AUTHORS +NEWS +README --- ibus-chewing-1.2.0.20090818.orig/debian/changelog +++ ibus-chewing-1.2.0.20090818/debian/changelog @@ -0,0 +1,62 @@ +ibus-chewing (1.2.0.20090818-2) unstable; urgency=low + + [ Loïc Minier ] + * Bdep on libx11-dev per CMakeLists.txt. + * Use $@ where possible in rules to avoid repetitions. + * Add .PHONY. + * Clean more files with debian/clean but not bin and po/CMakeFiles as these + are dirs. + * Define -DLIBEXEC_DIR=/usr/lib/ibus-chewing when calling cmake instead of + mv-ing and sed-ing files. + + [ LI Daobing ] + * debian/control: update Vcs-* fields. + + -- LI Daobing Tue, 25 Aug 2009 19:49:24 +0800 + +ibus-chewing (1.2.0.20090818-1) unstable; urgency=low + + * new upstream release. + * debian/control: bump standards version to 3.8.3 + * debian/clean: remove data/ibus-chewing.schemas + + -- LI Daobing Mon, 24 Aug 2009 21:41:36 +0800 + +ibus-chewing (1.2.0.20090624-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 + * debian/clean: updated + * debian/rules: update clean rule. + + -- LI Daobing Fri, 26 Jun 2009 23:41:31 +0800 + +ibus-chewing (1.0.10.20090523-1) unstable; urgency=low + + * new upstream release. + * debian/rules: use "dh clean" + * debian/clean: added. + * debian/copyright: (C) -> © + + -- LI Daobing Sat, 30 May 2009 13:20:34 +0800 + +ibus-chewing (1.0.9.20090508-0ubuntu1) karmic; urgency=low + + * new upstream release (LP: #375505) + + -- LI Daobing Wed, 13 May 2009 21:52:49 +0800 + +ibus-chewing (1.0.8.20090428-0ubuntu1) karmic; urgency=low + + * Initial release (LP: #312694) + + -- LI Daobing Thu, 23 Apr 2009 20:08:05 +0800 + +ibus-chewing (1.0.7.20090414-1) unstable; urgency=low + + * Initial release (closes: #521629) + + -- LI Daobing Thu, 23 Apr 2009 20:08:05 +0800