Bug#1031384: debian/control: build-deps cmake version requirement

2023-02-15 Thread YumeYao
commit/c5b56b35c264664e897a2895e2561a5fb8287703 The current debian source libzstd-dev.install is assuming zstdTargets*.cmake present in CMakeFiles/Export//. CMake 3.24 changed the path. Prior to CMake 3.24, this directory is CMakeFiles/Export/lib/${DEB_HOST_GNU_TYPE}/cmake/zstd. Regards, yumeyao

Bug#1004114: llvm-toolchain source package rules 'NJOBS' missing '-j'

2022-01-20 Thread YumeYao
are that I can set an envvar DEB_BUILD_OPTIONS='parallel=XX' before the build, but I assume the proper fix for it should be: else NJOBS := -j $(shell nproc) endif Regards, yumeyao