--- libkmfl-0.9.8.orig/debian/compat +++ libkmfl-0.9.8/debian/compat @@ -0,0 +1 @@ +4 --- libkmfl-0.9.8.orig/debian/rules +++ libkmfl-0.9.8/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f +# -*- mode: makefile; coding: utf-8 -*- +# Copyright © 2005 Doug Rintoul + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + +DEB_SHLIBDEPS_INCLUDE := debian/libkmfl0/usr/lib/ +DEB_DH_INSTALL_SOURCEDIR := debian/tmp --- libkmfl-0.9.8.orig/debian/changelog +++ libkmfl-0.9.8/debian/changelog @@ -0,0 +1,59 @@ +libkmfl (0.9.8-1) unstable; urgency=low + + * add support for the notany key. + * Keyman version 7 support + + -- Doug Rintoul Mon, 26 Jan 2009 15:59:54 -0800 + +lilibkmfl (0.9.7-1) unstable; urgency=low + + * Commit a complete string in one go instead of a single character at a time + + -- Doug Rintoul Thu, 16 Oct 2008 16:51:57 -0700 + +libkmfl (0.9.6-1) unstable; urgency=low + + * add support for get_surrounding_text to provide context sensitive input + methods + * add the ability to reload keyboards on the fly + + -- Doug Rintoul Tue, 7 Nov 2006 15:08:24 -0800 + +libkmfl (0.9.3-1) unstable; urgency=low + + * Fix some packaging issues + + -- Daniel Glassey Sat, 4 Mar 2006 10:58:37 +0000 + +libkmfl (0.9.2-1) unstable; urgency=low + + * Replace UTF Conversion library with a GPLed implementation + * fix any/index bug + + -- Doug Rintoul Thu, 02 Mar 2006 11:10:00 +0800 + +libkmfl (0.9.1-1) unstable; urgency=low + + * further fix for the shift key problem + * AMD64 fixes + + -- Doug Rintoul Wed, 12 Oct 2005 09:45:00 +0800 + +libkmfl (0.9-1) unstable; urgency=low + + * fix shift key problem + + -- Doug Rintoul Tue, 30 Aug 2005 11:20:00 +0800 + +libkmfl (0.8-1) unstable; urgency=low + + * Add full virtual key support + + -- Doug Rintoul Mon, 04 Jul 2005 11:20:00 +0800 + + +libkmfl (0.7-1) unstable; urgency=low + + * first debian release + + -- Doug Rintoul Mon, 21 Jun 2005 19:57:17 +0800 --- libkmfl-0.9.8.orig/debian/control +++ libkmfl-0.9.8/debian/control @@ -0,0 +1,22 @@ +Source: libkmfl +Priority: optional +Section: libs +Maintainer: Doug Rintoul +Uploaders: Torsten Werner +Build-Depends: cdbs (>= 0.4.27), debhelper (>= 4.1.0), libkmflcomp-dev +Standards-Version: 3.8.0 + +Package: libkmfl-dev +Section: libdevel +Architecture: any +Depends: libkmfl0 (= ${binary:Version}), ${misc:Depends} +Description: A Library for providing Keyman(C) services to Linux - development + This package contains the header and development files needed to build + programs and packages using libkmfl. + +Package: libkmfl0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: A Library for providing Keyman(C) services to Linux - runtime + This package contains the runtime part of libkmfl. --- libkmfl-0.9.8.orig/debian/libkmfl0.install +++ libkmfl-0.9.8/debian/libkmfl0.install @@ -0,0 +1 @@ +usr/lib/lib*.so.* --- libkmfl-0.9.8.orig/debian/libkmfl-dev.install +++ libkmfl-0.9.8/debian/libkmfl-dev.install @@ -0,0 +1,4 @@ +usr/include/* +usr/lib/lib*.a +usr/lib/lib*.so +usr/lib/*.la --- libkmfl-0.9.8.orig/debian/copyright +++ libkmfl-0.9.8/debian/copyright @@ -0,0 +1,28 @@ +This package was debianized by Doug Rintoul on +Mon, 6 Jun 2005 11:53:56 -0700. + +It was downloaded from sourceforge.net/projects/kmfl + +Upstream Authors: John M. Durdin Doug Rintoul + +Copyright: 2004-2008 by SIL Intl + +License: + + 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 program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + + +The Debian packaging is (C) 2008, Doug Rintoul +and is licensed under the GPL-2, see `/usr/share/common-licenses/GPL-2'.