Open snegovick opened 4 years ago
Automatic packaging can be implemented with stdeb3.
In current implementation all the binary files and python files are bundled into single deb file which is not correct and should be changed in future.
Current deb package is barely usable outside dev machine because it does not include lots of dependencies. Proper deb should be built and debugged in clean CI environment.
Analysis
Automatic packaging can be implemented with stdeb3.
Implementation
In current implementation all the binary files and python files are bundled into single deb file which is not correct and should be changed in future.