[SCM] Debian package checker branch, master, updated. 2.5.1-149-gab8b141
The following commit has been merged in the master branch:
commit 347c659ce6ecaae5f11dd9c67fd73e8284eb0871
Author: Marcelo Jorge Vieira <metal@alucinados.com>
Date: Mon Jul 25 18:42:20 2011 -0300
Extended the JavaScript library detection
With this patch Lintian now also catches the following libraries:
- libjs-jquery-metadata
- libjs-jquery-tablesorter
- libjs-jquery-livequery
- libjs-jquery-treetable
diff --git a/checks/files b/checks/files
index bdb552e..0a5e6dc 100644
--- a/checks/files
+++ b/checks/files
@@ -59,6 +59,10 @@ our @jslibraries = (
[ qr,(?i)jquery\.meiomask(\.min)?\.js(\.gz)?$, => qr'libjs-jquery-meiomask' ],
[ qr,(?i)jquery\.opacityrollover(\.min)?\.js(\.gz)?$, => qr'libjs-jquery-opacityrollover' ],
[ qr,(?i)jquery\.tipsy(\.min)?\.js(\.gz)?$, => qr'libjs-jquery-tipsy' ],
+ [ qr,(?i)jquery\.metadata(\.min)?\.js(\.gz)?$, => qr'libjs-jquery-metadata' ],
+ [ qr,(?i)jquery\.tablesorter(\.min)?\.js(\.gz)?$, => qr'libjs-jquery-tablesorter' ],
+ [ qr,(?i)jquery\.livequery(\.min)?\.js(\.gz)?$, => qr'libjs-jquery-livequery' ],
+ [ qr,(?i)jquery\.treetable(\.min)?\.js(\.gz)?$, => qr'libjs-jquery-treetable' ],
# Disabled due to false positives. Needs a content check adding to verify
# that the file being checked is /the/ yahoo.js
# [ qr,(?i)yahoo\.js(\.gz)?$, => qr'libjs-yui' ],
--
Debian package checker
Reply to: