Created attachment 94828 [details] Infos from Data::Dumper and debug patch. I'm currently building master and 4.1 with many languages, help and dictionaries and creating Debian packages. I see many perl errors for particular packages like: Use of uninitialized value $value in lc at /home/jan-marek.glogowski/Development/libreoffice/branch-4-1/solenv/bin/modules/installer/packagelist.pm line 442. I dumped the Perl hash, which has an undefined value in 'PRODUCTADDON'. Probably it's fine to ignore all undef values and do a next if (! defined $value);
Same thing for me. It seems not having bad effect on the installation packages. Already there in 4.2 branch and probably in older branches. Set version field accordingly. Best regards. JBF
This bug is already in 4.1.
Jan-Marek Glogowski committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=0a841226089679d2fed752607ce157ad0f5af330 fdo#75577: Add and use $helppackaddon variable The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.