Moin Mike, On Sun, Mar 29, 2020 at 08:55:27PM +0200, Paul Gevers wrote: > The php-defaults source package dropped the php-recode package that your > package depends on. Please fix your code to not require php-recode, or > align with the php-defaults maintainers how this situation should be fixed. It seems that gosa-plugin-samba is the only package with code referring to php-recode, see: https://github.com/gosa-project/gosa-plugins-samba3/blob/master/personal/samba/class_sambaMungedDial.inc
(I figure, the same would apply to fusiondirectory.)
Please check if D:php-recode is really required, given the fact that an
alternative seems to be available in the related code:
/* Encode paramName to UTF-16 */
if (function_exists("recode")){
$utfName= recode("ISO8859-15..UTF-16", $paramName);
} else {
$utfName= iconv("ISO8859-15", "UTF-16BE", $paramName);
}
Wolfgang
signature.asc
Description: PGP signature

