Source: xpcomp
Section: shells
Priority: optional
Maintainer: ingo koehne <ingok@gmx.net>
Standards-Version: 3.6.0
Build-Depends: bash-builtins (>= 2.05b), debhelper (>= 3.0.15)

Package: xpcomp
Architecture: i386
Depends: ${shlibs:Depends}, ${bash-depend}
Recommends: xpcomp-completions
Description: Programmable completion helper for bash (builtin commands).
 Xpcomp is a set of bash builtins (using bash programmable completion) that
 make programming completions easier.  For commands that follow common command
 line syntax (most of them do), the completion specification is done for each
 command option separately.  Completion of option names and arguments is then
 done by xpcomp.  The completion database can be written to binary cache files,
 which speed up loading and are shared between bash processes.
 .
 NOTE: You have to install the xpcomp-completions package if you do not want
 to program your own completions or just want it usable out of the box.
 .
 WARNING: MAY CRASH YOUR BASH
