[libtext-kakasi-perl] 01/13: Imported Debian patch 2.04-1

Takatsugu Nokubi knok at moszumanska.debian.org
Thu Aug 24 07:32:39 UTC 2017


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

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

commit 77d5b74810f82d60a402ffe35c6ec5f8a0b7b305
Author: NOKUBI Takatsugu <knok at daionet.gr.jp>
Date:   Thu Jan 18 13:13:46 2007 +0900

    Imported Debian patch 2.04-1
---
 Makefile.PL               |  7 ++--
 debian/Makefile.PL.debian |  9 +++++
 debian/changelog          | 44 ++++++++++++++++++++++++
 debian/control            | 16 +++++++++
 debian/copyright          | 25 ++++++++++++++
 debian/docs               |  2 ++
 debian/rules              | 87 +++++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 185 insertions(+), 5 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index 6640058..809e640 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,12 +1,9 @@
-#
-# $Id: Makefile.PL,v 2.0 2003/05/22 18:19:11 dankogai Exp $
-#
 use ExtUtils::MakeMaker;
 
 WriteMakefile(
 	      'NAME' => 'Text::Kakasi',
 	      'VERSION_FROM' => 'Kakasi.pm',
-	      'INC' => '-I/usr/local/include',
-	      'LIBS' => ['-L/usr/local/lib -lkakasi'],
+	      'INC' => '-I/usr/include',
+	      'LIBS' => ['-L/usr/lib -lkakasi'],
 	      'DEFINE' => '-DWAKATIGAKI',
 );
diff --git a/debian/Makefile.PL.debian b/debian/Makefile.PL.debian
new file mode 100644
index 0000000..809e640
--- /dev/null
+++ b/debian/Makefile.PL.debian
@@ -0,0 +1,9 @@
+use ExtUtils::MakeMaker;
+
+WriteMakefile(
+	      'NAME' => 'Text::Kakasi',
+	      'VERSION_FROM' => 'Kakasi.pm',
+	      'INC' => '-I/usr/include',
+	      'LIBS' => ['-L/usr/lib -lkakasi'],
+	      'DEFINE' => '-DWAKATIGAKI',
+);
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..6099c77
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,44 @@
+libtext-kakasi-perl (2.04-1) unstable; urgency=low
+
+  * New upstream release
+  * New manpages, closes #407091.
+
+ -- NOKUBI Takatsugu <knok at daionet.gr.jp>  Thu, 18 Jan 2007 13:13:46 +0900
+
+libtext-kakasi-perl (1.05-4) unstable; urgency=low
+
+  * Changed Build-Depends for perl 5.8.0, closes:#158345.
+
+ -- NOKUBI Takatsugu <knok at daionet.gr.jp>  Tue, 27 Aug 2002 13:13:15 +0900
+
+libtext-kakasi-perl (1.05-3) unstable; urgency=low
+
+  * Rebuild on perl 5.8.0.
+
+ -- NOKUBI Takatsugu <knok at daionet.gr.jp>  Mon, 26 Aug 2002 19:26:36 +0900
+
+libtext-kakasi-perl (1.05-2) unstable; urgency=low
+
+  * Added reference of common-licenses, closes #157662.
+
+ -- NOKUBI Takatsugu <knok at daionet.gr.jp>  Wed, 21 Aug 2002 17:22:44 +0900
+
+libtext-kakasi-perl (1.05-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- NOKUBI Takatsugu <knok at daionet.gr.jp>  Wed, 25 Apr 2001 08:45:02 +0900
+
+libtext-kakasi-perl (1.04-2) unstable; urgency=low
+
+  * Fixed some build error (Closes #65885).
+
+ -- NOKUBI Takatsugu <knok at daionet.gr.jp>  Wed, 11 Oct 2000 10:20:23 +0900
+
+libtext-kakasi-perl (1.04-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Takuo KITAME <kitame at northeye.org>  Tue, 18 Apr 2000 04:52:21 +0900
+
+
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..a40a62c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,16 @@
+Source: libtext-kakasi-perl
+Section: interpreters
+Priority: optional
+Maintainer: NOKUBI Takatsugu <knok at daionet.gr.jp>
+Build-Depends: libkakasi2-dev, debhelper, perl (>= 5.8.0)
+Standards-Version: 3.6.1
+
+Package: libtext-kakasi-perl
+Architecture: any
+Depends: ${shlibs:Depends}, ${perl:Depends}
+Description: KAKASI interface for scripting language Perl.
+ KAKASI interface module for Perl.
+ KAKASI is the language processing filter to convert Kanji characters
+ to Hiragana, Katakana or Romaji(alphabetical description of Japanese
+ pronunciation).
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..2f03f9b
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,25 @@
+This package was debianized by Takuo KITAME <kitame at northeye.org> on
+Tue, 18 Apr 2000 04:52:21 +0900.
+
+It was downloaded from <http://www.daionet.gr.jp/~knok/kakasi/>
+
+Copyright: (from Kakasi.pm)
+
+Copyright (C) 1998, 1999, 2000 NOKUBI Takatsugu <knok at daionet.gr.jp>
+
+    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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in /usr/share/common-licenses/GPL-2.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e623ea7
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,2 @@
+README
+README.jp
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..0ae624b
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,87 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This is the debhelper compatability version to use.
+export DH_COMPAT=1
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	# Add here commands to compile the package.
+	mv Makefile.PL Makefile.PL.orig
+	cp debian/Makefile.PL.debian Makefile.PL
+	/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.
+	if [ -e Makefile ]; then \
+		$(MAKE) clean ; \
+	fi
+	if [ -e Makefile.old ]; then rm -f Makefile.old ; fi
+	find . -name "*~" | xargs rm -f
+	rm -rf debian/tmp
+	if [ -e Makefile.PL.orig ]; then rm Makefile.PL && mv Makefile.PL.orig Makefile.PL ; fi
+
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	# Add here commands to install the package into debian/tmp.
+	$(MAKE) install PREFIX=`pwd`/debian/tmp/usr
+#		INSTALLMAN3DIR=`pwd`/debian/tmp/usr/share/man/man3
+
+#	find debian/tmp -type f -name .packlist | xargs rm -f
+#	-find debian/tmp/usr/lib/perl5 -type d -empty | xargs rmdir -p
+
+
+# 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_testversion
+	dh_testdir
+	dh_testroot
+#	dh_installdebconf	
+	dh_installdocs
+	dh_installexamples
+	dh_installmenu
+#	dh_installemacsen
+#	dh_installpam
+#	dh_installinit
+	dh_installcron
+	dh_installmanpages
+	dh_installinfo
+#	dh_undocumented
+	dh_installchangelogs ChangeLog.1 Changes
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_makeshlibs
+	dh_installdeb
+	dh_perl
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install

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



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