Multiarch Fixes - abicheck

Ready changes

Summary

  • dep-any : abicheck could have its dependency on perl annotated with :any

Diff

diff --git a/debian/control b/debian/control
index ae1d5cf..668f3bf 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Vcs-Browser: https://salsa.debian.org/debian/abicheck
 
 Package: abicheck
 Architecture: all
-Depends: perl, ${misc:Depends}
+Depends: perl:any, ${misc:Depends}
 Description: binary compatibility checking tool
  ABIcheck is a tool for checking an application's compliance with a
  library's defined Application Binary Interface (ABI). It relies on

Debdiff

File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)

  • Depends: perl perl:any

More details

Full run details