This package makes available the Weave Data Language (WDL) compiler (WDLC). WDL is Weave's publish and subscribe schema language. The WDLC compiler can be used to compile (i.e., validate and code generate) schema written against the WDL specification.
currently wdlc is checking plugin.proto file for compilation, without it, the compilation would fail. In fact, the wdlc should be compiled without plugin.proto.
debian libprotobuf-dev contains the development headers and static libraries needed for writing c++ applications, Includes well known proto type files, but the schema/plugin.proto is missing. In contrast, in upstream GitHub link(https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protoc-3.6.1-linux-x86_64.zip), it has included plugin.proto file.
currently wdlc is checking plugin.proto file for compilation, without it, the compilation would fail. In fact, the wdlc should be compiled without plugin.proto.
Can you remove this plugin.proto check in code?