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

[SCM] Debian package checker branch, master, updated. 2.5.4-128-g0f9a4d2



The following commit has been merged in the master branch:
commit 0f9a4d27f49009ecfb2eea1c38921d15668e4106
Author: Niels Thykier <niels@thykier.net>
Date:   Wed Feb 1 11:29:45 2012 +0100

    Re-added swfobjects.js to list of known javascript libraries
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/files b/checks/files
index bab92c8..90b6ec9 100644
--- a/checks/files
+++ b/checks/files
@@ -72,6 +72,7 @@ my @jslibraries = (
     [ qr,(?i)dojo\.js(\.uncompressed\.js)?(\.gz)?$, => qr'libjs-dojo-\w+' ],
     [ qr,(?i)dijit\.js(\.uncompressed\.js)?(\.gz)?$, => qr'libjs-dojo-\w+' ],
     [ qr,(?i)strophe(\.min)?\.js(\.gz)?$, => qr'libjs-strophe' ],
+    [ qr,(?i)swfobject(?:\.min)?\.js(?:\.gz)?$, => qr'libjs-swfobject' ],
     [ qr,(?i)underscore(\.min)?\.js(\.gz)?$, => qr'libjs-underscore' ],
 # not yet available in unstable:
 #    [ qr,(?i)(htmlarea|Xinha(Loader|Core))\.js$, => qr'xinha' ],
diff --git a/debian/changelog b/debian/changelog
index c59b729..8472dde 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -81,6 +81,9 @@ lintian (2.5.5) UNRELEASED; urgency=low
     + [NT] Allow fonts in packages starting with "fonts-".  This
       completes the fix for #646838.  Thanks to أحمد المحمودي
       for the follow up report.  (Closes: #651045)
+    + [NT] Re-added swfobject.js to the list of known javascript
+      libraries.  Thanks to Paul Wise for noticing it had been
+      uploaded.
   * checks/menus{,.desc}:
     + [NT] Remove obsolete checks for wm-menu/wm-menu-config use in
       maintainer scripts.  The executables are not shipped in menu

-- 
Debian package checker


Reply to: