Hello,
I am building an extempore package for openSUSE.
openSUSE uses an automated build system called OBS which works in a virtualized environment without an internet connection.
Right now extempore extensively uses CMake to download external libraries. This makes compiling it without the internet really hard, especially because packages are downloaded at build time.
Switching to git submodules is a very simple change which makes the life of packagers much easier.