[liblingua-stem-snowball-perl] 05/19: install scripts as examples instead

dom at earth.li dom at earth.li
Sun Apr 24 10:25:23 UTC 2016


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

dom pushed a commit to branch master
in repository liblingua-stem-snowball-perl.

commit e63b2929530a7dd136267b32fbc0a54ea0bf7bf8
Author: Dominic Hargreaves <dom at earth.li>
Date:   Tue Aug 5 21:38:17 2008 +0000

    install scripts as examples instead
---
 debian/rules | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 85d7b02..8ac1a48 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,6 +47,9 @@ install-stamp: build-stamp
 	dh_clean -k
 	# Add commands to install the package into $(TMP) here
 	$(PERL) Build install destdir=$(TMP) create_packlist=0
+	# Install these as examples instead
+	rm -f usr/bin/benchmark_stemmers.plx usr/bin/generate_tests.plx
+
 	touch $@
 
 # Build architecture-independent files here.
@@ -58,7 +61,7 @@ binary-arch: build install
 	dh_testdir
 	dh_testroot
 	dh_installdocs README
-	dh_installexamples
+	dh_installexamples bin/benchmark_stemmers.plx bin/generate_tests.plx
 	dh_installchangelogs Changes
 	dh_shlibdeps
 	dh_strip

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblingua-stem-snowball-perl.git



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