[libtext-chasen-perl] 03/09: Imported Debian patch 1.04-4

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 3abc8d42a433cab4f0cc44cb3f9ad6d2a18421fe
Author: NOKUBI Takatsugu <knok at daionet.gr.jp>
Date:   Tue May 13 17:01:18 2008 +0900

    Imported Debian patch 1.04-4
---
 debian/changelog     |  6 ++++++
 debian/compat        |  1 +
 debian/control       |  4 ++--
 debian/debhelper.log | 16 ++++++++++++++++
 debian/rules         | 12 ++++--------
 5 files changed, 29 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2ead67d..a81a245 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libtext-chasen-perl (1.04-4) unstable; urgency=low
+
+  * Perl 5.10 transition.
+
+ -- NOKUBI Takatsugu <knok at daionet.gr.jp>  Tue, 13 May 2008 17:01:18 +0900
+
 libtext-chasen-perl (1.04-3) unstable; urgency=low
 
   * Installed into Debian official archives, closes: #93074.
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 83f5a92..ea8f212 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,9 @@
 Source: libtext-chasen-perl
-Section: misc
+Section: perl
 Priority: optional
 Build-Depends: perl (>= 5.6.0-16), libchasen-dev, debhelper
 Maintainer: NOKUBI Takatsugu <knok at daionet.gr.jp>
-Standards-Version: 3.5.6
+Standards-Version: 3.7.3
 
 Package: libtext-chasen-perl
 Architecture: any
diff --git a/debian/debhelper.log b/debian/debhelper.log
new file mode 100644
index 0000000..acb1b73
--- /dev/null
+++ b/debian/debhelper.log
@@ -0,0 +1,16 @@
+dh_installdirs
+dh_installdocs
+dh_installexamples
+dh_installmenu
+dh_installcron
+dh_installmanpages
+dh_installchangelogs
+dh_strip
+dh_compress
+dh_fixperms
+dh_installdeb
+dh_perl
+dh_shlibdeps
+dh_gencontrol
+dh_md5sums
+dh_builddeb
diff --git a/debian/rules b/debian/rules
index 247298c..cab4d52 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,13 +23,11 @@ clean:
 	rm -f build-stamp
 
 	# Add here commands to clean up after the build process.
-	#-$(MAKE) distclean
-	if [ -e Makefile ] ; then \
-		$(MAKE) -i distclean ; \
-	fi
+	[ ! -f Makefile ] || $(MAKE) distclean
 #	[ -e Makefile.old ] && rm -f Makefile.old
 	find . -name "*~" | xargs rm -f
 	rm -rf debian/tmp
+	rm -f debian/substvars
 
 	dh_clean
 
@@ -47,9 +45,7 @@ binary-arch: build
 
 	# 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
+	$(MAKE) install PREFIX=$(CURDIR)/debian/tmp/usr
 #	find `pwd`/debian/tmp -name .packlist | xargs rm -f
 
 #	dh_installdebconf	
@@ -61,7 +57,7 @@ binary-arch: build
 #	dh_installmime
 #	dh_installinit
 	dh_installcron
-	dh_installmanpages
+	dh_installman
 #	dh_installinfo
 #	dh_undocumented
 	dh_installchangelogs

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