mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 13:18:59 +08:00
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 <punit@debian.org>.
This commit is contained in:
parent
5886b961d8
commit
57c93f155b
1
debian/control
vendored
1
debian/control
vendored
|
@ -23,6 +23,7 @@ Description: friendly interactive shell
|
||||||
|
|
||||||
Package: fish-common
|
Package: fish-common
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
Multi-Arch: foreign
|
||||||
Depends: ${misc:Depends}
|
Depends: ${misc:Depends}
|
||||||
Recommends: fish, python3 (>= 3.5)
|
Recommends: fish, python3 (>= 3.5)
|
||||||
Suggests: xdg-utils
|
Suggests: xdg-utils
|
||||||
|
|
Loading…
Reference in New Issue
Block a user