This commit fixes a bug with making the deb package, that produced while executing apt install :
# apt install ./debian/tyto.deb
Segmentation faultsts... 0%
Also with dpkg :
# dpkg -i ./debian/tyto.deb
dpkg: error processing archive ./debian/tyto.deb (--install):
unable to open file '/var/lib/dpkg/tmp.ci//debian': Is a directory
Errors were encountered while processing:
./debian/tyto.deb
This bug was caused by a malformed tar construction.