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

[SCM] Debian package checker branch, master, updated. 2.2.14-17-gac65710



The following commit has been merged in the master branch:
commit ac6571084370024e2191ec2bd6e6aac25fbed7c4
Author: Marcelo Jorge Vieira (metal) <metal@alucinados.com>
Date:   Sat Sep 12 18:35:57 2009 -0700

    Add mootools.js to embedded-javascript-library
    
    * checks/files{,.desc}:
      + [RA] Add mootools.js to embedded-javascript-library.  Patch from
        Marcelo Jorge Vieira (metal).  (Closes: #545716)

diff --git a/checks/files b/checks/files
index 0359d28..4e662bc 100644
--- a/checks/files
+++ b/checks/files
@@ -30,6 +30,7 @@ our $FONT_PACKAGES;
 # and the packages providing them
 our @jslibraries = (
     [ qr,(?i)mochikit\.js(\.gz)?$, => qr'libjs-mochikit' ],
+    [ qr,(?i)mootools((\.v|-)[\d\.]+)?(-((core(-server)?)|more)(-(yc|jm|nc))?)?\.js(\.gz)?$, => qr'libjs-mootools' ],
     [ qr,(?i)jquery(\.(min|lite|pack))?\.js(\.gz)?$, => qr'libjs-jquery' ],
     [ qr,(?i)prototype(-[\d\.]+)?\.js(\.gz)?$, => qr'libjs-prototype' ],
     [ qr,(?i)scriptaculous\.js(\.gz)?$, => qr'libjs-scriptaculous' ],
diff --git a/debian/changelog b/debian/changelog
index b7609d5..e63bd97 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,6 +30,8 @@ lintian (2.2.15) UNRELEASED; urgency=low
       wasn't triggering since PCF files are always compressed, and the
       situation for PCF font packages is more complex and not suitable for
       the same check.
+    + [RA] Add mootools.js to embedded-javascript-library.  Patch from
+      Marcelo Jorge Vieira (metal).  (Closes: #545716)
   * checks/manpages:
     + [ADB] Add HTTPS to the list of recognised protocols for URLs in manpages
       which should not cause manpage-has-errors-from-man to be emitted.

-- 
Debian package checker


Reply to: