--- iok-1.3.9.orig/debian/copyright +++ iok-1.3.9/debian/copyright @@ -0,0 +1,59 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Name: IOK +Maintainer: Suji A +Source: https://fedorahosted.org/iok/ + +Copyright: 2008 Parag Nemade +License: GPL-2+ + +Files: debian/* +Copyright: 2009, Suji A +License: GPL-2+ + +Files: src/keyevent.c +Copyright: 2007 Michael Levin +License: GPL-2+ + +Files: po/ca.po +Copyright: 2009 Free Software Foundation +License: GPL-2+ + +Files: po/de.po , po/de_CH.po +Copyright: 2008 iok +License: GPL-2+ + +Files: po/it.po +Copyright: 2009 Red Hat, Inc. +License: GPL-2+ + +Files: po/ja.po +Copyright: 2009 iok +License: GPL-2+ + +Files: po/zh_CN.po +Copyright: 2008 iok +License: GPL-2+ + +License: GPL-2+ + 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 2 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 package; if not, write to the Free + Software Foundation, Inc., 51 Franklin St, Fifth Floor, + Boston, MA 02110-1301 USA + . + On Debian systems, the full text of the GNU General Public + License version 2 can be found in the file + `/usr/share/common-licenses/GPL-2'. + + --- iok-1.3.9.orig/debian/control +++ iok-1.3.9/debian/control @@ -0,0 +1,21 @@ +Source: iok +Section: utils +Priority: extra +Maintainer: Ubuntu Developers +Build-Depends: debhelper (>= 7), autotools-dev, intltool, desktop-file-utils, libxtst-dev, gettext, libxml2-dev, pkg-config, libgtk2.0-dev, libunique-dev (>= 1.0.8) +Standards-Version: 3.8.3 +Homepage: https://fedorahosted.org/iok/ + +Package: iok +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: It currently shows Inscript keymaps for 12 Indian languages + The languages are - Assamese, Bengali, Gujarati, Hindi, Kannada, Marathi, + Malayalam, Punjabi, Oriya, Sindhi, Tamil, Telugu. + Using drop down menu you can select any of above supported Indian language. + Drop down menu listing depends on available inscript keymaps + at location /usr/share/m17n/. You can then start directly clicking on keys + appearing in iok graphical interface. It will not only show + you keyvalues(characters) for English keys on your QWERTY keyboard from + selected inscript keymap but also allows you to send those characters to + currently active window. --- iok-1.3.9.orig/debian/compat +++ iok-1.3.9/debian/compat @@ -0,0 +1 @@ +7 --- iok-1.3.9.orig/debian/watch +++ iok-1.3.9/debian/watch @@ -0,0 +1,7 @@ +version=3 + +http://fedorahosted.org/releases/i/o/iok/iok-(.*)\.tar\.gz + +http://sf.net/iok/iok-(.*)\.tar\.gz + + --- iok-1.3.9.orig/debian/changelog +++ iok-1.3.9/debian/changelog @@ -0,0 +1,5 @@ +iok (1.3.9-0ubuntu1) lucid; urgency=low + + * Initial release (LP: #505761) + + -- Suji A Tue, 09 Feb 2010 13:08:07 +0530 --- iok-1.3.9.orig/debian/rules +++ iok-1.3.9/debian/rules @@ -0,0 +1,80 @@ +#!/usr/bin/make -f + +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 + +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 $(CROSS) --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 + $ find $(CURDIR)/po/ -type d -empty -delete + $ find $(CURDIR)/debian/ -type d -empty -delete + + + [ ! -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/iok install + + + +binary-indep: install + +binary-arch: install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples + dh_installman + 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 --- iok-1.3.9.orig/debian/docs +++ iok-1.3.9/debian/docs @@ -0,0 +1,2 @@ +NEWS +README