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

[SCM] Debian package checker branch, master, updated. 2.3.2-10-g2b5273b



The following commit has been merged in the master branch:
commit f3e6ed2c0857cf8d86698da5770ec775aed8f40f
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Thu Jan 28 14:16:41 2010 -0600

    Warn about embedded copies of dojo and dijit

diff --git a/checks/files b/checks/files
index 06e692e..29b94d0 100644
--- a/checks/files
+++ b/checks/files
@@ -43,6 +43,8 @@ our @jslibraries = (
     [ qr,(?i)jsjac(\.packed)?\.js(\.gz)?$, => qr'libjs-jac' ],
     [ qr,(?i)jsMath(-fallback-\w+)?\.js(\.gz)?$, => qr'jsmath' ],
     [ qr,(?i)tiny_mce(_(popup|src))?\.js(\.gz)?$, => qr'tinymce2?' ],
+    [ qr,(?i)dojo\.js(\.uncompressed\.js)?(\.gz)?$, => qr'libjs-dojo-\w+' ],
+    [ qr,(?i)dijit\.js(\.uncompressed\.js)?(\.gz)?$, => qr'libjs-dojo-\w+' ],
 # not yet available in unstable:
 #    [ qr,(?i)(htmlarea|Xinha(Loader|Core))\.js$, => qr'xinha' ],
 );

-- 
Debian package checker


Reply to: