Have 'stg branch --create' record parent information.
[stgit] / debian / control
1 Source: stgit
2 Section: devel
3 Priority: optional
4 Maintainer: Catalin Marinas <catalin.marinas@gmail.com>
5 Build-Depends: debhelper (>= 4.0.0), python-dev
6 Standards-Version: 3.6.2
7
8 Package: stgit
9 Architecture: all
10 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, git-core
11 Description: 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/