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

[SCM] Debian package checker branch, master, updated. 1.24.4-62-gba62d53



The following commit has been merged in the master branch:
commit ba62d53d81485ffd0b3b5724e5245e1120e177d3
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Sun Aug 24 13:58:13 2008 -0500

    Detect jsjac and jsMath on the embedded js library check
    
    Signed-off-by: Raphael Geissert <atomo64@gmail.com>

diff --git a/checks/files b/checks/files
index 1d78a63..8e60f37 100644
--- a/checks/files
+++ b/checks/files
@@ -619,6 +619,8 @@ foreach my $file (sort keys %{$info->index}) {
 	    [ qr,(?i)fckeditor\.js(\.gz)?$, => 'fckeditor' ],
 	    [ qr,(?i)cropper(\.uncompressed)?\.js(\.gz)?$, => 'libjs-cropper' ],
 	    [ qr,(?i)yahoo-(dom-event|min)\.js(\.gz)?$, => 'libjs-yui' ],
+	    [ qr,(?i)jsjac(\.packed)?\.js(\.gz)?$, => 'libjs-jac' ],
+	    [ qr,(?i)jsMath(-fallback-\w+)?\.js(\.gz)?$, => 'jsmath' ],
 	);
 	foreach my $jslibrary (@jslibraries) {
 	    if ($file =~ m,$jslibrary->[0], and $pkg ne $jslibrary->[1]) {
diff --git a/debian/changelog b/debian/changelog
index 0c89b05..c701577 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,9 @@ lintian (1.25.0) unstable; urgency=low
     The default output is unchanged, see the documentation on
     how to utilize the new features.
   
+  * checks/files:
+    + [RA] Check for embedding copies of jsjac and jsMath.  Patch from
+      Raphael Geissert.
   * checks/scripts:
     + [FL] Change all regular expressions in depends_needed to
       require spaces after the command and not \b. There are

-- 
Debian package checker


Reply to: