--- libtext-chasen-perl-1.04.orig/Makefile.PL +++ libtext-chasen-perl-1.04/Makefile.PL @@ -3,5 +3,6 @@ WriteMakefile( 'NAME' => 'Text::ChaSen', 'VERSION_FROM' => 'ChaSen.pm', + 'LD' => 'g++', 'LIBS' => ['-lchasen'] ); --- libtext-chasen-perl-1.04.orig/debian/rules +++ libtext-chasen-perl-1.04/debian/rules @@ -0,0 +1,84 @@ +#!/usr/bin/make -f +# This file is base on debhelper's sample. +# Original copyright is the following: +# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +build: build-stamp +build-stamp: + dh_testdir + + # Add here commands to compile the package. + #$(MAKE) + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor + $(MAKE) LD_RUN_PATH= OPTIMIZE="-O2 -g -Wall" + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + #-$(MAKE) distclean + if [ -e Makefile ] ; then \ + $(MAKE) -i distclean ; \ + fi +# [ -e Makefile.old ] && rm -f Makefile.old + find . -name "*~" | xargs rm -f + rm -rf debian/tmp + + dh_clean + +# Build architecture-independent files here. +binary-indep: build +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build +# dh_testversion + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the files into debian/tmp + #$(MAKE) prefix=`pwd`/debian/tmp install +# $(MAKE) pure_install PREFIX=`pwd`/debian/tmp/usr \ +# INSTALLMAN3DIR=`pwd`/debian/tmp/usr/share/man/man3 + $(MAKE) install PREFIX=`pwd`/debian/tmp/usr +# find `pwd`/debian/tmp -name .packlist | xargs rm -f + +# dh_installdebconf + dh_installdocs + dh_installexamples + dh_installmenu +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit + dh_installcron + dh_installmanpages +# dh_installinfo +# dh_undocumented + dh_installchangelogs + dh_strip + dh_compress + dh_fixperms +# dh_suidregister +# dh_makeshlibs + dh_installdeb + dh_perl + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +source diff: + @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary --- libtext-chasen-perl-1.04.orig/debian/install +++ libtext-chasen-perl-1.04/debian/install @@ -0,0 +1 @@ +usr/lib/perl5 --- libtext-chasen-perl-1.04.orig/debian/copyright +++ libtext-chasen-perl-1.04/debian/copyright @@ -0,0 +1,85 @@ +This package was debianized by NOKUBI Takatsugu on +Tue, 16 Feb 1999 18:09:12 +0900 + +It was downloaded from + http://www.daionet.gr.jp/~knok/chasen/Text-ChaSen1-0.11.tar.gz + +Copyright: + +Copyright(c) 1998, 1999 NOKUBI Takatsugu +Copyright(c) 1997 Nara Institute of Science and Technorogy. +All Rights Reserved. + +* Notice from developer * + +The ICOT license affects only about dictionary (ipadic), not the +software itself. So the package is completely DFSG-free. +You can use chasen-cannadic package, it is DFSG-free. + +Use, reproduction, and distribution of this software is permitted. +Any copy of this software, whether in its original form or modified, +must include both the above copyright notice and the following +paragraphs. + +Nara Institute of Science and Technology (NAIST), +the copyright holders, disclaims all warranties with regard to this +software, including all implied warranties of merchantability and +fitness, in no event shall NAIST be liable for +any special, indirect or consequential damages or any damages +whatsoever resulting from loss of use, data or profits, whether in an +action of contract, negligence or other tortuous action, arising out +of or in connection with the use or performance of this software. + +The Japanese morphological dictionary included in this system +originates from ICOT Free Software. The following conditions for ICOT +Free Software applies to the morphological dictionary of the system. + +Each User may also freely distribute the Program, whether in its +original form or modified, to any third party or parties, PROVIDED +that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear +on, or be attached to, the Program, which is distributed substantially +in the same form as set out herein and that such intended +distribution, if actually made, will neither violate or otherwise +contravene any of the laws and regulations of the countries having +jurisdiction over the User or the intended distribution itself. + +NO WARRANTY + +The program was produced on an experimental basis in the course of the +research and development conducted during the project and is provided +to users as so produced on an experimental basis. Accordingly, the +program is provided without any warranty whatsoever, whether express, +implied, statutory or otherwise. The term "warranty" used herein +includes, but is not limited to, any warranty of the quality, +performance, merchantability and fitness for a particular purpose of +the program and the nonexistence of any infringement or violation of +any right of any third party. + +Each user of the program will agree and understand, and be deemed to +have agreed and understood, that there is no warranty whatsoever for +the program and, accordingly, the entire risk arising from or +otherwise connected with the program is assumed by the user. + +Therefore, neither ICOT, the copyright holder, or any other +organization that participated in or was otherwise related to the +development of the program and their respective officials, directors, +officers and other employees shall be held liable for any and all +damages, including, without limitation, general, special, incidental +and consequential damages, arising out of or otherwise in connection +with the use or inability to use the program or any product, material +or result produced or otherwise obtained by using the program, +regardless of whether they have been advised of, or otherwise had +knowledge of, the possibility of such damages at any time during the +project or thereafter. Each user will be deemed to have agreed to the +foregoing by his or her commencement of use of the program. The term +"use" as used herein includes, but is not limited to, the use, +modification, copying and distribution of the program and the +production of secondary products from the program. + +In the case where the program, whether in its original form or +modified, was distributed or delivered to or received by a user from +any person, organization or entity other than ICOT, unless it makes or +grants independently of ICOT any specific warranty to the user in +writing, such person, organization or entity, will also be exempted +from and not be held liable to the user for any such damages as noted +above as far as the program is concerned. --- libtext-chasen-perl-1.04.orig/debian/docs +++ libtext-chasen-perl-1.04/debian/docs @@ -0,0 +1 @@ +README --- libtext-chasen-perl-1.04.orig/debian/control +++ libtext-chasen-perl-1.04/debian/control @@ -0,0 +1,13 @@ +Source: libtext-chasen-perl +Section: misc +Priority: optional +Build-Depends: perl (>= 5.6.0-16), libchasen-dev, debhelper +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: NOKUBI Takatsugu +Standards-Version: 3.5.6 + +Package: libtext-chasen-perl +Architecture: any +Depends: ${shlibs:Depends} , ${perl:Depends} +Description: Japanese Morphological Analysis System module for Perl + ChaSen (a Japanese morphological analysis system) module for Perl. --- libtext-chasen-perl-1.04.orig/debian/changelog +++ libtext-chasen-perl-1.04/debian/changelog @@ -0,0 +1,68 @@ +libtext-chasen-perl (1.04-3ubuntu4) trusty; urgency=low + + * Rebuild for Perl 5.18. + + -- Colin Watson Mon, 21 Oct 2013 10:58:20 +0100 + +libtext-chasen-perl (1.04-3ubuntu3) precise; urgency=low + + * Rebuild for Perl 5.14. + + -- Colin Watson Tue, 15 Nov 2011 20:17:20 +0000 + +libtext-chasen-perl (1.04-3ubuntu2) oneiric; urgency=low + + * Rebuild for Perl 5.12. + + -- Colin Watson Sun, 08 May 2011 13:32:30 +0100 + +libtext-chasen-perl (1.04-3ubuntu1) intrepid; urgency=low + + * debian/install: Actually install the Perl module. + This bug has been present in all Ubuntu releases since + 6.06 (inclusive). Finally fixes LP: #3513, #105091. + * debian/control: Adhere to DebianMaintainerField. + + -- Daniel T Chen Sun, 05 Oct 2008 17:27:01 -0400 + +libtext-chasen-perl (1.04-3build1) breezy; urgency=low + + * Rebuild for new C++ ABI + + -- Matthias Klose Tue, 7 Jun 2005 14:21:49 +0000 + +libtext-chasen-perl (1.04-3) unstable; urgency=low + + * Installed into Debian official archives, closes: #93074. + + -- NOKUBI Takatsugu Sun, 28 Sep 2003 15:29:13 +0900 + +libtext-chasen-perl (1.04-2) unstable; urgency=low + + * Rebuild on perl 5.8.0. + + -- NOKUBI Takatsugu Mon, 26 Aug 2002 19:33:23 +0900 + +libtext-chasen-perl (1.04-1) unstable; urgency=low + + * New upstream release. + + * Adopt latest perl-policy. + + -- NOKUBI Takatsugu Tue, 16 Jul 2002 17:13:02 +0900 + +libtext-chasen-perl (0.20-2) frozen unstable; urgency=low + + * Added missing depends line (libchasen). + * Fixed clean rule. + + -- NOKUBI Takatsugu Thu, 27 Jan 2000 10:29:02 +0900 + +libtext-chasen-perl (0.20-1) unstable; urgency=low + + * Initial Release. + + -- NOKUBI Takatsugu Mon, 27 Dec 1999 19:23:13 +0900 + + +