Skip to content

[Release][Packaging] APT Ubuntu repository miss dbgsym metadata #46284

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
tikkss opened this issue May 1, 2025 · 1 comment
Closed

[Release][Packaging] APT Ubuntu repository miss dbgsym metadata #46284

tikkss opened this issue May 1, 2025 · 1 comment

Comments

@tikkss
Copy link
Contributor

tikkss commented May 1, 2025

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

kou added a commit that referenced this issue May 6, 2025
…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]>
@kou kou added this to the 21.0.0 milestone May 6, 2025
@kou
Copy link
Member

kou commented May 6, 2025

Issue resolved by pull request 46288
#46288

@kou kou closed this as completed May 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants