[libtext-chasen-perl] 02/09: Imported Debian patch 1.04-3

Takatsugu Nokubi knok at moszumanska.debian.org
Thu Aug 24 07:30:58 UTC 2017


This is an automated email from the git hooks/post-receive script.

knok pushed a commit to branch master
in repository libtext-chasen-perl.

commit f1d9521e0a5e430e8d3eb678984426078562ec3e
Author: NOKUBI Takatsugu <knok at daionet.gr.jp>
Date:   Sun Sep 28 15:29:13 2003 +0900

    Imported Debian patch 1.04-3
---
 Makefile.PL      | 1 +
 debian/changelog | 6 ++++++
 debian/control   | 6 ++----
 debian/copyright | 6 ++++++
 4 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index dc018ab..b797883 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -3,5 +3,6 @@ use ExtUtils::MakeMaker;
 WriteMakefile(
 	      'NAME' => 'Text::ChaSen',
 	      'VERSION_FROM' => 'ChaSen.pm',
+	      'LD' => 'g++',
 	      'LIBS' => ['-lchasen']
 );
diff --git a/debian/changelog b/debian/changelog
index 4fcc02c..2ead67d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libtext-chasen-perl (1.04-3) unstable; urgency=low
+
+  * Installed into Debian official archives, closes: #93074.
+
+ -- NOKUBI Takatsugu <knok at daionet.gr.jp>  Sun, 28 Sep 2003 15:29:13 +0900
+
 libtext-chasen-perl (1.04-2) unstable; urgency=low
 
   * Rebuild on perl 5.8.0.
diff --git a/debian/control b/debian/control
index fd7e0c1..83f5a92 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,12 @@
 Source: libtext-chasen-perl
 Section: misc
 Priority: optional
-Build-Depends: perl (>= 5.6.0-16), libchasen-dev
+Build-Depends: perl (>= 5.6.0-16), libchasen-dev, debhelper
 Maintainer: NOKUBI Takatsugu <knok at daionet.gr.jp>
-Origin: debian-jp
-Bugs: debbugs://bugs.debian.or.jp
 Standards-Version: 3.5.6
 
 Package: libtext-chasen-perl
 Architecture: any
-Depends: ${shlibs:Depends} , ${perl:Depends} , ipadic
+Depends: ${shlibs:Depends} , ${perl:Depends}
 Description: Japanese Morphological Analysis System module for Perl
  ChaSen (a Japanese morphological analysis system) module for Perl.
diff --git a/debian/copyright b/debian/copyright
index 267e158..779f359 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -10,6 +10,12 @@ Copyright(c) 1998, 1999 NOKUBI Takatsugu <knok at daionet.gr.jp>
 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-chasen-perl.git



More information about the Pkg-perl-cvs-commits mailing list