initial import from Debian

version 1.2.5-3
This commit is contained in:
2025-07-19 11:06:09 +03:00
commit ddd46d4ba4
37 changed files with 2846 additions and 0 deletions

11
debian/musl.lintian-overrides vendored Normal file
View File

@@ -0,0 +1,11 @@
# musl libc.so does not depend on anything
musl binary: shared-library-lacks-prerequisites
# musl needs to use its own namespace to not conflict with other libcs
musl binary: arch-dependent-file-not-in-arch-specific-directory
# musl has no SONAME and version by design
musl binary: sharedobject-in-library-directory-missing-soname
# musl needs to use its own namespace to not conflict with other libcs
# The installed files are the same for CPU architecture
musl binary: triplet-dir-and-architecture-mismatch
# helper script for updating linker path config
musl binary: application-in-library-section libs [usr/bin/ld-musl-config]