Package: python-opentelemetry-doc Version: 1.38.0-1 Tags: patch Hi,
The first paragraph of the long description for python-opentelemetry-doc seems to have been copied from python-sphobjinv-doc. The attached patch uses the same first paragraph as the rest of the python-opentelemetry binary packages.
>From 2b0c97a69d8c8cc7ea0d0181c6184dc97ba36d66 Mon Sep 17 00:00:00 2001 From: Teemu Hukkanen <[email protected]> Date: Thu, 30 Oct 2025 19:07:42 +0200 Subject: [PATCH] Fix long description for python-opentelemetry-doc Copy first paragraph of long description from other binary packages. --- debian/control | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/debian/control b/debian/control index 0486915..8f24092 100644 --- a/debian/control +++ b/debian/control @@ -55,11 +55,9 @@ Depends: ${sphinxdoc:Depends}, Multi-Arch: foreign Description: OpenTelemetry-Python API Reference - The syntax required for a functional Sphinx cross-reference is highly - non-obvious in many cases. Sometimes Sphinx can guess correctly what you - mean, but it's pretty hit-or-miss. The best approach is to provide Sphinx - with a completely specified cross-reference, and that's where sphobjinv - comes in. + OpenTelemetry is an observability framework – an API, SDK, and tools that are + designed to aid in the generation and collection of application telemetry + data such as metrics, logs, and traces. . This package contains the docs for the Python OpenTelemetry implementation. -- 2.51.0

