From ee08f867271adc4a90dae05a5b5fe9372d8fb4d8 Mon Sep 17 00:00:00 2001 From: vg Date: Fri, 2 Feb 2018 11:59:34 +0000 Subject: add debian package files, adapted from original debian package for ranger 1.8 --- debian/control | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +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. -- cgit v1.2.3