[SCM] Debian packaging of dh-make-perl branch, master, updated. debian/0.74-1-38-g2f6cad6

gregor herrmann gregoa at debian.org
Sun Jan 1 18:12:52 UTC 2012


The following commit has been merged in the master branch:
commit e7d407c1a1dda8604b94caf4b3a92f480de54b74
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jan 1 19:00:44 2012 +0100

    t/dists: fix the regexp for matching the email address of our maintainer.
    
    Git-Dch: Ignore

diff --git a/t/dists.t b/t/dists.t
index 988051a..76d0b70 100755
--- a/t/dists.t
+++ b/t/dists.t
@@ -49,9 +49,9 @@ sub compare_tree {
                         if ($hint eq 'email') {
                             return 0
                              if $a
-                                 =~ /^Copyright: \d+, Florian Geekwurt <florian\@\.geekwort\.org>$/
+                                 =~ /^Copyright: \d+, Florian Geekwurt <florian\@geekwurt\.org>$/
                                  and $b
-                                 =~ /^Copyright: \d+, Florian Geekwurt <florian\@\.geekwort\.org>$/;
+                                 =~ /^Copyright: \d+, Florian Geekwurt <florian\@geekwurt\.org>$/;
                             return 0
                              if $a
                                  =~ /^ \d+, Joe Maintainer <joe\@debian\.org>$/

-- 
Debian packaging of dh-make-perl



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