chiark / gitweb /
Implement installation of contrib/tg-completion.bash
[topgit.git] / debian / control
1 Source: topgit
2 Section: devel
3 Priority: optional
4 Maintainer: martin f. krafft <madduck@debian.org>
5 Build-Depends: debhelper (>= 7), quilt
6 Standards-Version: 3.8.0
7 Homepage: http://repo.or.cz/w/topgit.git
8 Vcs-Git: git://git.debian.org/git/collab-maint/topgit.git
9 Vcs-Browser: http://git.debian.org/?p=collab-maint/topgit.git
10
11 Package: topgit
12 Architecture: all
13 Depends: git-core
14 Description: a Git patch queue manager
15  TopGit manages a patch queue using Git topic branches, one patch per
16  branch. It allows for patch dependencies and can thus manage
17  non-linear patch series.
18  .
19  TopGit is a minimal layer on top of Git, which does not limit use of
20  Git's functionality (such as the index). It rigorously keeps history
21  until a patch is accepted upstream. It is also fully usable across
22  distributed repositories.