Run of multiarch-fixes for abicheck

Merge these changes:

git pull https://janitor.debian.net/git/abicheck multiarch-fixes/main
Full worker log

Summary

Apply multi-arch hints:
  • 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

Publish History

Resulting package

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t multiarch-fixes abicheck

Reviews

Reviewer Verdict Comment
jelmer@debian.org approved