Package: opentelemetry-proto / 1.8.0-1

Metadata

Package Version Patches format
opentelemetry-proto 1.8.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Makefile.patch | (download)

Makefile | 16 3 + 13 - 0 !
1 file changed, 3 insertions(+), 13 deletions(-)

 adjust upstream makefile to debian

As of 1.3.2, upstream Makefile relies on the container built according to
https://github.com/open-telemetry/build-tools/blob/10a409a16331d2b65dda71056096e79410be5538/protobuf/Dockerfile
See also:
https://github.com/open-telemetry/opentelemetry-proto/issues/142

So the main change of this patch is to replace the docker-based stuff with
build dependencies.

A second change includes removing gen-* targets for which there are not
packaged build dependencies, such as protoc plugins, or that we don't
(currently) support.

And third, only the cpp and python code is generated, for the moment.