## Bug details ### Describe the bug ibsslcommon2-dev was removed in 2017 as per [this](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=8709520). The Debian build_pkgs in the map.jinja currently references it and as a result deploying the build_pkgs module fails. ### Steps to reproduce the bug Deploy using the below pillar. ``` php: version: '7.3' modules: - build_pkgs ``` ### Attempts to fix the bug The package likely should be switched to libssl-dev which is already referenced, and therefore ibsslcommon2-dev can be deleted.