diff options
author | Guido Günther <agx@sigxcpu.org> | 2010-01-28 19:03:33 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2010-01-31 19:11:55 +0100 |
commit | a7fe7c4678a48072c11bb57fd1f99ca7b8118158 (patch) | |
tree | 3e89aa27292e357af07b7b6a4c876a03040ac353 /debian/control | |
parent | 07d54efbe86b1d93805a1a3a78eca45c32bc5734 (diff) | |
download | git-buildpackage-a7fe7c4678a48072c11bb57fd1f99ca7b8118158.tar.gz git-buildpackage-a7fe7c4678a48072c11bb57fd1f99ca7b8118158.tar.bz2 git-buildpackage-a7fe7c4678a48072c11bb57fd1f99ca7b8118158.zip |
Add basic bash completion for git-buildpackage
Thanks: Siegfried-Angel Gevatter
Closes: #567313
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 6eb4056a..c5c5964d 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,8 @@ Section: vcs Priority: optional Maintainer: Guido Günther <agx@sigxcpu.org> Build-Depends: cdbs, debhelper (>= 5), python-dev, python-support (>= 0.3), - pychecker, gtk-doc-tools, sgml2x, docbook-utils, jade, python-dateutil, python-nose + pychecker, gtk-doc-tools, sgml2x, docbook-utils, jade, python-dateutil, python-nose, + bash-completion Standards-Version: 3.8.3 Vcs-Git: git://honk.sigxcpu.org/git/git-buildpackage.git Vcs-Browser: http://git.debian.org/?p=users/agx/git-buildpackage.git |