diff --git a/debian/control b/debian/control index 4cc47eeed..6dd45365d 100644 --- a/debian/control +++ b/debian/control @@ -3,10 +3,16 @@ Section: shells Priority: optional Maintainer: ridiculous_fish Uploaders: David Adam -Build-Depends: debhelper (>= 12), cmake (>= 3.19.0) | cmake-mozilla (>= 3.19.0), gettext, - rustc (>= 1.70), cargo (>= 0.66) | cargo-mozilla (>= 0.66), libpcre2-dev, +Build-Depends: debhelper (>= 12), + cargo (>= 0.66) | cargo-mozilla (>= 0.66), + cmake (>= 3.19.0) | cmake-mozilla (>= 3.19.0), + gettext, + libpcre2-dev, + rustc (>= 1.70), # Test dependencies - locales-all, ncurses-base, python3 + locales-all, + ncurses-base, + python3 Standards-Version: 4.1.5 Homepage: https://fishshell.com/ Vcs-Git: https://github.com/fish-shell/fish-shell.git @@ -14,8 +20,14 @@ Vcs-Browser: https://github.com/fish-shell/fish-shell Package: fish Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, file, gettext-base, man-db, ncurses-base, procps, - python3 (>=3.5) +Depends: file, + gettext-base, + man-db, + ncurses-base, + procps, + python3 (>=3.5), + ${misc:Depends}, + ${shlibs:Depends} Conflicts: fish-common Recommends: xsel (>=1.2.0) Suggests: xdg-utils