Codebase list debian-goodies / 733b634
Replace less by sensible-pager, remove dependency on less. (Closes: #610563) Axel Beckert 11 years ago
3 changed file(s) with 8 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
1111 (Closes: #658846)
1212 - No more swallows all exceptions (Closes: #654458)
1313 - Correctly handle alternative dependencies (Closes: #516904)
14 * [debmany]
15 - Replace less by sensible-pager, remove dependency on less. (Closes:
16 #610563)
1417 * [bash_completion]
1518 - Install debmany bash completion file to /etc/bash_completion.d
1619 instead of as example. Rename it for easier use of dh_install.
99
1010 Package: debian-goodies
1111 Architecture: all
12 Depends: dctrl-tools | grep-dctrl, perl, curl, python (>= 2.4), whiptail | dialog, less, ${misc:Depends}
12 Depends: dctrl-tools | grep-dctrl, perl, curl, python (>= 2.4), whiptail | dialog, ${misc:Depends}
1313 Recommends: lsof
1414 Suggests: popularity-contest, xdg-utils, zenity
1515 Conflicts: debget
33 # description: select manpages+docs of any [not] installed debian package
44 # comment: debmany is based on the work of debman and debget
55 # gui uses: whiptail (preferred), dialog or zenity as well
6 # other uses: curl, less (can be overwritten: -o)
6 # other uses: curl, $PAGER or sensible-pager (can be overwritten: -o)
77 # optional: -k -g -x: kfmexec gnome-open xdg-open (xdg-utils)
88 # This is free software. You may redistribute copies of it under the terms of
99 # the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
2323 LC_ALL=C
2424
2525 # defaults
26 mancmdline="man %s" # manpageviewer
27 othercmdline="less %s" # viewer for other files
26 mancmdline="man %s" # man page viewer
27 othercmdline="sensible-pager %s" # viewer for other files
2828
2929 curdir=`pwd`
3030
5252 The list of files is displayed in a dialog.
5353 Supported locations for debian packages are: Local .deb-file,
5454 a package in the repository or an installed package.
55 The default for manpages is man - less is used for other files.
55 The default for manpages is man - sensible-pager is used for other files.
5656 Default can be overwritten with -k|-g|-x and -m -o.
5757 Syntax1 : debmany [-?|-h|--help]
5858 Syntax2 : debmany [-v[v]] [-k|-g|-x] [-m manviewer] [-o otherviewer] [-L limit] [-l lang1[,...]] package[.deb]