chiark / gitweb /
c35f7b46536e18b991028c721bf7c626c4afca6b
[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 Suggests: quilt
15 Description: a Git patch queue manager
16  TopGit manages a patch queue using Git topic branches, one patch per
17  branch. It allows for patch dependencies and can thus manage
18  non-linear patch series.
19  .
20  TopGit is a minimal layer on top of Git, which does not limit use of
21  Git's functionality (such as the index). It rigorously keeps history
22  until a patch is accepted upstream. It is also fully usable across
23  distributed repositories.