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

[SCM] Debian package checker branch, master, updated. 2.2.6-17-gae9fa2e



The following commit has been merged in the master branch:
commit bb26b78a45926a38264bf5f233dd296a1b8eebdb
Author: Russ Allbery <rra@debian.org>
Date:   Sat Feb 28 20:57:35 2009 -0800

    Add changelog for performance patches from Raphael Geissert

diff --git a/debian/changelog b/debian/changelog
index a3bc100..32cdfe6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,20 @@ lintian (2.2.7) UNRELEASED; urgency=low
     + [RA] Check for embedded copies of zlib in ELF binaries by looking
       for the inflate and deflate copyright strings.  Patch from Raphael
       Geissert.  (Closes: #318104)
+    + [RA] Avoid capturing parentheses in regexes due to their minor
+      performance penalty.  Patch from Raphael Geissert.
+  * checks/changelog-file:
+    + [RA] Avoid capturing parentheses in regexes due to their minor
+      performance penalty.  Patch from Raphael Geissert.
+  * checks/copyright-file:
+    + [RA] Avoid capturing parentheses in regexes due to their minor
+      performance penalty.  Patch from Raphael Geissert.
+  * checks/fields:
+    + [RA] Precompile constant regexes with qr.  Patch from Raphael
+      Geissert.
+  * checks/files:
+    + [RA] Avoid capturing parentheses in regexes due to their minor
+      performance penalty.  Patch from Raphael Geissert.
   * checks/manpages:
     + [CW] Run man with '-E UTF-8' to avoid producing bogus warnings on
       localised manual pages due to attempting to recode through ASCII.
@@ -23,6 +37,9 @@ lintian (2.2.7) UNRELEASED; urgency=low
   * debian/control:
     + [CW] Depend on man-db (>= 2.4.0) for '-E UTF-8'.
 
+  * frontend/lintian:
+    + [RA] Stop loading FileHandle.  We no longer use it.
+  
  -- Russ Allbery <rra@debian.org>  Sun, 22 Feb 2009 13:24:23 -0800
 
 lintian (2.2.6) unstable; urgency=low

-- 
Debian package checker


Reply to: