diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..a68cac5 --- /dev/null +++ b/debian/control @@ -0,0 +1,26 @@ +Source: ranger +Section: utils +Priority: extra +Maintainer: Vern Sun <s5unty@gmail.com> +Build-Depends: debhelper (>= 10), dh-python (>= 1), python3 (>= 3.4), ncurses-bin (>= 5.7+20100313-5) +X-Python3-Version: >= 3.4 +Standards-Version: 3.9.8 +Homepage: http://ranger.nongnu.org/ + +Package: ranger +Architecture: all +Depends: ${misc:Depends}, ${python3:Depends}, less +Recommends: file, python3-chardet, w3m-img +Suggests: atool, caca-utils, elinks | elinks-lite | lynx | w3m, highlight, poppler-utils, sudo +Description: File manager with an ncurses frontend written in Python + Ranger is a free console file manager that gives you greater flexibility and a + good overview of your files without having to leave your *nix console. It + visualizes the directory tree in two dimensions: the directory hierarchy on + one, lists of files on the other, with a preview to the right so you know + where you'll be going. + . + The default keys are similar to those of Vim, Emacs and Midnight Commander, + though Ranger is easily controllable with just the arrow keys or the mouse. + . + The program is written in Python and uses curses for the text-based user + interface. |