debian/0000755000000000000000000000000012103216717007166 5ustar debian/watch0000644000000000000000000000015212103215625010212 0ustar version=3 http://code.google.com/p/libhangul/downloads/list .*/libhangul-(\d[\d.]*)\.(?:tar\.gz|tar\.bz2) debian/rules0000755000000000000000000000023312103215625010241 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 %: dh $@ --with autoreconf .PHONY: override_dh_strip override_dh_strip: dh_strip --dbg-package=libhangul1-dbg debian/libhangul-dev.install0000644000000000000000000000007712103215625013300 0ustar usr/include/* usr/lib/*/*.a usr/lib/*/*.so usr/lib/*/pkgconfig debian/libhangul1.lintian-overrides0000644000000000000000000000031512103215625014570 0ustar # False positive - libhangul just implements key input composition so it # never calls either of fortified or unfortified functions. libhangul1: hardening-no-fortify-functions usr/lib/*/libhangul.so.1.0.0 debian/libhangul1.install0000644000000000000000000000002112103215625012572 0ustar usr/lib/*/*.so.* debian/gbp.conf0000644000000000000000000000012012103215625010573 0ustar [DEFAULT] pristine-tar = True debian-branch = master upstream-branch = upstream debian/libhangul1.symbols0000644000000000000000000000471312103215625012630 0ustar libhangul.so.1 libhangul1 #MINVER# hangul_combination_combine@Base 0.1.0 hangul_ic_connect_transition@Base 0.1.0 hangul_ic_connect_translate@Base 0.1.0 hangul_is_combining_mark@Base 0.1.0 hangul_syllable_to_jaso@Base 0.1.0 hanja_compatibility_form@Base 0.1.0 hanja_unified_form@Base 0.1.0 hangul_choseong_to_jongseong@Base 0.1.0 hangul_combination_delete@Base 0.1.0 hangul_combination_new@Base 0.1.0 hangul_combination_set_data@Base 0.1.0 hangul_ic_backspace@Base 0.1.0 hangul_ic_connect_callback@Base 0.1.0 hangul_ic_delete@Base 0.1.0 hangul_ic_flush@Base 0.1.0 hangul_ic_get_commit_string@Base 0.1.0 hangul_ic_get_keyboard_id@Base 0.1.0 hangul_ic_get_keyboard_name@Base 0.1.0 hangul_ic_get_n_keyboards@Base 0.1.0 hangul_ic_get_preedit_string@Base 0.1.0 hangul_ic_has_choseong@Base 0.1.0 hangul_ic_has_jongseong@Base 0.1.0 hangul_ic_has_jungseong@Base 0.1.0 hangul_ic_is_empty@Base 0.1.0 hangul_ic_is_transliteration@Base 0.1.0 hangul_ic_new@Base 0.1.0 hangul_ic_process@Base 0.1.0 hangul_ic_reset@Base 0.1.0 hangul_ic_select_keyboard@Base 0.1.0 hangul_ic_set_combination@Base 0.1.0 hangul_ic_set_keyboard@Base 0.1.0 hangul_ic_set_output_mode@Base 0.1.0 hangul_is_choseong@Base 0.1.0 hangul_is_choseong_conjoinable@Base 0.1.0 hangul_is_cjamo@Base 0.1.0 hangul_is_jamo@Base 0.1.0 hangul_is_jongseong@Base 0.1.0 hangul_is_jongseong_conjoinable@Base 0.1.0 hangul_is_jungseong@Base 0.1.0 hangul_is_jungseong_conjoinable@Base 0.1.0 hangul_is_syllable@Base 0.1.0 hangul_jamo_to_cjamo@Base 0.1.0 hangul_jamo_to_syllable@Base 0.1.0 hangul_jamos_to_syllables@Base 0.1.0 hangul_jongseong_dicompose@Base 0.1.0 hangul_jongseong_get_diff@Base 0.1.0 hangul_jongseong_to_choseong@Base 0.1.0 hangul_keyboard_delete@Base 0.1.0 hangul_keyboard_new@Base 0.1.0 hangul_keyboard_set_type@Base 0.1.0 hangul_keyboard_set_value@Base 0.1.0 hangul_syllable_iterator_next@Base 0.1.0 hangul_syllable_iterator_prev@Base 0.1.0 hangul_syllable_len@Base 0.1.0 hangul_syllable_to_jamo@Base 0.1.0 hanja_get_comment@Base 0.1.0 hanja_get_key@Base 0.1.0 hanja_get_value@Base 0.1.0 hanja_list_delete@Base 0.1.0 hanja_list_get_key@Base 0.1.0 hanja_list_get_nth@Base 0.1.0 hanja_list_get_nth_comment@Base 0.1.0 hanja_list_get_nth_key@Base 0.1.0 hanja_list_get_nth_value@Base 0.1.0 hanja_list_get_size@Base 0.1.0 hanja_table_delete@Base 0.1.0 hanja_table_load@Base 0.1.0 hanja_table_match_exact@Base 0.1.0 hanja_table_match_prefix@Base 0.1.0 hanja_table_match_suffix@Base 0.1.0 debian/libhangul-data.install0000644000000000000000000000004712103215625013430 0ustar usr/share/libhangul usr/share/locale/* debian/changelog0000644000000000000000000001136412103215625011042 0ustar libhangul (0.1.0-3) unstable; urgency=low [ Changwoo Ryu ] * Multi-Arch: same on the -dev package * debian/copyright: Fix a typo * Add libhangul1.symbols for dpkg-gensymbols * Add Pre-Depends on multiarch-support * Add git-buildpackage config * Remove unneeded build dependency on quilt * Fix lintian warnings * Add lintian overrides for hardening-no-fortify-functions false-positive * Standards-Version: 3.9.4 -- Changwoo Ryu Sat, 02 Feb 2013 22:58:35 +0900 libhangul (0.1.0-2) unstable; urgency=low [ Changwoo Ryu ] * Correct debian/watch. The upstream moved to Google Code. * debian/copyright: - Use the copyright format 1.0 * Use debhelper 9 * Specify dh_makeshlibs --version-info version * Multiarch transition * Standard-Version: 3.9.3 -- Changwoo Ryu Sun, 20 May 2012 02:33:36 +0900 libhangul (0.1.0-1) unstable; urgency=low [ Changwoo Ryu ] * New upstream version * Renamed packages as libhangul1* -- Changwoo Ryu Sat, 22 Oct 2011 16:15:06 +0900 libhangul (0.0.12-4) unstable; urgency=low [ Changwoo Ryu ] * Rename libhangul0-data as libhangul-data, for easy transition to libhangul 0.1.x. * Exclude /usr/bin/hangul from generating debugging symbols -- Changwoo Ryu Fri, 21 Oct 2011 23:48:43 +0900 libhangul (0.0.12-3) unstable; urgency=low * Move the translation to libhangul0-data * Team maintained by Debian Korean L10N * Don't install the *.la file anymore (closes: #621617) * Standard-Version: 3.9.2 -- Changwoo Ryu Sat, 13 Aug 2011 02:27:34 +0900 libhangul (0.0.12-2) unstable; urgency=low * Rewrite debian/copyright as the DEP-5 format * Install Korean translation and /usr/bin/hangul -- Changwoo Ryu Thu, 27 Jan 2011 12:24:43 +0900 libhangul (0.0.12-1) unstable; urgency=low * New upstream release * Standard-Version: 3.9.1 -- Changwoo Ryu Sat, 08 Jan 2011 21:30:12 +0900 libhangul (0.0.11-2) unstable; urgency=low * Build-Depends on pkg-config and check (Closes: #589440) -- Changwoo Ryu Sun, 18 Jul 2010 08:30:37 +0900 libhangul (0.0.11-1) unstable; urgency=low * New upstream release * Fix debian/watch for the new KLDP.net site * Use source format 3.0 (quilt) * Standards-Version: 3.9.0 * Use debhelper7 and drop CDBS. -- Changwoo Ryu Sun, 18 Jul 2010 03:34:59 +0900 libhangul (0.0.10-1) unstable; urgency=low * New upstream release * Standards-Version: 3.8.3 * Change the Section of the -dbg package to debug -- Changwoo Ryu Sun, 01 Nov 2009 00:05:43 +0900 libhangul (0.0.9-1) unstable; urgency=low * New upstream release * Standard-Version: 3.8.0. * Remove obsolete /usr/bin/hanjac installation. * Add ${misc:Depends} on Depends for debhelper. * New binary package libhangul0-data, for arch independent data. -- Changwoo Ryu Mon, 22 Dec 2008 12:53:47 +0900 libhangul (0.0.8-3) unstable; urgency=low * Install the new binary Hanja dictionary (hanja.bin) instead of the source hanja.txt. * Install the Hanja dictionary converter (hanjac) to the dev package. -- Changwoo Ryu Wed, 23 Apr 2008 02:02:35 +0900 libhangul (0.0.8-2) unstable; urgency=low * Inserted a missing function declaration (Closes: #477183) -- Changwoo Ryu Tue, 22 Apr 2008 03:34:25 +0900 libhangul (0.0.8-1) unstable; urgency=low * New upstream release * Corrected libhangul0-dbg Depends. * Removed python-hangul, which was abandoned by the upstream. -- Changwoo Ryu Mon, 21 Apr 2008 15:32:45 +0900 libhangul (0.0.7-1) unstable; urgency=low * New upstream release (Closes: #440293) * New -dbg debugging symbols package. * New python-hangul python interface package. -- Changwoo Ryu Tue, 29 Jan 2008 19:05:53 +0900 libhangul (0.0.6-2) unstable; urgency=low * Standard-Version: 3.7.3. * Added Homepage: field and removed homepage URLs from the descriptions. * Added Vcs-Browser and Vcs-Git fields. * Removed examples from -dev. These "examples" are designed as test programs, not good as examples. -- Changwoo Ryu Tue, 29 Jan 2008 17:28:42 +0900 libhangul (0.0.6-1) unstable; urgency=low * New upstream release -- Changwoo Ryu Thu, 12 Jul 2007 16:02:51 +0900 libhangul (0.0.4-2) unstable; urgency=low * Initial release revised (Closes: #406703) * Put additional license info in debian/copyright. -- Changwoo Ryu Sun, 11 Feb 2007 14:42:43 +0900 libhangul (0.0.4-1) unstable; urgency=low * Initial release (Closes: #406703) -- Changwoo Ryu Sat, 6 Jan 2007 17:54:23 +0900 debian/control0000644000000000000000000000447312103215625010576 0ustar Source: libhangul Section: libs Priority: optional Maintainer: Debian Korean L10N Uploaders: Changwoo Ryu Homepage: http://kldp.net/projects/hangul Vcs-Browser: http://git.debian.org/?p=l10n-korean/libhangul.git Vcs-Git: git://git.debian.org/git/l10n-korean/libhangul.git Standards-Version: 3.9.4 Build-Depends: autopoint, check (>= 0.9.8), debhelper (>= 9~), autotools-dev, dh-autoreconf, pkg-config, Package: libhangul1 Architecture: any Pre-Depends: multiarch-support, ${misc:Pre-Depends} Depends: libhangul-data (>= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Multi-Arch: same Description: Hangul keyboard input library - runtime This library implements Hangul keyboard input with various types of Korean keyboards. It is intended to be a base library of Korean input methods on multiple platforms. . This package contains the shared library and the runtime data. Package: libhangul-data Architecture: all Depends: ${misc:Depends} Replaces: libhangul0-data Conflicts: libhangul0-data Multi-Arch: foreign Description: Hangul keyboard input library - data This library implements Hangul keyboard input with various types of Korean keyboards. It is intended to be a base library of Korean input methods on multiple platforms. . This package contains the architecture independent data. Package: libhangul1-dbg Section: debug Priority: extra Architecture: any Depends: libhangul1 (= ${binary:Version}), ${misc:Depends} Multi-Arch: same Description: Hangul keyboard input library - debugging symbols This library implements Hangul keyboard input with various types of Korean keyboards. It is intended to be a base library of Korean input methods on multiple platforms. . This package contains the debugging symbols. Most people will not need this package. Package: libhangul-dev Section: libdevel Architecture: any Depends: libhangul1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Multi-Arch: same Description: Hangul keyboard input library - development files This library implements Hangul keyboard input with various types of Korean keyboards. It is intended to be a base library of Korean input methods on multiple platforms. . This package contains the header files and the static library. debian/compat0000644000000000000000000000000212103215625010361 0ustar 9 debian/source/0000755000000000000000000000000012103215625010463 5ustar debian/source/format0000644000000000000000000000001412103215625011671 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000371512103215625011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: libhangul Upstream-Contact: http://code.google.com/p/libhangul/ Source: http://code.google.com/p/libhangul/downloads/list Files: * Copyright: 2004-2010 Choe Hwanjin License: LGPL-2.1+ See /usr/share/common-licenses/LGPL-2.1 for the full license. Files: data/hanja/hanja.txt Copyright: 2005-2006 Choe Hwanjin License: BSD-3 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the author nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* Copyright: 2008-2012 Changwoo Ryu License: GPL-2+ See /usr/share/common-licenses/GPL-2 for the full license. debian/docs0000644000000000000000000000001412103215625010031 0ustar NEWS README