Commit Graph

2 Commits

Author SHA1 Message Date
Adrien Bourmault f7d82f008f Makefile: fix a bug with making deb (segfault) and adding proper licensing notice
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.
2024-09-30 23:29:21 +02:00
Adrien Bourmault 23f17705ec
added Makefile and debian control file 2023-04-10 19:45:54 +02:00