psigen / rules_debian

Bazel rules to manage installation of .deb archives from Debian APT repositories.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support deb archives using Zstd compression

lalten opened this issue · comments

data_path = "{}/{}".format(package_path, "data.tar.xz")

Ubuntu Jammy libopencv-dev (http://archive.ubuntu.com/ubuntu/pool/universe/o/opencv/libopencv-dev_4.5.4+dfsg-9ubuntu4_amd64.deb) does not have a data.tar.xz,it has a data.tar.zst

Should be closed by #7