debian/control lists specific version of boost libraries in the build dependencies, which prevents building on some systems (debian stable for example doesn't have those exact versions). I'm able to build the server if I change the depend to libboost....-dev without a version and so far it seems to run correctly.
Are those specific versions of boost required for some reason? Or can this entry be changed to simple package-dev in the official packages?