Add mbox support to "import"
[stgit] / debian / control
CommitLineData
6b136bb5
CM
1Source: stgit
2Section: devel
3Priority: optional
4Maintainer: Catalin Marinas <catalin.marinas@gmail.com>
5Build-Depends: debhelper (>= 4.0.0), python-dev
6Standards-Version: 3.6.2
7
8Package: stgit
9Architecture: all
10Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, git-core
11Description: provide Quilt functionality on top of GIT
12 StGIT (Stacked GIT) provides similar functionality to Quilt
13 (i.e. pushing/popping patches to/from a stack) on top of GIT.
14 .
15 These operations are performed using GIT commands and the patches are
16 stored as GIT commit objects, allowing easy merging of the StGIT
17 patches into other repositories using standard GIT functionality.
18 .
19 Homepage: http://www.procode.org/stgit/