You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…6288)
### Rationale for this change
Ubuntu uses `.ddeb` extension for debug symbol packages. So we need to specify `.ddeb` for APT repository metadata target explicitly.
### What changes are included in this PR?
Add `.ddeb` to `Default::Packages::Exntesions` in `apt-ftparchive` configuration.
### Are these changes tested?
Yes.
I used this for ADBC 18 RC 0.
See also: apache/arrow-adbc#2769
### Are there any user-facing changes?
No.
* GitHub Issue: #46284
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
Describe the bug, including details regarding any error messages, version, and platform.
For example,
libarrow2000-dbgsym
doesn't exist in APT repository metadata for noble:https://apache.jfrog.io/artifactory/arrow/ubuntu/dists/noble/main/binary-amd64/Packages
Note that
.ddeb
exists for dbgsym packages. Metadata are only nonexistent.For example,
libarrow2000-dbgsysm_20.0.0-1_amd64.ddeb
is available here:https://packages.apache.org/artifactory/arrow/ubuntu/pool/noble/main/a/apache-arrow/libarrow2000-dbgsym_20.0.0-1_amd64.ddeb
Component(s)
Packaging, Release
The text was updated successfully, but these errors were encountered: