From: Luca Boccassi Date: Fri, 5 Jan 2018 17:40:25 +0000 (+0000) Subject: dpdk-doc: depend on python3:any to fix multiarch warning X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F66%2F9966%2F1;p=deb_dpdk.git dpdk-doc: depend on python3:any to fix multiarch warning The package ships arch-independent scripts so it can work with any architecture of the python interpreter Change-Id: I03b2e33d4b535bb345949ce9ccf3acb12fef50d0 Signed-off-by: Luca Boccassi --- diff --git a/debian/control b/debian/control index e7993d53..657e4282 100644 --- a/debian/control +++ b/debian/control @@ -62,7 +62,7 @@ Section: doc Architecture: all Multi-Arch: foreign Homepage: http://dpdk.org/doc/guides/index.html -Depends: libjs-jquery, libjs-underscore, python3, ${misc:Depends}, ${python3:Depends} +Depends: libjs-jquery, libjs-underscore, python3:any, ${misc:Depends}, ${python3:Depends} Recommends: ${python3:Recommends} Description: Data Plane Development Kit (documentation) DPDK is a set of libraries for fast packet processing. Applications run