Skip to content
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

[BUG] debuginfo packages that don't have debuginfo as the suffix are not considered debug packages #74

Open
nazunalika opened this issue Dec 4, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@nazunalika
Copy link
Member

Describe The Bug

Building packages that produce debuginfo packages may have a suffix other than just debuginfo. For example, kernel-debuginfo-common does not appear in the debug repositories.

Reproduction Steps

Build a package that will have packages with name-debuginfo-something. Those packages will not appear in the debug repository.

Expected Behavior

All debuginfo/debugsource packages should be in the appropriate repository.

Version and Build Information

Current.

Additional context

Pungi has this regex:

DEBUG_PATTERNS = ["*-debuginfo", "*-debuginfo-*", "*-debugsource"]
DEBUG_PATTERN_RE = re.compile(
    r"^(?:.*-debuginfo(?:-.*)?|.*-debuginfo-.*|.*-debugsource)$"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants