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
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*
The text was updated successfully, but these errors were encountered:
daykin
added a commit
to daykin/epics-debhelper
that referenced
this issue
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.
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*
The text was updated successfully, but these errors were encountered: