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

[SCM] Debian package checker branch, master, updated. 2.2.14-10-gdad004e



The following commit has been merged in the master branch:
commit dad004e438b5cd43811eb73c37b44a3f79d3fdfb
Author: Russ Allbery <rra@debian.org>
Date:   Sat Sep 12 14:09:55 2009 -0700

    Remove swfobject.js from known packaged Javascript libraries
    
    * checks/files:
      + [RA] Remove swfobject.js from the known packaged Javascript
        libraries.  The version in libjs-yui is old and the new version is
        not packaged.  Thanks, Giuseppe Iuculano.  (Closes: #542046)

diff --git a/checks/files b/checks/files
index 2456782..fb9ae1d 100644
--- a/checks/files
+++ b/checks/files
@@ -35,7 +35,6 @@ our @jslibraries = (
     [ qr,(?i)scriptaculous\.js(\.gz)?$, => qr'libjs-scriptaculous' ],
     [ qr,(?i)fckeditor\.js(\.gz)?$, => qr'fckeditor' ],
     [ qr,(?i)cropper(\.uncompressed)?\.js(\.gz)?$, => qr'libjs-cropper' ],
-    [ qr,(?i)swfobject\.js(\.gz)?$, => qr'libjs-yui' ],
     [ qr,(?i)(yahoo|yui)-(dom-event|min)\.js(\.gz)?$, => qr'libjs-yui' ],
 # Disabled due to false positives.  Needs a content check adding to verify
 # that the file being checked is /the/ yahoo.js
diff --git a/debian/changelog b/debian/changelog
index 3b84a47..b0450e5 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,9 @@ lintian (2.2.15) UNRELEASED; urgency=low
       /var/lock, and /usr/src if they have their normal owner and
       permissions.  This suppresses some Lintian tags for base-files.
     + [RA] Allow base-files to ship /var/backups and /var/local.
+    + [RA] Remove swfobject.js from the known packaged Javascript
+      libraries.  The version in libjs-yui is old and the new version is
+      not packaged.  Thanks, Giuseppe Iuculano.  (Closes: #542046)
   * 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: