Multiarch Fixes - ddgr

Ready changes

Summary

  • dep-any : ddgr could have its dependency on python3 annotated with :any

Diff

diff --git a/debian/control b/debian/control
index 0d0c476..f0ecc43 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Vcs-Browser: https://salsa.debian.org/debian/ddgr
 Package: ddgr
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends},
-         python3 (>= 3.5)
+         python3:any (>= 3.5)
 Description: DuckDuckGo from the terminal
  Features
  .

Debdiff

File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)

  • Depends: python3:any, python3 python3:any (>= 3.5)

More details

Full run details