[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.3.1-1-g01ed4c0



The following commit has been merged in the master branch:
commit 01ed4c0cddcb55dde242d5a7e34079041d888c43
Author: Russ Allbery <rra@debian.org>
Date:   Sun Jan 3 13:08:28 2010 -0800

    Improve the regex for matching dh-make-perl boilerplate
    
    * checks/copyright-file:
      + [RA] Relax the regex for matching dh-make-perl boilerplate to catch
        the current text.  Thanks, gregor herrmann.  (Closes: #563571)

diff --git a/checks/copyright-file b/checks/copyright-file
index a45a5dc..7e365dd 100644
--- a/checks/copyright-file
+++ b/checks/copyright-file
@@ -272,7 +272,7 @@ if (m,\<Copyright \(C\) YYYY Name OfAuthor\>,) {
     tag 'helper-templates-in-copyright';
 }
 
-if (m/^This copyright info was automatically extracted from the perl module\./m) {
+if (m/^This copyright info was automatically extracted/m) {
     tag 'copyright-contains-dh-make-perl-boilerplate';
 }
 
diff --git a/debian/changelog b/debian/changelog
index fa6d36f..d4656fa 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+lintian (2.3.2) UNRELEASED; urgency=low
+
+  * checks/copyright-file:
+    + [RA] Relax the regex for matching dh-make-perl boilerplate to catch
+      the current text.  Thanks, gregor herrmann.  (Closes: #563571)
+
+ -- Russ Allbery <rra@debian.org>  Sun, 03 Jan 2010 13:06:34 -0800
+
 lintian (2.3.1) unstable; urgency=low
 
   The "goodbye to unpack level 2" release.

-- 
Debian package checker


Reply to: