[libtext-kakasi-perl] 02/13: Imported Debian patch 2.04-2

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 3f0137751266175101fdaf81bd14603e6577e4f1
Author: NOKUBI Takatsugu <knok at daionet.gr.jp>
Date:   Tue May 13 16:45:58 2008 +0900

    Imported Debian patch 2.04-2
---
 debian/changelog |  8 +++++++-
 debian/compat    |  1 +
 debian/control   |  8 ++++----
 debian/copyright |  3 ++-
 debian/rules     | 11 ++---------
 5 files changed, 16 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6099c77..12a0bf2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,13 @@
+libtext-kakasi-perl (2.04-2) unstable; urgency=low
+
+  * Perl 5.10 transition.
+
+ -- NOKUBI Takatsugu <knok at daionet.gr.jp>  Tue, 13 May 2008 16:45:58 +0900
+
 libtext-kakasi-perl (2.04-1) unstable; urgency=low
 
   * New upstream release
-  * New manpages, closes #407091.
+  * New manpages, closes: #407091.
 
  -- NOKUBI Takatsugu <knok at daionet.gr.jp>  Thu, 18 Jan 2007 13:13:46 +0900
 
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..b8626c4
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+4
diff --git a/debian/control b/debian/control
index a40a62c..ec5407e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,14 @@
 Source: libtext-kakasi-perl
-Section: interpreters
+Section: perl
 Priority: optional
 Maintainer: NOKUBI Takatsugu <knok at daionet.gr.jp>
-Build-Depends: libkakasi2-dev, debhelper, perl (>= 5.8.0)
-Standards-Version: 3.6.1
+Build-Depends: libkakasi2-dev, debhelper, perl (>= 5.6.0-16)
+Standards-Version: 3.7.3
 
 Package: libtext-kakasi-perl
 Architecture: any
 Depends: ${shlibs:Depends}, ${perl:Depends}
-Description: KAKASI interface for scripting language Perl.
+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
diff --git a/debian/copyright b/debian/copyright
index 2f03f9b..489689b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -19,7 +19,8 @@ Copyright (C) 1998, 1999, 2000 NOKUBI Takatsugu <knok at daionet.gr.jp>
 
     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
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+    02110-1301, 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/rules b/debian/rules
index 0ae624b..770be59 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,9 +5,6 @@
 # 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
@@ -43,11 +40,7 @@ install: build
 	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
+	$(MAKE) install PREFIX=$(CURDIR)/debian/tmp/usr
 
 
 # Build architecture-independent files here.
@@ -67,7 +60,7 @@ binary-arch: build install
 #	dh_installpam
 #	dh_installinit
 	dh_installcron
-	dh_installmanpages
+	dh_installman
 	dh_installinfo
 #	dh_undocumented
 	dh_installchangelogs ChangeLog.1 Changes

-- 
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