Set HTTP User-Agent header to something meaningful
There are a few places that we are making HTTP requests (via requests or via aiohttp).
We should set the User-Agent header to "debusine" and the version is possible.
Probably more important as soon as we are going to make requests to servers that are not Debusine (e.g. when implementing the .dsc download in #66 it might be the case).
issue