debian/0000755000000000000000000000000011760343744007177 5ustar debian/rules0000755000000000000000000000475311757720714010272 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-docs INSTALLDIR = $(CURDIR)/debian/$(PACKAGENAME) # 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 \ pkgdatadir=$(INSTALLDIR)/usr/share/doc/m17n-docs/m17n/docs/ \ mandir=$(INSTALLDIR)/usr/share/man rm -rf $(INSTALLDIR)/usr/bin # 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/control0000644000000000000000000000214111757721173010602 0ustar Source: m17n-docs Section: doc Priority: optional Maintainer: Harshula Jayasuriya DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7), autotools-dev Standards-Version: 3.9.3 Homepage: http://www.m17n.org/ Package: m17n-docs Architecture: all Depends: ${misc:Depends} Description: multilingual text processing library - documents 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 man pages and documents of m17n-lib. debian/copyright0000644000000000000000000000453111757720667011146 0ustar This package was debianized by Hidetaka Iwai on Sat, 10 Apr 2004 15:51:59 +0900. The current Debian maintainer is Harshula Jayasuriya . It was downloaded from: http://www.m17n.org/m17n-lib-download/m17n-docs-1.6.2.tar.gz Home Page: http://www.m17n.org/ Upstream Authors: Kenichi Handa Naoto Takahashi Mikiko Nishikimi Satoru Tomura Copyright: Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 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 General Public License as published by the Free Software Foundation; either version 2, 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 General Public License for more details. You should have received a copy of the GNU General Public License along with the m17n library; see the file COPYING. If not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. The m17n-docs manpages and html files are distributed under the terms of the GNU Free Documentation License. Copyright (C) 2001 Information-technology Promotion Agency (IPA) Copyright (C) 2001-2011 National Institute of Advanced Industrial Science and Technology (AIST) Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Section, with no Front-Cover Texts, and no Back-Cover Texts. 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 General Public License can be found in `/usr/share/common-licenses/GPL-2'. The complete text of the GNU Free Documentation License can be found in `/usr/share/common-licenses/GFDL-1.2'. debian/docs0000644000000000000000000000002410763712523010043 0ustar AUTHORS NEWS README debian/watch0000644000000000000000000000014610763712523010226 0ustar version=3 http://www.m17n.org/m17n-lib-en/download.html ../m17n-lib-download/m17n-docs-(.*)\.tar\.gz debian/m17n-docs.doc-base0000644000000000000000000000074611760343026012306 0ustar Document: m17n-docs Title: The m17n Library Documentation Author: National Institute of Advanced Industrial Science and Technology (AIST) Abstract: The m17n library is a multilingual text processing library for the C language. This document provides details such as the API. Section: Text Format: HTML Index: /usr/share/doc/m17n-docs/m17n/docs/html/index.html Files: /usr/share/doc/m17n-docs/m17n/docs/html/*.html Format: PDF Files: /usr/share/doc/m17n-docs/m17n/docs/m17n-lib.pdf.gz debian/changelog0000644000000000000000000000656011760343744011060 0ustar m17n-docs (1.6.2-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. * Fix description-synopsis-starts-with-article. * Fix possible-documentation-but-no-doc-base-registration -- Harshula Jayasuriya Sat, 26 May 2012 01:12:36 +1000 m17n-docs (1.6.2-1) unstable; urgency=low * New upstream release 1.6.2. -- Harshula Jayasuriya Thu, 20 Jan 2011 01:42:30 +1100 m17n-docs (1.5.5-1) unstable; urgency=low * New upstream release 1.5.5. * Update Standards-Version to Debian Policy 3.9.1. (No changes) * Upstream changed the licensing: removed the Front-Cover text - moving from non-free to main (Closes: #467448) * debian/control: DM-Upload-Allowed: yes. * debian/copyright: updated. * debian/rules: don't use dpatch * debian/source/format: 3.0 (quilt). -- Harshula Jayasuriya Tue, 07 Dec 2010 15:15:21 +1100 m17n-docs (1.5.2-1) unstable; urgency=low * New upstream release 1.5.2. * Update Standards-Version to Debian Policy 3.8.0. (No changes) * Updated to debhelper 7. * debian/{copyright,rules}: updated. * Fixed upstream, removed: debian/patches/20_manpages_remove_RS.dpatch * Fixed upstream, removed: debian/patches/30_manpages_remove_NF.dpatch * Fixed upstream, removed: debian/patches/40_manpages_fix_misc.dpatch -- Harshula Jayasuriya Mon, 28 Jul 2008 01:01:46 +1000 m17n-docs (1.5.0-1) unstable; urgency=low * New upstream release 1.5.0. (Closes: #434044) * New Maintainer. * Update Standards-Version to Debian Policy 3.7.3. - Reference GFDL rather than quoting in debian/copyright. - Delete debian/patches/10_gfdl.dpatch. * Update debian/control - make Homepage a real field. * Update debian/{compat,control,copyright,docs,rules}. * Add debian/watch. * Delete debian/dirs. * Add dpatch to remove .RS from man pages. * Add dpatch to remove .NF from man pages. * Add dpatch to fix misc. problems with manpages. * Remove obsoleted dpatch debian/patches/20_fix_manpages.dpatch. -- Harshula Jayasuriya Sun, 02 Mar 2008 03:40:43 +1100 m17n-docs (1.2.0-3) unstable; urgency=low * debian/control: Moved to non-free because this package contains GFDL documents. * Bumped to new debian policy version 3.6.2. * debian/patches/20_fix_manpages.dpatch: Added to fix wrong manpages. -- Hidetaka Iwai Tue, 20 Sep 2005 14:09:36 +0900 m17n-docs (1.2.0-2) unstable; urgency=low * Incorporate NMU changes. Thanks to Paul (closes: #292235). * debian/patches/10_gfdl.dpatch: Changed to use dpatch. -- Hidetaka Iwai Fri, 11 Feb 2005 19:58:59 +0900 m17n-docs (1.2.0-1.1) unstable; urgency=low * NMU * Added a copy of the GFDL text to debian/copyright and correct license location to all manpages (Closes: #292235) -- Paul Brossier Fri, 4 Feb 2005 20:03:37 +0000 m17n-docs (1.2.0-1) unstable; urgency=low * New upstream release * Upstream removed the conflicting man pages (closes: #283271). -- Hidetaka Iwai Tue, 28 Dec 2004 21:45:01 +0900 m17n-docs (1.0-1) unstable; urgency=low * Initial Release. Close wnpp bug (closes: #244371). -- Hidetaka Iwai Mon, 19 Apr 2004 20:49:20 +0900 debian/source/0000755000000000000000000000000011412111125010453 5ustar debian/source/format0000644000000000000000000000001411412110511011657 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211043112123010350 0ustar 7