After a fresh build of Debian packages after [3339], Synaptic is still refusing to install them. Here is the message from apt-get:
Depends on libicu36 but it is not going to be installed.
I checked the etc/debian/control file, and there the option is written like this:
Build-Depends:
libicu34-dev | libicu36-dev | libicu-dev (>=3.4),
then a little further down it is:
Package: campcaster-station
Architecture: any
Depends:
libicu34 | libicu36 | libicu38,
and further it is:
Package: campcaster-studio
Architecture: any
Depends:
libicu34 | libicu36 | libicu38,
I’m pretty sure the problem is with the line requiring libicu34-dev or libicu36-dev, as libicu36-dev has libicu36 as one of its dependencies. I would suggest requiring the libicu-dev package and not specifying a version number.