[dh-make-perl] 01/03: DhMakePerl::Command::Packaging: install CONTRIBUTING files

gregor herrmann gregoa at debian.org
Wed Dec 25 16:09:00 UTC 2013


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

gregoa pushed a commit to branch master
in repository dh-make-perl.

commit 46ce000f2eb5286aca38340998125c27fc10ce03
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Dec 25 17:04:32 2013 +0100

    DhMakePerl::Command::Packaging: install CONTRIBUTING files
    
    in extract_docs().
---
 lib/DhMakePerl/Command/Packaging.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/DhMakePerl/Command/Packaging.pm b/lib/DhMakePerl/Command/Packaging.pm
index 5f5660b..226ebc4 100644
--- a/lib/DhMakePerl/Command/Packaging.pm
+++ b/lib/DhMakePerl/Command/Packaging.pm
@@ -807,7 +807,7 @@ sub extract_docs {
                     )
                     if (
                         $File::Find::name ne $self->main_dir . '/README'
-                    and /^\b(README|TODO|BUGS|NEWS|ANNOUNCE)\b/i
+                    and /^\b(README|TODO|BUGS|NEWS|ANNOUNCE|CONTRIBUTING)\b/i
                     and !/\.(pod|pm)$/
                     and ( !$self->cfg->exclude
                         or $File::Find::name !~ $self->cfg->exclude )

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



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