imhangul-common-2/0000755000000000000000000000000012103211312011157 5ustar imhangul-common-2/debian/0000755000000000000000000000000012103211312012401 5ustar imhangul-common-2/debian/imhangul-common.prerm0000644000000000000000000000047612103211312016551 0ustar #!/bin/sh set -e case "$1" in remove|upgrade|deconfigure) update-alternatives --remove xinput-ko_KR \ /etc/X11/xinit/xinput.d/imhangul ;; failed-upgrade) ;; *) echo "prerm called with unknown argument \`$1'" >&2 exit 1 ;; esac #DEBHELPER# exit 0 imhangul-common-2/debian/rules0000755000000000000000000000006412103211312013461 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 %: dh $@ imhangul-common-2/debian/xinput.d/0000755000000000000000000000000012103211312014152 5ustar imhangul-common-2/debian/xinput.d/imhangul0000644000000000000000000000002612103211312015677 0ustar GTK_IM_MODULE=hangul2 imhangul-common-2/debian/gbp.conf0000644000000000000000000000003712103211312014020 0ustar [DEFAULT] pristine-tar = False imhangul-common-2/debian/changelog0000644000000000000000000000124212103211312014252 0ustar imhangul-common (2) unstable; urgency=low [ Changwoo Ryu ] * Standards-Version: 3.9.4 * Use the copyright format 1.0 * Use debhelper 9 * Improve package description -- Changwoo Ryu Sat, 02 Feb 2013 22:20:57 +0900 imhangul-common (1+nmu1) unstable; urgency=low * Non-maintainer upload. * Adjusted dependency to im-config and im-switch and updated hook scripts. Closes: #651075 -- Osamu Aoki Tue, 06 Dec 2011 22:24:14 +0900 imhangul-common (1) unstable; urgency=low [ Changwoo Ryu ] * Initial release. for imhangul-gtk{2,3} packages -- Changwoo Ryu Thu, 24 Mar 2011 22:17:29 +0900 imhangul-common-2/debian/imhangul-common.install0000644000000000000000000000006112103211312017060 0ustar debian/xinput.d/imhangul etc/X11/xinit/xinput.d/ imhangul-common-2/debian/control0000644000000000000000000000130212103211312014000 0ustar Source: imhangul-common Section: utils Priority: optional Maintainer: Debian Korean L10N Uploaders: Changwoo Ryu Build-Depends: debhelper (>= 9) Standards-Version: 3.9.4 Vcs-Browser: http://git.debian.org/?p=l10n-korean/imhangul-common.git Vcs-Git: git://git.debian.org/git/l10n-korean/imhangul-common.git Package: imhangul-common Architecture: all Depends: ${misc:Depends} Recommends: im-config (>= 0.6) | im-switch Breaks: imhangul (<= 0.9.16-1) Replaces: imhangul (<= 0.9.16-1) Description: Common files for imhangul This package includes configuration files for the Debian imhangul packages. . These files are common for all GTK+ versions. imhangul-common-2/debian/compat0000644000000000000000000000000212103211312013577 0ustar 9 imhangul-common-2/debian/source/0000755000000000000000000000000012103211312013701 5ustar imhangul-common-2/debian/source/format0000644000000000000000000000001512103211312015110 0ustar 3.0 (native) imhangul-common-2/debian/imhangul-common.postinst0000644000000000000000000000061412103211312017301 0ustar #!/bin/sh set -e PRIORITY=49 case "$1" in configure) update-alternatives --install \ /etc/X11/xinit/xinput.d/ko_KR xinput-ko_KR \ /etc/X11/xinit/xinput.d/imhangul $PRIORITY ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 1 ;; esac #DEBHELPER# exit 0 imhangul-common-2/debian/copyright0000644000000000000000000000162212103211312014335 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Files: * Copyright: 2011-2013 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, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. . See /usr/share/common-licenses/LGPL-2.1 for the full license.