chiark / gitweb /
Initial debianisation of 0.2
[topgit.git] / debian / control
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..ab2dd5e
--- /dev/null
@@ -0,0 +1,22 @@
+Source: topgit
+Section: devel
+Priority: optional
+Maintainer: martin f. krafft <madduck@debian.org>
+Build-Depends: debhelper (>= 7), quilt
+Standards-Version: 3.8.0
+Homepage: http://repo.or.cz/w/topgit.git
+Vcs-Git: git://git.debian.org/git/collab-maint/topgit.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/topgit.git
+
+Package: topgit
+Architecture: all
+Depends: git-core
+Description: a Git patch queue manager
+ TopGit manages a patch queue using Git topic branches, one patch per
+ branch. It allows for patch dependencies and can thus manage
+ non-linear patch series.
+ .
+ TopGit is a minimal layer on top of Git, which does not limit use of
+ Git's functionality (such as the index). It rigorously keeps history
+ until a patch is accepted upstream. It is also fully usable across
+ distributed repositories.