[SCM] Debian package checker branch, master, updated. 2.5.1-8-gdaf51a8
The following commit has been merged in the master branch:
commit daf51a86c482bae8a4c0a1f3a2e6ee010e2516b3
Author: Jakub Wilk <jwilk@debian.org>
Date: Fri Jun 24 16:08:10 2011 +0200
Detect the javascript library "underscore"
Signed-off-by: Niels Thykier <niels@thykier.net>
diff --git a/checks/files b/checks/files
index 8081ee2..7e15d58 100644
--- a/checks/files
+++ b/checks/files
@@ -68,6 +68,7 @@ our @jslibraries = (
[ qr,(?i)dojo\.js(\.uncompressed\.js)?(\.gz)?$, => qr'libjs-dojo-\w+' ],
[ qr,(?i)dijit\.js(\.uncompressed\.js)?(\.gz)?$, => qr'libjs-dojo-\w+' ],
[ qr,(?i)strophe(\.min)?\.js(\.gz)?$, => qr'libjs-strophe' ],
+ [ qr,(?i)underscore(\.min)?\.js(\.gz)?$, => qr'libjs-underscore' ],
# not yet available in unstable:
# [ qr,(?i)(htmlarea|Xinha(Loader|Core))\.js$, => qr'xinha' ],
);
diff --git a/debian/changelog b/debian/changelog
index c281bab..c72a3d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,10 @@ lintian (2.5.2) UNRELEASED; urgency=low
* checks/circular-deps.desc:
+ [NT] Fixed typo; thanks to Nicolás Alvarez for the report
and patch. (Closes: #630925)
+ * checks/files:
+ + [NT] Check for embedded copies of the underscore javascript
+ library. Thanks to Jakub Wilk for report and the patch.
+ (Closes: #631513)
* frontend/lintian:
+ [NT] Ensure that all dependency collections of a check are
--
Debian package checker
Reply to: