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

New Lintian Hint Format #10

Open
daykin opened this issue May 31, 2023 · 1 comment · May be fixed by #11
Open

New Lintian Hint Format #10

daykin opened this issue May 31, 2023 · 1 comment · May be fixed by #11

Comments

@daykin
Copy link

daykin commented May 31, 2023

Lintian now encloses file hints in square brackets, e.g.

E: epics-adcore-dev: unstripped-binary-or-object [usr/lib/epics/lib/linux-x86_64-debug/libADBase.so.3.12]

As such, dh_epics_lintian now creates mismatched overrides. I think the only way to handle any version is to add wildcards at the very beginning and end of each hint, e.g. epics-adcore-dev: unstripped-binary-or-object *usr/lib/epics/lib/linux-x86_64-debug/libADBase.so.3.12*

daykin added a commit to daykin/epics-debhelper that referenced this issue May 31, 2023
…tian override

Addresses epicsdeb#10 - allows for [new] or old version of hints
@daykin
Copy link
Author

daykin commented May 31, 2023

Instead of wildcards, I used perl's version module and grab the system lintian version. The script then decides what to use based on whether that version is before or after 2.115.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant