We currently have a debian directory which contains deb packaging related files. They have to be updated to keep track of the package version, change logs, install scripts, etc. which requires some manual work and discrepancies can be introduced, as these files duplicate some info provided in cmake scripts.
Instead of tracking these debian files, we should let CMake generate these for us, by leveraging CMake's templating system, variables, etc.
We currently have a debian directory which contains deb packaging related files. They have to be updated to keep track of the package version, change logs, install scripts, etc. which requires some manual work and discrepancies can be introduced, as these files duplicate some info provided in cmake scripts.
Instead of tracking these debian files, we should let CMake generate these for us, by leveraging CMake's templating system, variables, etc.