Makefile: fix a bug with making deb (segfault) and adding proper licensing notice #1

Closed
neox wants to merge 6 commits from neox-patch-1 into master

6 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 bb51c63746 Merge branch 'devel' into 'master'
[1.0.0]

See merge request echolib/tyto-litterateur!5
2023-05-10 14:17:44 +00:00
Adrien Bourmault 5d17b15e15 [1.0.0] 2023-05-10 14:17:44 +00:00
Adrien Bourmault 8dcbfcdd0a Release 0.10.1
See merge request echolib/tyto-litterateur!4
2023-04-18 10:33:13 +00:00
Adrien Bourmault 4aba6ee8d3 Release 0.9.0
arguments "all", "again", "newer" with wip/publish. Invert item in RSS (newest...

See merge request echolib/tyto-litterateur!3
2023-04-14 12:24:17 +00:00
Adrien Bourmault 818f8f8acc Merge branch 'devel' into 'master'
Merge branch 'master' into 'devel'

See merge request echolib/tyto-litterateur!2
2022-11-16 10:52:19 +00:00