[libtext-chasen-perl] 04/09: Use debhelper 9

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 b37b7749e741d764fdf8016a6b9b233914dc5469
Author: NOKUBI Takatsugu <knok at daionet.gr.jp>
Date:   Tue Sep 29 06:40:46 2015 +0000

    Use debhelper 9
---
 debian/compat |  2 +-
 debian/rules  | 80 ++---------------------------------------------------------
 2 files changed, 3 insertions(+), 79 deletions(-)

diff --git a/debian/compat b/debian/compat
index b8626c4..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+9
diff --git a/debian/rules b/debian/rules
index cab4d52..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,80 +1,4 @@
 #!/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.
-	[ ! -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
-
-# 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) install PREFIX=$(CURDIR)/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_installman
-#	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
+%:
+	dh $@

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