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

[SCM] Debian package checker branch, master, updated. 2.2.6-24-g1f32365



The following commit has been merged in the master branch:
commit aa97f8df9f3703075c9659736a269da434c42789
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Mon Feb 23 02:29:37 2009 -0600

    Match yui-*.js as well as yahoo-*.js
    
    Some packages use yui-*.js instead of yahoo-*.js.  Match those file names
    as well.

diff --git a/checks/files b/checks/files
index 9d30c89..103bd05 100644
--- a/checks/files
+++ b/checks/files
@@ -37,7 +37,7 @@ our @jslibraries = (
     [ qr,(?i)fckeditor\.js(\.gz)?$, => qr'fckeditor' ],
     [ qr,(?i)cropper(\.uncompressed)?\.js(\.gz)?$, => qr'libjs-cropper' ],
     [ qr,(?i)swfobject\.js(\.gz)?$, => qr'libjs-yui' ],
-    [ qr,(?i)yahoo-(dom-event|min)\.js(\.gz)?$, => qr'libjs-yui' ],
+    [ qr,(?i)(yahoo|yui)-(dom-event|min)\.js(\.gz)?$, => qr'libjs-yui' ],
 # 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: