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

[SCM] Debian package checker branch, master, updated. 2.5.0-rc1-14-g038ceb1



The following commit has been merged in the master branch:
commit 038ceb15e20e33accdfe498178d9786949788bab
Author: Jeroen Dekkers <jeroen@dekkers.ch>
Date:   Tue Mar 22 19:35:07 2011 +0100

    Detect copies of CKEditor (formerly known as FCKEditor)
    
    This does not disable to check for copies of FCKEditor.
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/files b/checks/files
index e0ffe9f..1d4a597 100644
--- a/checks/files
+++ b/checks/files
@@ -42,6 +42,7 @@ our @jslibraries = (
     [ qr,(?i)prototype(-[\d\.]+)?\.js(\.gz)?$, => qr'libjs-prototype' ],
     [ qr,(?i)scriptaculous\.js(\.gz)?$, => qr'libjs-scriptaculous' ],
     [ qr,(?i)fckeditor\.js(\.gz)?$, => qr'fckeditor' ],
+    [ qr,(?i)ckeditor\.js(\.gz)?$, => qr'ckeditor' ],
     [ qr,(?i)cropper(\.uncompressed)?\.js(\.gz)?$, => qr'libjs-cropper' ],
     [ qr,(?i)(yahoo|yui)-(dom-event|min)\.js(\.gz)?$, => qr'libjs-yui' ],
 # Disabled due to false positives.  Needs a content check adding to verify
diff --git a/debian/changelog b/debian/changelog
index a33737b..9d54852 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,8 @@ lintian (2.5.0~rc2) UNRELEASED; urgency=low
   * checks/files:
     + [NT] Also check files in /etc/cron.d for dots in filenames.  Thanks
       to Thijs Kinkhorst for the report and patch.  (Closes: #615072)
+    + [NT] Applied patch to also detect copies of CKEditor.  Thanks to
+      Jeroen Dekkers for the report and the patch.  (Closes: #616505)
   * checks/huge-usr-share:
     + [NT] Removed assumption that there is always files in usr/share.
 

-- 
Debian package checker


Reply to: