Deb package builder and deployer from already installed packeges on Python3 for Debian-based GNU/Linux OS
'apt install python3 sudo'
'pip3 install https://github.com/Kovalit31/python-debdeploy/archive/refs/heads/main.zip' (replace main with required branch)
To build package, just start 'debdeploy <package>' For help, run 'debdeploy --help'
Default path, where is saving debs and cache is '/tmp/debdeploy-<random characters>' and '/tmp/debdeploy-<random characters>-cache' equalent
This program can build package only if you have pre-installed this package in system. Messages about 'System damage' may caused by broken packages, permantly deleted files of package (such as locales with bleachbit) utc.
Good luck!