[libhook-lexwrap-perl] 01/02: Correct override target for dh_installexamples

Salvatore Bonaccorso carnil at debian.org
Tue Jul 19 11:00:00 UTC 2016


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

carnil pushed a commit to branch master
in repository libhook-lexwrap-perl.

commit 00c1af0491e6523afa631bf2d1f61bc0e8019eff
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Tue Jul 19 12:58:49 2016 +0200

    Correct override target for dh_installexamples
    
    It used dh_install_examples instead of dh_installexamples.
    
    Thanks: Chris Lamb <lamby at debian.org>
    
    Closes: #831775
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 91508c5..1ad5555 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,6 @@ EXAMPLES= $(TMP)/usr/share/doc/$(PACKAGE)/examples
 %:
 	dh $@
 
-override_dh_install_examples:
-	dh_install_examples
+override_dh_installexamples:
+	dh_installexamples
 	sed -i -e '1i #!/usr/bin/perl\n' $(EXAMPLES)/*.pl

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



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