Commit 49b5eeb
fix: strip leading ../ from debian/files entries + add importlib-metadata dep
debian/files on some dpkg versions lists the .buildinfo path with a
leading ../ prefix; prepending another ../ in the mv loop produces
../../ which doesn't exist. Strip the prefix before the mv.
Also adds python3-importlib-metadata to python3-opentelemetry-api
Depends — opentelemetry.util._importlib_metadata unconditionally
imports it.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 75b9128 commit 49b5eeb
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments