Bug#955314: gosa depends on php-recode which has been dropped
Wolfgang Schweer
w.schweer at gmx.de
Tue Mar 31 11:22:22 BST 2020
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/debian-edu-pkg-team/attachments/20200331/4c3983d1/attachment-0001.sig>
More information about the Debian-edu-pkg-team
mailing list