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

[SCM] Debian package checker branch, master, updated. 2.5.0-rc3-36-ge8e3278



The following commit has been merged in the master branch:
commit 0cb5c169ba0f9fbaf0c405f3aea9fc5afeea5ee1
Author: Marcelo Jorge Vieira <metal@debian.org>
Date:   Tue May 10 20:35:34 2011 +0200

    Extended the javascript library detection
    
    With this patch Lintian now also catches the following libraries:
     - libjs-jquery-cookie
     - libjs-jquery-form
     - libjs-jquery-mousewheel
     - libjs-jquery-easing
     - libjs-jquery-event-drag
     - libjs-jquery-event-drop
     - libjs-jquery-fancybox
     - libjs-jquery-galleriffic
     - libjs-jquery-jfeed
     - libjs-jquery-history
     - libjs-jquery-jush
     - libjs-jquery-meiomask
     - libjs-jquery-opacityrollover
     - libjs-jquery-tipsy
    
    Originally this was a serie of line patches that was merged into
    this one patch.
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/files b/checks/files
index 44b02d9..a755a9c 100644
--- a/checks/files
+++ b/checks/files
@@ -45,6 +45,20 @@ our @jslibraries = (
     [ 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' ],
+    [ qr,(?i)jquery\.cookie(\.min)?\.js(\.gz)?$, => qr'libjs-jquery-cookie' ],
+    [ qr,(?i)jquery\.form(\.min)?\.js(\.gz)?$, => qr'libjs-jquery-form' ],
+    [ qr,(?i)jquery\.mousewheel(\.min)?\.js(\.gz)?$, => qr'libjs-jquery-mousewheel' ],
+    [ qr,(?i)jquery\.easing(\.min)?\.js(\.gz)?$, => qr'libjs-jquery-easing' ],
+    [ qr,(?i)jquery\.event\.drag(\.min)?\.js(\.gz)?$, => qr'libjs-jquery-event-drag' ],
+    [ qr,(?i)jquery\.event\.drop(\.min)?\.js(\.gz)?$, => qr'libjs-jquery-event-drop' ],
+    [ qr,(?i)jquery\.fancybox(\.min)?\.js(\.gz)?$, => qr'libjs-jquery-fancybox' ],
+    [ qr,(?i)jquery\.galleriffic(\.min)?\.js(\.gz)?$, => qr'libjs-jquery-galleriffic' ],
+    [ qr,(?i)jquery\.jfeed(\.min)?\.js(\.gz)?$, => qr'libjs-jquery-jfeed' ],
+    [ qr,(?i)jquery\.history(\.min)?\.js(\.gz)?$, => qr'libjs-jquery-history' ],
+    [ qr,(?i)jquery\.jush(\.min)?\.js(\.gz)?$, => qr'libjs-jquery-jush' ],
+    [ 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' ],
 # 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' ],
diff --git a/debian/changelog b/debian/changelog
index a967f69..76b3025 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,10 @@ lintian (2.5.0~rc4) UNRELEASED; urgency=low
     + [NT] Accepted pach from Antonio Terceiro to add Ruby-Version as a
       accepted field in binary packages.  Thanks to Vincent Carmona for
       the report.  (Closes: #623390)
+  * check/files:
+    + [NT] Accepted multiple patches (merged into one) from Marcelo Jorge
+      Vieira to detech a number of new javascript libraries.
+      (Closes: #623878)
   * checks/patch-systems{,.desc}:
     + [NT] Detect when 3.0 (quilt) packages have a debian-changes-VERSION
       patch without a patch header.  Thanks to Iain Lane for suggestion

-- 
Debian package checker


Reply to: