Skip to content

nonguix: binary: Automatically detect and unpack .deb files.

Giacomo Leidi requested to merge orang3/nonguix:unpack-deb into master

A new unpack phase is added to the binary-build-system. This new phase applies the unpack phase from gnu-build-system, to maintain backward compatibility. When a .deb file is detected as the only file after the orginal phase it is then decompressed in a specific directory.

Merge request reports