dpkg-ar: New internal ar implementation script
commit865322b2a8fd321218f97e83a4be56a80c874f75
authorGuillem Jover <guillem@debian.org>
Mon, 8 Jul 2024 01:59:30 +0000 (8 03:59 +0200)
committerGuillem Jover <guillem@debian.org>
Mon, 8 Jul 2024 03:41:18 +0000 (8 05:41 +0200)
treee6f402e8edfb26dbf3af47d76972d3caedfd7166
parentfbee9f6d46dc89e416c3c586fc712ffe30f89d4a
dpkg-ar: New internal ar implementation script

This script is going to be used in the test suite to guarantee we
have an implementation that conforms to the common Unix ar format,
independently of what the system supports.

This is a minimal interface, which is intended to be used internally
for now, and might get replaced with a C implementation later on.

Changelog: internal
scripts/Makefile.am
scripts/dpkg-ar.pl [new file with mode: 0755]