1
0
Fork 0

Merging upstream version 0.27.1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-03-05 09:17:10 +01:00
parent 1ddb356def
commit 3a779a0ae8
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
10 changed files with 37 additions and 34 deletions

View file

@ -39,7 +39,7 @@ arg_parser.o : arg_parser.h
archive_reader.o : tarlz.h lzip_index.h archive_reader.h
common.o : tarlz.h
common_decode.o : tarlz.h arg_parser.h decode.h
common_mutex.o : common_mutex.h
common_mutex.o : tarlz.h common_mutex.h
compress.o : tarlz.h arg_parser.h
create.o : tarlz.h arg_parser.h create.h
create_lz.o : tarlz.h arg_parser.h common_mutex.h create.h
@ -49,7 +49,7 @@ decode_lz.o : tarlz.h arg_parser.h lzip_index.h archive_reader.h \
delete.o : tarlz.h arg_parser.h lzip_index.h archive_reader.h
delete_lz.o : tarlz.h arg_parser.h lzip_index.h archive_reader.h
exclude.o : tarlz.h
extended.o : tarlz.h
extended.o : tarlz.h common_mutex.h
lzip_index.o : tarlz.h lzip_index.h
main.o : tarlz.h arg_parser.h