debian/0000775000000000000000000000000012175350566007202 5ustar debian/compat0000664000000000000000000000000212175350566010400 0ustar 7 debian/watch0000664000000000000000000000015512175350566010234 0ustar version=3 http://code.google.com/p/ibus-unikey/downloads/list?can=1 .*/ibus-unikey-(\d[\d\.]*)\.(?:tar\.gz) debian/control0000664000000000000000000000140312175350566010603 0ustar Source: ibus-unikey Section: utils Priority: extra Maintainer: Lê Quốc Tuấn Build-Depends: debhelper (>= 7), autotools-dev, pkg-config, intltool, libibus-1.0-dev, libx11-dev, libgtk2.0-dev Standards-Version: 3.9.3 Homepage: http://ibus-unikey.googlecode.com/ Package: ibus-unikey Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ibus (>= 1.3.99) Description: Vietnamese Input Method Engine for IBus using Unikey Engine 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-Unikey is a Vietnamese input method for Ibus Use Unikey engine to process keyevent debian/source/0000775000000000000000000000000012175350566010502 5ustar debian/source/format0000664000000000000000000000001412175350566011710 0ustar 3.0 (quilt) debian/docs0000664000000000000000000000001412175350566010050 0ustar NEWS README debian/rules0000775000000000000000000000421612175350566010265 0ustar #!/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-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: config.status dh_testdir # Add here commands to compile the package. $(MAKE) #docbook-to-man debian/ibus-unikey.sgml > ibus-unikey.1 touch $@ clean: dh_testdir dh_testroot rm -f build-stamp # Add here commands to clean up after the build process. [ ! -f Makefile ] || $(MAKE) distclean rm -f config.sub config.guess dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs # Add here commands to install the package into debian/ibus-unikey. $(MAKE) DESTDIR=$(CURDIR)/debian/ibus-unikey install binary-indep: install binary-arch: install dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs 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 debian/changelog0000664000000000000000000000271512175350566011061 0ustar ibus-unikey (0.6.1-1build2) saucy; urgency=low * No-change rebuild against ibus 1.5 -- Jeremy Bicha Sun, 28 Jul 2013 22:20:25 -0400 ibus-unikey (0.6.1-1build1) quantal; urgency=low * Rebuild for new armel compiler default of ARMv5t. -- Colin Watson Wed, 03 Oct 2012 09:26:28 +0100 ibus-unikey (0.6.1-1) unstable; urgency=low * New upstream release (Closes: #661619). -- Lê Quốc Tuấn Wed, 29 Feb 2012 14:53:19 +0700 ibus-unikey (0.6.0-1) unstable; urgency=low * New upstream release -- Lê Quốc Tuấn Mon, 26 Sep 2011 18:22:05 +0700 ibus-unikey (0.5-2) unstable; urgency=low * debian/patches/crash-when-edit-macrotable.patch: fix bug crash when edit macro table (Closes: #597292). * debian/patches/macro-on-but-cant-use.patch: enable macro but can't use * debian/patches/check-setup-to-reload-config.patch: improve config * debian/control: bump standards version to 3.9.1. -- Lê Quốc Tuấn Sat, 18 Sep 2010 23:34:41 +0700 ibus-unikey (0.5-1) unstable; urgency=low * New upstream release (Closes: #579889). * Switch to dpkg-source 3.0 (quilt) format -- Lê Quốc Tuấn Mon, 14 Jun 2010 15:59:17 +0700 ibus-unikey (0.3+debian-1) unstable; urgency=low * Initial release (Closes: #558210). -- Lê Quốc Tuấn Fri, 27 Nov 2009 08:54:00 +0700 debian/copyright0000664000000000000000000000275712175350566011150 0ustar This package was debianized by Lê Quốc Tuấn on Wed, 25 Nov 2009 14:54:55 +0700 It was downloaded from http://ibus-unikey.googlecode.com/files/ibus-unikey-0.6.1.tar.gz Upstream Author Lê Quốc Tuấn Copyright Copyright (C) 2008-2012 Lê Quốc Tuấn License: * ibus-unikey main source and setup module: GPL 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 . On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. * ukengine: main code in LGPL and others in GPL Copyright (C) 2000-2005 Pham Kim Long On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL'.