debian/0000775000000000000000000000000012334172012007163 5ustar debian/copyright0000664000000000000000000000264711761677627011160 0ustar This package was debianized by Harshula Jayasuriya on Sun, 20 May 2007 14:16:42 +1000. The current Debian maintainer is Harshula Jayasuriya . It was downloaded from http://prdownloads.sourceforge.net/scim/scim-m17n-0.2.3.tar.gz?download Home Page: http://www.scim-im.org/ Upstream Author: James Su Copyright: Copyright (c) 2004 James Su 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 St, Fifth Floor, Boston, MA 02110-1301, USA. The Debian packaging is Copyright (C) 2007-2010 Harshula Jayasuriya and is licensed under the GPL, see `/usr/share/common-licenses/GPL-3'. The complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/changelog0000664000000000000000000001023012334172012011031 0ustar scim-m17n (0.2.3-3build0.1) trusty-proposed; urgency=low * No-change rebuild so m17n.so gets installed in the correct folder and is found by scim-setup (LP: #1312517). -- Gunnar Hjalmarsson Thu, 01 May 2014 23:26:00 +0200 scim-m17n (0.2.3-3) unstable; urgency=low * Update maintainer/uploaders email address. * Update Standards-Version to Debian Policy 3.9.3. (No changes) * Fix debian-rules-missing-recommended-target. -- Harshula Jayasuriya Mon, 28 May 2012 20:52:55 +1000 scim-m17n (0.2.3-2) unstable; urgency=low * debian/control: Add libltdl-dev to Build-Depends. (Closes: #590411) * Update Standards-Version to Debian Policy 3.9.0. (No changes) * debian/source/format: 3.0 (quilt). * debian/control: - Remove dpatch from Build-Depends. * debian/rules: remove dpatch references * debian/README.source: deleted -- Harshula Jayasuriya Mon, 26 Jul 2010 18:35:11 +1000 scim-m17n (0.2.3-1) unstable; urgency=low * New upstream release 0.2.3. * Update Standards-Version to Debian Policy 3.8.3. (no changes) * debian/control: - Add m17n-db to Depends. - DM-Upload-Allowed: yes. - Add chrpath to Build-Depends. * debian/copyright: specify the version of the license file. * debian/README.source: Created this file. * debian/rules: - do not install the empty upstream changelog file. - run chrpath --delete on m17n.so. * Remove patch: 01_backport_from_svn_trunk_20090220.dpatch -- Harshula Jayasuriya Thu, 14 Jan 2010 21:54:36 +1100 scim-m17n (0.2.2-4) unstable; urgency=low * Updated debian/control - make Homepage a real field. * Update Standards-Version to Debian Policy 3.8.0. (no changes) * Updated to debhelper 7. * Updated debian/{compat,control,copyright,rules}. * Add patch: 01_backport_from_svn_trunk_20090220.dpatch - patch from Kenichi Handa to fix handling of key events like Ctrl-Shift-X and also Super and Hyper -- Harshula Jayasuriya Thu, 19 Feb 2009 16:58:20 +1100 scim-m17n (0.2.2-3) unstable; urgency=low * Adding ${misc:Depends} as per debhelper(7). (Closes: #438703) * Prepare package for gcc 4.3 by adding #include (Closes: #454894) * Update the uploader's email address as per: http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=20;bug=454894 * Update Standards-Version to Debian Policy 3.7.3, no changes required. -- Harshula Jayasuriya Tue, 18 Dec 2007 11:15:59 +1100 scim-m17n (0.2.2-2) unstable; urgency=low * Updating the maintainer/uploader fields as per: http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=37;bug=414247 * Remove ${misc:Depends}. -- Harshula Jayasuriya Sat, 18 Aug 2007 15:34:20 +1000 scim-m17n (0.2.2-1) unstable; urgency=low * New Upstream release. (Closes: #329327, #414247) * Repackage to reduce the size of the unnecessarily large diff. -- Harshula Jayasuriya Sat, 26 May 2007 21:26:34 +1000 scim-m17n (0.1.3-3) unstable; urgency=low * Adapt to the $(moduledir) change in scim 1.4.6. (Closes: #424014) - Bump build dependency to scim (>= 1.4.6-1). - Drop 10scim-plugin-module-install-dir dpatch. - Don't hardcode scim binary version in debian/install and debian/rules anymore, so that binary NMU for an scim module ABI change is possible. * Add dependency on scim. All IM module packages should depend on scim so that users only need to install the module package. * Update various upstream information, such as website URL, released tarball location, as well as the debian/watch file. * Update FSF mailing address. * Upgrade to policy version 3.7.2.2, no actual changes needed. -- Ming Hua Sun, 20 May 2007 04:19:13 -0500 scim-m17n (0.1.3-2) unstable; urgency=low * Rebuilt against scim 1.4 ABI per Ming Hua. Closes: #335957 * Added Ming Hua to uploades. -- Osamu Aoki Sat, 17 Dec 2005 10:29:31 +0900 scim-m17n (0.1.3-1) unstable; urgency=low * Initial release, based on upstream version (0.1.3) (closes: #278086) -- Osamu Aoki Thu, 21 Oct 2004 23:40:00 +0200 debian/rules0000775000000000000000000000536011760546035010263 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # This file was modified by Harshula Jayasuriya. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 INSTALLDIR = $(CURDIR)/debian/scim-m17n # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE)) CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) else CROSS= --build $(DEB_BUILD_GNU_TYPE) endif CFLAGS = -Wall -g CXXFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 CXXFLAGS += -O0 else CFLAGS += -O2 CXXFLAGS += -O2 endif config.status: configure dh_testdir ifneq "$(wildcard /usr/share/misc/config.sub)" "" cp -f /usr/share/misc/config.sub config.sub endif ifneq "$(wildcard /usr/share/misc/config.guess)" "" cp -f /usr/share/misc/config.guess config.guess endif ./configure $(CROSS) \ --prefix=/usr \ --mandir=\$${prefix}/share/man \ --infodir=\$${prefix}/share/info \ CFLAGS="$(CFLAGS)" \ CXXFLAGS="$(CXXFLAGS)" \ LDFLAGS="-Wl,-z,defs" \ --disable-static build-arch: build build-indep: build build: build-stamp build-stamp: config.status dh_testdir $(MAKE) touch $@ clean: dh_testdir dh_testroot rm -f build-stamp [ ! -f Makefile ] || $(MAKE) distclean ifneq "$(wildcard /usr/share/misc/config.sub)" "" rm -f config.sub endif ifneq "$(wildcard /usr/share/misc/config.guess)" "" rm -f config.guess endif dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs $(MAKE) DESTDIR=$(INSTALLDIR) install find $(INSTALLDIR) -type f -name '*.la' -exec rm -f {} \; # http://wiki.debian.org/RpathIssue find $(INSTALLDIR) -type f -name m17n.so -exec chrpath --delete {} \; # Build architecture-independent files here. binary-indep: build install # We have nothing to do by default. # Build architecture-dependent files here. binary-arch: build install dh_testdir dh_testroot dh_installchangelogs dh_installdocs dh_installexamples # dh_install # dh_installmenu # dh_installdebconf # dh_installlogrotate # dh_installemacsen # dh_installcatalogs # dh_installpam # dh_installmime # dh_installinit # dh_installcron # dh_installinfo # dh_installwm # dh_installudev # dh_lintian # dh_bugfiles # dh_undocumented dh_installman dh_link dh_strip dh_compress dh_fixperms # dh_perl # dh_makeshlibs dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/source/0000775000000000000000000000000011423245446010475 5ustar debian/source/format0000664000000000000000000000001411423244437011702 0ustar 3.0 (quilt) debian/control0000664000000000000000000000170612334172012010572 0ustar Source: scim-m17n Section: utils Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: IME Packaging Team Uploaders: Harshula Jayasuriya , Osamu Aoki DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7), autotools-dev, pkg-config, libscim-dev (>= 1.4.6), libm17n-dev, chrpath, libltdl-dev Standards-Version: 3.9.3 Homepage: http://www.scim-im.org/ Package: scim-m17n Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, scim, m17n-db Description: M17N Input Method Engine for SCIM SCIM (Smart Common Input Method) is an input method (IM) platform. . M17N (Multilingualization) Input Method Engine enables SCIM to input many non-latin characters from the keyboard using libm17n library. . Author: James Su . For details about SCIM, please see the description of the scim package. debian/compat0000664000000000000000000000000211147547202010371 0ustar 7 debian/watch0000664000000000000000000000006510754007016010222 0ustar version=3 http://sf.net/scim/scim-m17n-(.*)\.tar\.gz debian/docs0000664000000000000000000000002610754007016010041 0ustar AUTHORS README THANKS