debian/0000775000000000000000000000000012270665131007173 5ustar debian/rules0000775000000000000000000000036512270665067010267 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/patchsys-quilt.mk include /usr/share/cdbs/1/rules/autoreconf.mk DEB_DH_INSTALL_SOURCEDIR = debian/tmp debian/m17n-im-config.install0000664000000000000000000000002711371167034013212 0ustar usr/bin/m17n-im-config debian/changelog0000664000000000000000000000164212270665131011050 0ustar m17n-im-config (0.9.0-3ubuntu1) trusty; urgency=medium * Use dh-autoreconf instead of autotools-dev to also fix FTBFS on ppc64el by getting new libtool macros (still updates config.{sub,guess}). -- Logan Rosen Sat, 25 Jan 2014 02:39:45 -0500 m17n-im-config (0.9.0-3) unstable; urgency=low * Apply a patch to fix FTBFS (Closes: #643439). * Add debian/source/format. * Fix description-synopsis-starts-with-article lintian warning. * Update Standards-Version to 3.9.2. -- Daiki Ueno Tue, 20 Dec 2011 15:37:35 +0900 m17n-im-config (0.9.0-2) unstable; urgency=low * Apply a patch to fix FTBFS (Closes: #577708). Thanks Nobuhiro Iwamatsu. -- Daiki Ueno Sat, 08 May 2010 13:55:05 +0900 m17n-im-config (0.9.0-1) unstable; urgency=low * Initial release. (Closes: #574110) -- Daiki Ueno Tue, 16 Mar 2010 14:33:53 +0700 debian/compat0000664000000000000000000000000211371167034010371 0ustar 5 debian/m17n-im-config.manpages0000664000000000000000000000002711371167034013337 0ustar debian/m17n-im-config.1debian/copyright0000664000000000000000000000356711371167034011141 0ustar This work was packaged for Debian by: Daiki Ueno on Tue, 16 Mar 2010 14:33:53 +0700 It was downloaded from: http://www.m17n.org/m17n-lib-download/m17n-im-config-0.9.0.tar.gz Home Page: http://www.m17n.org/ Upstream Authors: Kenichi Handa Mikiko Nishikimi Naoto Takahashi Satoru Tomura Copyright: Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H15PRO112 License: The same license as the m17n library applies to the m17n-im-config package, since src/mim-config.c states: This file is part of the m17n-im-config package; a sub-part of the m17n library. License of the m17n library: The m17n library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. The m17n library 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 Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with the m17n library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA. The complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. The copyright of the Debian packaging is: Copyright (C) 2010 Daiki Ueno and the license is the GNU General Public License version 3 or later, see `/usr/share/common-licenses/GPL-3'. debian/libm17n-im-config-dev.install0000664000000000000000000000013211371167034014452 0ustar usr/include/* usr/lib/libm17n-im-config.so usr/lib/libm17n-im-config.a usr/lib/pkgconfig/*debian/source/0000775000000000000000000000000011674024752010500 5ustar debian/source/format0000664000000000000000000000001411604037465011704 0ustar 3.0 (quilt) debian/m17n-im-config.10000664000000000000000000000137511371167034011713 0ustar .\" Hey, EMACS: -*- nroff -*- .TH m17n-im-config 1 "2010\-03\-18" .SH NAME m17n-im-config \- an input method configuration utility for m17n-lib .SH SYNOPSIS .B m17n-im-config .SH DESCRIPTION .B m17n-im-config is a utility to maintain per-user configuration of input methods provided by the m17n library. m17n is an abbreviation of Multilingualization. .SH AUTHOR .B m17n-im-config was written by Kenichi Handa , Mikiko Nishikimi , Naoto Takahashi , and Satoru Tomura . This manual page was written by Daiki Ueno for the Debian Project. .SH DISTRIBUTION The latest version of Totem may be downloaded from .UR http://www.m17n.org/m17n-lib-en/index.html .UE debian/libm17n-im-config0.install0000664000000000000000000000006311371167034013761 0ustar usr/lib/libm17n-im-config.so.* usr/share/locale/* debian/control0000664000000000000000000000365012270665133010604 0ustar Source: m17n-im-config Section: utils Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Daiki Ueno DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7), dh-autoreconf, automake (>= 1.9.6), autoconf (>= 2.61), pkg-config (>= 0.22), libm17n-dev, cdbs, m17n-db, libgtk2.0-dev, quilt Standards-Version: 3.9.2 Homepage: http://www.m17n.org/ Package: libm17n-im-config0 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libm17n-0 Description: input method configuration library for m17n-lib - runtime m17n-im-config is a library to create a GTK+ widget for per-user configuration of input methods provided by the m17n library, and a standalone GUI program which demonstrates the library. m17n is an abbreviation of Multilingualization. . This package contains the runtime part of the m17n-im-config library. Package: libm17n-im-config-dev Section: libdevel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libm17n-dev Description: input method configuration library for m17n-lib - development m17n-im-config is a library to create a GTK+ widget for per-user configuration of input methods provided by the m17n library, and a standalone GUI program which demonstrates the library. m17n is an abbreviation of Multilingualization. . This package contains the header and development files needed to build programs and packages using the m17n-im-config library. Package: m17n-im-config Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libm17n-im-config0 (= ${binary:Version}) Description: input method configuration library for m17n-lib - utility m17n-im-config is a library to create a GTK+ widget for per-user configuration of input methods provided by the m17n library. m17n is an abbreviation of Multilingualization. . This package contains a standalone GUI program using the m17n-im-config library. debian/docs0000664000000000000000000000002411371167034010042 0ustar AUTHORS NEWS README debian/patches/0000775000000000000000000000000011674025023010617 5ustar debian/patches/series0000664000000000000000000000003211674022203012024 0ustar fix-format-security.patch debian/patches/fix-format-security.patch0000664000000000000000000000117511674025023015565 0ustar 2011-09-29 Daiki Ueno (tiny change) * src/mim-config.c (help_cb): Supply MESSAGE_FORMAT arg to gtk_message_dialog_new. --- a/src/mim-config.c +++ b/src/mim-config.c @@ -1,5 +1,5 @@ /* mim-config.c -- M17N input method configuration - Copyright (C) 2007 + Copyright (C) 2007, 2011 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H15PRO112 @@ -641,6 +641,7 @@ GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_INFO, GTK_BUTTONS_CLOSE, + "%s", CURRENT_DESCRIPTION); gtk_dialog_run (GTK_DIALOG (msg)); gtk_widget_destroy (msg);