chiark / gitweb /
tg2quilt.mk: don't call git-status with git-commit options
[topgit.git] / debian / control
1 Source: topgit
2 Section: vcs
3 Priority: optional
4 Maintainer: Debian TopGit maintainers <pkg-topgit@teams.debian.net>
5 Uploaders: martin f. krafft <madduck@debian.org>, Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
6 Build-Depends: debhelper (>= 6), quilt
7 Standards-Version: 3.8.1
8 Homepage: http://repo.or.cz/w/topgit.git
9 Vcs-Git: git://git.debian.org/git/collab-maint/topgit.git
10 Vcs-Browser: http://git.debian.org/?p=collab-maint/topgit.git
11
12 Package: topgit
13 Architecture: all
14 Depends: git-core
15 Suggests: git-email, make, quilt
16 Description: a Git patch queue manager
17  TopGit manages a patch queue using Git topic branches, one patch per
18  branch. It allows for patch dependencies and can thus manage
19  non-linear patch series.
20  .
21  TopGit is a minimal layer on top of Git, which does not limit use of
22  Git's functionality (such as the index). It rigorously keeps history
23  until a patch is accepted upstream. It is also fully usable across
24  distributed repositories.