From 57c93f155b5c457d65212a4cab55041dd9f35284 Mon Sep 17 00:00:00 2001 From: David Adam Date: Mon, 9 Mar 2020 20:02:24 +0800 Subject: [PATCH] debian packaging: make fish-common multi-arch foreign This means you can install multiple architectures of fish (eg x86 and x86_64) alongside each other, using the same fish-common package. Idea from the Debian fish package (version 3.1.0-1.1) by Punit Agrawal . --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index f96d10d0e..e6aa58e0b 100644 --- a/debian/control +++ b/debian/control @@ -23,6 +23,7 @@ Description: friendly interactive shell Package: fish-common Architecture: all +Multi-Arch: foreign Depends: ${misc:Depends} Recommends: fish, python3 (>= 3.5) Suggests: xdg-utils