71187737a3
* debian/control: - added myself to Uploaders - debhelper Build-Depends updated to >= 6. * debian/watch: - improved current watch line regex - added (commented out) probable future watch line * debian/compat bumped to 6 * debian/dirs, debian/install and debian/links added * debian/rules: - refactored to make use of debian/{dirs,install,links}
19 lines
689 B
Plaintext
19 lines
689 B
Plaintext
Source: bash-completion
|
|
Section: shells
|
|
Priority: standard
|
|
Maintainer: Luk Claes <luk@debian.org>
|
|
Uploaders: David Paleino <d.paleino@gmail.com>
|
|
Build-Depends: debhelper (>= 6)
|
|
Standards-Version: 3.7.3
|
|
|
|
Package: bash-completion
|
|
Architecture: all
|
|
Depends: bash (>= 3.1dfsg-9), ucf
|
|
Replaces: bash (<< 3.1dfsg-9)
|
|
Description: programmable completion for the bash shell
|
|
bash completion extends bashs standard completion behavior to achieve
|
|
complex command lines with just a few keystrokes. This project was
|
|
conceived to produce programmable completion routines for the most
|
|
common Linux/UNIX commands, reducing the amount of typing sysadmins
|
|
and programmers need to do on a daily basis.
|