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

[SCM] Debian package checker branch, master, updated. 1.24.4-79-g19ea75c



The following commit has been merged in the master branch:
commit 19ea75c0cec0b74207e78624a033a8c8f41df5d4
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Sat Aug 30 15:44:45 2008 -0500

    Add xinha on the embedded js lib check, which is not yet in the archive thus disabled
    
    Signed-off-by: Raphael Geissert <atomo64@gmail.com>
    Signed-off-by: Frank Lichtenheld <djpig@debian.org>

diff --git a/checks/files b/checks/files
index 042ce2b..e718cc3 100644
--- a/checks/files
+++ b/checks/files
@@ -622,6 +622,8 @@ foreach my $file (sort keys %{$info->index}) {
 	    [ qr,(?i)jsjac(\.packed)?\.js(\.gz)?$, => 'libjs-jac' ],
 	    [ qr,(?i)jsMath(-fallback-\w+)?\.js(\.gz)?$, => 'jsmath' ],
 	    [ qr,(?i)tiny_mce(_(popup|src))?\.js(\.gz)?$, => qr'tinymce2?' ],
+# not yet available in unstable:
+#	    [ qr,(?i)(htmlarea|Xinha(Loader|Core))\.js$, => 'xinha' ],
 	);
 	foreach my $jslibrary (@jslibraries) {
 	    if ($file =~ m,$jslibrary->[0], and $pkg !~ m,^$jslibrary->[1]$,) {
diff --git a/debian/changelog b/debian/changelog
index 6232c5f..bf8be68 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,12 +23,13 @@ lintian (1.25.0) unstable; urgency=low
       not listed first.  As with Depends, an info tag will still be issued
       for such packages.  (Closes: #496875)
   * checks/files{,.desc}:
-    + [RA] Check for embedding copies of jsjac and jsMath.  Patch from
-      Raphael Geissert.
-    + [FL] Check for embedded copies of tinymce/2 and allow the usage of
-      regexes on pkgs names.  Patch from Raphael Geissert.
-    + [RA] Add experimental check for embedded copies of PEAR PHP modules.
-      Patch from Raphael Geissert.
+    + [RA,FL] Patches from Raphael Geissert:
+      - Check for embedding copies of jsjac and jsMath.
+      - Check for embedded copies of tinymce/2 and allow the usage of
+        regexes on pkgs names.
+      - Add xinha on the embedded js lib check, which is not yet in the archive
+        thus disabled.
+      - Add experimental check for embedded copies of PEAR PHP modules.
     + [ADB] Rework the description for embedded-javascript-library to make
       it clear that the listed libraries are examples rather than an
       exclusive list.  Also fix a spelling mistake.

-- 
Debian package checker


Reply to: