Source: c4core Version: 0.2.11-1 Severity: serious Hi Maintainer
As per Debian policy 8.1 Shared Libraries [1]: The run-time shared library must be placed in a package whose name changes whenever the SONAME of the shared library changes. This was not done in the 0.2.11-1 upload (and also not in the 0.2.7-1 upload). The effect can be seen in the autopkgtest regression of jsonnet in testing [2]. I have copied part of the log below. Regards Graham [1] https://www.debian.org/doc/debian-policy/ch-sharedlibs.html#run-time-shared-libraries [2] https://ci.debian.net/packages/j/jsonnet/testing/amd64/ 32s autopkgtest [09:44:27]: test command1: DISABLE_LIB_TESTS=1 JSONNET_BIN=/usr/bin/jsonnet JSONNETFMT_BIN=/usr/bin/jsonnetfmt sh tests.sh 32s autopkgtest [09:44:27]: test command1: [----------------------- 32s snippet: /usr/bin/jsonnet: error while loading shared libraries: libc4core.so.0.2.7: cannot open shared object file: No such file or directory 32s [31;1mFAIL [0m [1m(exit code) [0m: [36m/usr/bin/jsonnet --ext-str prefix='Happy Hour ' --ext-code brunch=true --tla-str prefix='Happy Hour ' --tla-code brunch=true .//arith.jsonnet [0m 32s This run's output: 32s /usr/bin/jsonnet: error while loading shared libraries: libc4core.so.0.2.7: cannot open shared object file: No such file or directory 32s Actual exit code 127, expected 0

