[libconfig-model-dpkg-perl] 17/27: Revert "Copyright::Scanner: remove beginnig of (any) sentence after copyright statement"

dod at debian.org dod at debian.org
Mon Jan 12 07:09:49 UTC 2015


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

dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.

commit 72bd117ae4bf9e7dda0b7cd69b5622a77c2ad5f8
Author: Dominique Dumont <dod at debian.org>
Date:   Mon Dec 29 15:09:21 2014 +0100

    Revert "Copyright::Scanner: remove beginnig of (any) sentence after copyright statement"
    
    This reverts commit 6736572ed5a6ea0b9740dd5dc4c7e89b09313abd.
---
 lib/Dpkg/Copyright/Scanner.pm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/Dpkg/Copyright/Scanner.pm b/lib/Dpkg/Copyright/Scanner.pm
index 79e207c..8822741 100644
--- a/lib/Dpkg/Copyright/Scanner.pm
+++ b/lib/Dpkg/Copyright/Scanner.pm
@@ -87,7 +87,6 @@ sub scan_files {
         $c =~ s/(?<=\b\d{4})\s*-\s*\d{4}(?=\s*-\s*(\d{4})\b)//g;
         $c =~ s/(\d+)\s*-\s*(\d+)/$1-$2/g;
         $c =~ s/\b(\d{4}),?\s+([\S^\d])/$1, $2/g;
-        $c =~ s/\.[\w\s]+$/./;
 
         $c =  __pack_copyright($c);
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.git



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