From 58269dd6759b88af8bd1d185fb8e239d5ab26b0c Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Thu, 30 Apr 2020 09:11:52 +0200 Subject: [PATCH] changed: remove multiarch-support predepends no longer required in ubuntu bionic, and breaks ubuntu focal, and in any case it is support by both platforms. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 492d4c2ff..a16467871 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Vcs-Browser: https://github.com/OPM/opm-common Package: libopm-common1 Section: libs -Pre-Depends: ${misc:Pre-Depends}, multiarch-support +Pre-Depends: ${misc:Pre-Depends} Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends} @@ -56,7 +56,7 @@ Description: OPM common library -- documentation Package: python3-opm-common Section: libs -Pre-Depends: ${misc:Pre-Depends}, multiarch-support +Pre-Depends: ${misc:Pre-Depends} Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends}, libopm-common1, python3-numpy, python3-decorator