debian/0000755000000000000000000000000012061637325007173 5ustar debian/rules0000755000000000000000000000516712026530323010253 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 PACKAGENAME = m17n-db INSTALLDIR = $(CURDIR)/debian/$(PACKAGENAME) LINTIAN_OVERRIDE_DIR = $(INSTALLDIR)/usr/share/lintian/overrides LINTIAN_OVERRIDE_TEXT = "$(PACKAGENAME) binary: binary-without-manpage" # 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 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 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 mkdir -p $(LINTIAN_OVERRIDE_DIR) echo "$(LINTIAN_OVERRIDE_TEXT)" > $(LINTIAN_OVERRIDE_DIR)/$(PACKAGENAME) rm -rf $(INSTALLDIR)/usr/lib # Build architecture-independent files here. binary-indep: build install dh_testdir dh_testroot dh_installchangelogs ChangeLog 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 # Build architecture-dependent files here. binary-arch: build install # We have nothing to do by default. binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/control0000644000000000000000000000226212061635257010602 0ustar Source: m17n-db Section: utils Priority: optional Maintainer: Harshula Jayasuriya DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7) Build-Depends-Indep: autotools-dev, locales Standards-Version: 3.9.3 Homepage: http://www.nongnu.org/m17n/ Package: m17n-db Architecture: all Depends: ${misc:Depends} Recommends: libm17n-0 (>= 1.6.0) Suggests: m17n-docs Description: multilingual text processing library - database The m17n library is a multilingual text processing library for the C language. This library has following features: - The m17n library is an open source software. - The m17n library for any Linux/Unix applications. - The m17n library realizes multilingualization of many aspects of applications. - The m17n library represents multilingual text as an object named M-text. M-text is a string with attributes called text properties, and designed to substitute for string in C. Text properties carry any information required to input, display and edit the text. - The m17n library supports functions to handle M-texts. . m17n is an abbreviation of Multilingualization. . This package contains the database files used by m17n-lib. debian/copyright0000644000000000000000000000332312061637155011130 0ustar This package was debianized by Hidetaka Iwai on Sat, 10 Apr 2004 15:29:01 +0900. The current Debian maintainer is Harshula Jayasuriya . It was downloaded from: http://download.savannah.gnu.org/releases/m17n/m17n-db-1.6.4.tar.gz Home Page: http://www.nongnu.org/m17n/ Upstream Authors: Kenichi Handa Mikiko Nishikimi Naoto Takahashi Satoru Tomura Copyright: Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H15PRO112 License: 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 02110-1301, USA. The Debian packaging is Copyright (C) 2008-2012, Harshula Jayasuriya and is licensed under the GPL, see `/usr/share/common-licenses/GPL-3'. The complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. debian/docs0000644000000000000000000000002412026530323010031 0ustar AUTHORS NEWS README debian/watch0000644000000000000000000000012012060676457010225 0ustar version=3 http://download.savannah.gnu.org/releases/m17n/m17n-db-(.*)\.tar\.gz debian/changelog0000644000000000000000000001441212061635042011041 0ustar m17n-db (1.6.4-1) unstable; urgency=low * New upstream release 1.6.4. * Upstream has moved to https://savannah.nongnu.org/projects/m17n. * debian/copyright: update tarball location, homepage, copyright dates. -- Harshula Jayasuriya Sun, 09 Dec 2012 00:43:09 +1100 m17n-db (1.6.3-2) unstable; urgency=low * Update maintainer email address. * Update Standards-Version to Debian Policy 3.9.3. (No changes) * Fix debian-rules-missing-recommended-target. -- Harshula Jayasuriya Sat, 26 May 2012 00:43:59 +1000 m17n-db (1.6.3-1) unstable; urgency=low * New upstream release 1.6.3. * Update Standards-Version to Debian Policy 3.9.2. (No changes) * SINH-OTF.flt-add-kombu-deka.patch: drop, included in upstream. * ta-lk-renganathan.mim.patch: drop, included in upstream. * debian/control: no longer Recommend anthy, ispell, moved to m17n-lib-mimx. -- Harshula Jayasuriya Sat, 15 Oct 2011 22:46:31 +1100 m17n-db (1.6.2-2) unstable; urgency=low * debian/control: - break circular dependency (Closes: #604926). - Recommends: anthy, ispell -- Harshula Jayasuriya Sun, 06 Feb 2011 02:26:35 +1100 m17n-db (1.6.2-1) unstable; urgency=low * New upstream release 1.6.2. * Update Standards-Version to Debian Policy 3.9.1. (No changes) * Upstream has included German translation (Closes: #589151). * debian/patches/si-wijesekera.mim.patch: drop, included in upstream. * PATCH: upstream fix to ta-lk-renganathan.mim. * PATCH: upstream fix to SINH-OFT.flt. -- Harshula Jayasuriya Tue, 23 Nov 2010 01:39:29 +1100 m17n-db (1.6.1-2) unstable; urgency=low * UPSTREAM BUGFIX: si-wijesekera.mim: (map:preedit): Unhandle those keys that belong to the map "starter" but not to "independent", "kombuva", nor "dependent". * Update Standards-Version to Debian Policy 3.9.0. (No changes) -- Harshula Jayasuriya Mon, 19 Jul 2010 15:16:24 +1000 m17n-db (1.6.1-1) unstable; urgency=low * New upstream release 1.6.1. (Closes: #579896) * Update Standards-Version to Debian Policy 3.8.4. (No changes) * debian/source/format: 3.0 (quilt) * debian/README.source: deleted * debian/control: - DM-Upload-Allowed: yes. - Remove dpatch from Build-Depends. - Depends: libm17n-0 >= 1.6.0. * debian/rules: remove dpatch references * debian/copyright: update dates -- Harshula Jayasuriya Sat, 26 Jun 2010 04:29:35 +1000 m17n-db (1.5.5-1) unstable; urgency=low * New upstream release 1.5.5. * Update Standards-Version to Debian Policy 3.8.2. (No changes) * debian/control: add versioned Depends. * debian/copyright: specify the version of the license file. * debian/README.source: Created this file. * debian/rules: upstream deleted si-wijesekera-preedit-alt.mim. -- Harshula Jayasuriya Sat, 01 Aug 2009 23:55:15 +1000 m17n-db (1.5.4-1) unstable; urgency=low * New upstream release 1.5.4. * Update Standards-Version to Debian Policy 3.8.1. (No changes) * Remove patch: 01_backport_to_m17n-lib-1.5.2.dpatch * debian/control: add "Build-Depends-Indep" as instructed by Lintian. * debian/changelog: add a bit more detail to old changelog entries. * debian/copyright: add the string "Copyright" as instructed by Lintian. * debian/rules: - replace dh_clean -k with dh_prep. - do not package the obsolete si-wijesekera-preedit-alt.mim. -- Harshula Jayasuriya Thu, 09 Apr 2009 22:03:37 +1000 m17n-db (1.5.3-1) unstable; urgency=low * New upstream release 1.5.3. * Backport global.mim to be compatible with m17n-lib 1.5.2. -- Harshula Jayasuriya Tue, 23 Dec 2008 22:18:46 +1100 m17n-db (1.5.2-1) unstable; urgency=low * New upstream release 1.5.2. * Update Standards-Version to Debian Policy 3.8.0. (No changes) -- Harshula Jayasuriya Tue, 22 Jul 2008 00:32:53 +1000 m17n-db (1.5.1-1) unstable; urgency=low * New upstream release 1.5.1. (Closes: #434043) * debian/control: changed to Section: utils. * debian/control: added dependency on libm17n-0. * debian/copyright: updated the copyright dates and FSF address. * debian/rules: add $(CROSS) support. * Updated to debhelper 7. -- Harshula Jayasuriya Mon, 23 Jun 2008 23:02:47 +1000 m17n-db (1.3.4-3) unstable; urgency=low * Change dependency on m17n-docs from a Depends to a Suggests. (Closes: #466922) * Add debian/patches/10_si_wijesekera.dpatch, backport si-wijesekera.mim from 1.5.1. -- Harshula Jayasuriya Thu, 06 Mar 2008 02:48:10 +1100 m17n-db (1.3.4-2) unstable; urgency=low * Add Depends: m17n-docs. (Closes: #465661) * Add Lintian override for binary-without-manpage. -- Harshula Jayasuriya Sun, 17 Feb 2008 18:46:50 +1100 m17n-db (1.3.4-1) unstable; urgency=low * New upstream release 1.3.4. * New Maintainer. * Update Standards-Version to Debian Policy 3.7.3. (No changes) * Updated to debhelper 5. * debian/control: remove dependency on cdbs * debian/copyright: add homepage and copyright notice. * debian/rules: stop using CDBS. * Add debian/{docs,watch}. * Delete m17n-db.install and obsolete patch. -- Harshula Jayasuriya Thu, 14 Feb 2008 00:57:32 +1100 m17n-db (1.3.1-1) unstable; urgency=low * New upstream release * Changed to use dpatch. * Applied patch for tamil IM (Thanks to V Vivek ) (Closes: #349618). * debian/watch: Removed because it does not work. * Removed m17n-db.pc. -- Hidetaka Iwai Wed, 1 Feb 2006 16:02:39 +0900 m17n-db (1.2.0-1) unstable; urgency=low * New upstream release -- Hidetaka Iwai Tue, 28 Dec 2004 21:23:26 +0900 m17n-db (1.1.0-1) unstable; urgency=low * New upstream release -- Hidetaka Iwai Thu, 26 Aug 2004 23:03:06 +0900 m17n-db (1.0.2-2) unstable; urgency=low * debian/control: Added the dependency on locales (closes: #250172). -- Hidetaka Iwai Fri, 21 May 2004 22:47:07 +0900 m17n-db (1.0.2-1) unstable; urgency=low * Initial Release. Close wnpp bug (closes: #244370). -- Hidetaka Iwai Mon, 19 Apr 2004 20:48:20 +0900 debian/patches/0000755000000000000000000000000012061636722010622 5ustar debian/patches/series0000644000000000000000000000000212026530323012016 0ustar # debian/source/0000755000000000000000000000000012060676543010477 5ustar debian/source/format0000644000000000000000000000001412026530323011670 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212026530323010360 0ustar 7