> There was a little issue with the automate.cache directory included in> the upstream sources.
I suppose this has already been removed upstream. (Can't find it in the repo [1].)
> * TODO:
> What are your plans for these?
> - static libs
None. :)
CMake builds don't allow for combined shared/static builds, so enabling those would require to build netCDF twice. While the headers should be the same, I have no idea what we should do with differences in the export config files in static vs. shared builds. Would we have to ship two different packages? Not easy to answer, certainly not something for now, it would seem.
> - proper doc installation
This has already improved quite a lot, see
```
$ dpkg -L netcdf-doc
[...]
```
Save for the installation of jquery, possibly, this looks rather complete. I'd vote for checking this as done.
Cheers,
Nico