[SCM] Debian package checker branch, master, updated. 2.0.0-54-g960a495
The following commit has been merged in the master branch:
commit f46da84f5b2472a8303d07a5a1ba4a5369318dc7
Author: Raphael Geissert <atomo64@gmail.com>
Date: Sat Nov 1 20:20:48 2008 -0600
Know about the not yet packaged kses PHP library
Signed-off-by: Raphael Geissert <atomo64@gmail.com>
diff --git a/checks/files b/checks/files
index 51041f3..b77d6d5 100644
--- a/checks/files
+++ b/checks/files
@@ -704,6 +704,7 @@ foreach my $file (sort keys %{$info->index}) {
# not yet available in unstable:
# [ qr,(?i)markdown\.php$, => 'libmarkdown-php' ],
# [ qr,(?i)IXR_Library(\.inc|\.php)+$, => 'libphp-ixr' ],
+# [ qr,(?i)(class\.)?kses\.php$, => 'libphp-kses' ],
);
foreach my $phplibrary (@phplibraries) {
if ($file =~ m,/$phplibrary->[0], and $pkg ne $phplibrary->[1]) {
--
Debian package checker
Reply to: