diff options
author | vg <vg@devys.org> | 2018-02-02 11:59:34 +0000 |
---|---|---|
committer | vg <vg@devys.org> | 2018-02-02 11:59:34 +0000 |
commit | ee08f867271adc4a90dae05a5b5fe9372d8fb4d8 (patch) | |
tree | e8a85891c1ae018efbc764c9d43bb649e297019f /debian/control | |
parent | f7f97ca30f11dfc5c03aa6b2950ded79de225217 (diff) | |
download | debian-ranger-ee08f867271adc4a90dae05a5b5fe9372d8fb4d8.tar.gz debian-ranger-ee08f867271adc4a90dae05a5b5fe9372d8fb4d8.tar.bz2 debian-ranger-ee08f867271adc4a90dae05a5b5fe9372d8fb4d8.zip |
add debian package files, adapted from original debian package for ranger 1.8
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. |