yaz (5.30.0-1)
- libyaz-dev:
- yaz-config and its man page are no longer packaged.
Please switch to pkg-config (yaz, yaz-icu or yaz-server).
This also makes the package reproducible. Closes: #955501
I installed pkg-config and created a script to replace the missing yas-config
#!/bin/bash
pkg-config yaz $*
yaz (5.30.0-1)
Please switch to pkg-config (yaz, yaz-icu or yaz-server).
This also makes the package reproducible. Closes: #955501
I installed pkg-config and created a script to replace the missing yas-config
#!/bin/bash
pkg-config yaz $*