diff --git a/debian/scripts/checks/abi-check b/debian/scripts/checks/abi-check index 5bc1c935d7e0..f29ce638ff27 100755 --- a/debian/scripts/checks/abi-check +++ b/debian/scripts/checks/abi-check @@ -101,7 +101,7 @@ changed_type = 0 error = False for sym, vals in symbols.items(): # Ignore new symbols - if 'old' not in vals: + if 'old' not in vals or 'loc' not in vals: continue # Changes in location don't hurt us, but log it anyway