I was wondering if it was possible to add a "provides: nginx" or something like this to the caddy ubuntu packages?
Some packages require something like this:
$ apt-cache depends zammad
zammad
...
Depends: curl
curl:i386
|Depends: elasticsearch
Depends: <elasticsearch-oss>
|Depends: nginx
nginx-core
nginx-extras
nginx-full
nginx-light
Depends: apache2
|Depends: postgresql
...
obviously the better solution would be to ask zammad to add |Depends: caddy to that block, but a) they have like >400 open issues on github, so I think that'd take longer and b) there might be other packages out there that would need that update too.
cheers 👋