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
Collaborator

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.

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.
neox added 1 commit 2024-09-30 23:29:44 +02:00
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.
neox closed this pull request 2024-10-01 00:13:10 +02:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: echolib/tyto-litterateur#1
No description provided.