debian/0000755000000000000000000000000012262344474007176 5ustar debian/rules0000755000000000000000000000054112262344463010254 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 %: dh $@ --with autoreconf PACKAGE = $(firstword $(shell dh_listpackages)) TMP = $(CURDIR)/debian/$(PACKAGE) override_dh_makeshlibs: dh_makeshlibs -Xlibqimhangul.so override_dh_auto_install: dh_auto_install # *.la file is not required for QT modules find $(CURDIR)/debian/tmp -name *.la -exec rm \{} \; debian/watch0000644000000000000000000000015212262344463010223 0ustar version=3 http://code.google.com/p/qimhangul/downloads/list .*/qimhangul-(\d[\d.]*)\.(?:tar\.gz|tar\.bz2) debian/qimhangul-qt4.install0000644000000000000000000000001012262344463013246 0ustar usr/lib debian/compat0000644000000000000000000000000212262344463010372 0ustar 9 debian/changelog0000644000000000000000000000335112262344463011050 0ustar qimhangul (0.2.0-5) unstable; urgency=low * Correct license in debian/copyright (Closes: #734269) -- Changwoo Ryu Mon, 06 Jan 2014 06:04:32 +0900 qimhangul (0.2.0-4) unstable; urgency=low * Add new qimhangul-common binary package for config (Closes: #706167) * Standards-Version: 3.9.5 * Correct Vcs fields URL to fix lintian errors -- Changwoo Ryu Sun, 05 Jan 2014 03:46:48 +0900 qimhangul (0.2.0-3) unstable; urgency=low * debian/copyright: Fix format * Remove unneeded build-dependency on quilt * Standards-Version: 3.9.4 * Use autoreconf -- Changwoo Ryu Sun, 03 Feb 2013 03:01:04 +0900 qimhangul (0.2.0-2) unstable; urgency=low * debian/watch - Use the new upstream site in Google Code * debian/copyright - Use the copyright format 1.0 * Use debhelper 9 * Multiarch transition * Standard-Version: 3.9.3 -- Changwoo Ryu Sun, 20 May 2012 04:58:02 +0900 qimhangul (0.2.0-1) unstable; urgency=low * New upstream release - This version is only for QT4 (Closes: #604376) * Requires libhangul-dev (>= 0.0.5) to build. * Standard-Version: 3.9.2 * Fix debian/watch for the new KLDP.net site * Team maintained by Debian Korean L10N * Use source format 3.0 (quilt) * Drop CDBS and use debhelper 7 -- Changwoo Ryu Wed, 13 Jul 2011 04:57:12 +0900 qimhangul (0.1.2-1) unstable; urgency=low * New upstream release -- Changwoo Ryu Mon, 21 Apr 2008 15:55:25 +0900 qimhangul (0.1.1-1) unstable; urgency=low * Initial release (Closes: #471433) * Applied patch for libhangul >= 0.0.4 support from the upstream. -- Changwoo Ryu Sat, 22 Mar 2008 22:58:27 +0900 debian/qimhangul-common.prerm0000644000000000000000000000046412262344463013522 0ustar #! /bin/sh set -e case "$1" in remove|upgrade|deconfigure) update-alternatives --remove xinput-ko_KR /etc/X11/xinit/xinput.d/qimhangul ;; failed-upgrade) ;; *) echo "prerm called with unknown argument \`$1'" >&2 exit 1 ;; esac #DEBHELPER# exit 0 debian/control0000644000000000000000000000250712262344463010603 0ustar Source: qimhangul Section: utils Priority: optional Maintainer: Debian Korean L10N Uploaders: Changwoo Ryu Homepage: http://kldp.net/projects/qimhangul Vcs-Browser: http://anonscm.debian.org/gitweb/?p=l10n-korean/qimhangul.git Vcs-Git: git://anonscm.debian.org/l10n-korean/qimhangul.git Build-Depends: autotools-dev, debhelper (>= 9), dh-autoreconf, libhangul-dev (>= 0.0.12), libqt4-dev, libx11-dev, pkg-config, Standards-Version: 3.9.5 Package: qimhangul-common Architecture: all Depends: ${misc:Depends} Recommends: qimhangul-qt4 (>= 0.2.0-4) Breaks: qimhangul-qt4 (<< 0.2.0-4) Multi-Arch: foreign Description: Hangul input method module for Qt - common files Qimhangul is a Korean Hangul input method module for Qt GUI library. This supports three types of Korean keyboards widely used in South Korea. . This package includes common configuration files. Package: qimhangul-qt4 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, qimhangul-common, Multi-Arch: same Description: Hangul input method module for Qt Qimhangul is a Korean Hangul input method module for Qt GUI library. This supports three types of Korean keyboards widely used in South Korea. . This package is built for Qt version 4. debian/qimhangul-common.install0000644000000000000000000000006212262344463014035 0ustar debian/xinput.d/qimhangul etc/X11/xinit/xinput.d/ debian/gbp.conf0000644000000000000000000000012012262344463010604 0ustar [DEFAULT] pristine-tar = True debian-branch = master upstream-branch = upstream debian/qimhangul-common.postinst0000644000000000000000000000057212262344463014260 0ustar #! /bin/sh set -e PRIORITY=50 case "$1" in configure) update-alternatives \ --install /etc/X11/xinit/xinput.d/ko_KR xinput-ko_KR \ /etc/X11/xinit/xinput.d/qimhangul $PRIORITY ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 1 ;; esac #DEBHELPER# exit 0 debian/xinput.d/0000755000000000000000000000000012262344463010745 5ustar debian/xinput.d/qimhangul0000644000000000000000000000002512262344463012652 0ustar QT_IM_MODULE=hangul2 debian/copyright0000644000000000000000000000326512262344463011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: qimhangul Upstream-Contact: http://code.google.com/p/qimhangul/ Source: http://code.google.com/p/qimhangul/downloads/list Files: * Copyright: 2004-2010 Choe Hwanjin 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 program. If not, see . . See /usr/share/common-licenses/GPL-2 for the full license. Files: debian/* Copyright: 2008-2014 Changwoo Ryu License: LGPL-2.1+ 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, see . . See /usr/share/common-licenses/GPL-2 for the full license. debian/qimhangul-qt4.maintscript0000644000000000000000000000011112262344463014137 0ustar rm_conffile /etc/X11/xinit/xinput.d/qimhangul-qt4 0.2.0-4~ qimhangul-qt4 debian/source/0000755000000000000000000000000012262344463010474 5ustar debian/source/format0000644000000000000000000000001412262344463011702 0ustar 3.0 (quilt)