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

[SCM] Debian package checker branch, master, updated. 2.2.5-41-ge817bea



The following commit has been merged in the master branch:
commit e817beae2b6efbb36b899e1ba6c4d2c5bc22f295
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Sun Feb 22 00:23:20 2009 +0000

    Make embedded-{javascript,php}-library certainty: possible.
    
    Lower the certainty of the embedded-{javascript,php}-library tags to
    "possible" as they trigger purely on filenames and not content.
    (Closes: #515690)

diff --git a/checks/files.desc b/checks/files.desc
index 35cc247..8a15100 100644
--- a/checks/files.desc
+++ b/checks/files.desc
@@ -892,7 +892,7 @@ Ref: policy 9.2
 
 Tag: embedded-javascript-library
 Severity: normal
-Certainty: certain
+Certainty: possible
 Info: This package contains an embedded copy of JavaScript libraries
  that are now available in their own packages (for example, JQuery,
  Prototype, Mochikit or "Cropper"). Please depend on the appropriate
@@ -918,7 +918,7 @@ Ref: policy 4.13
 
 Tag: embedded-php-library
 Severity: normal
-Certainty: certain
+Certainty: possible
 Info: This package appears to contain an embedded copy of a PHP library.
  Please depend on the respective package providing the library and
  make sure it can be found by the scripts via the include_path.
diff --git a/debian/changelog b/debian/changelog
index dbc88b8..69d3bf3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -36,6 +36,9 @@ lintian (2.2.6) UNRELEASED; urgency=low
     + [ADB] Modify the check for embedded Javascript libraries to ignore
       yahoo.js as there are similarly named, but unrelated,  scripts in
       the archive.      
+    + [ADB] Lower the certainty of the embedded-{javascript,php}-library
+      tags to "possible" as they trigger purely on filenames and not
+      content.  (Closes: #515690)
   * checks/scripts:
     + [RA] Make static regexes global to avoid recreating them for each
       file we scan.  Patch from Raphael Geissert.

-- 
Debian package checker


Reply to: