Source: guilt
Section: devel
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Iulian Udrea <iulian@linux.com>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7), git
Build-Depends-Indep: asciidoc (>> 7.0.2-3), xmlto, libexpat1-dev
Standards-Version: 3.9.2
XS-Testsuite: autopkgtest
Homepage: http://www.kernel.org/pub/linux/kernel/people/jsipek/guilt/
Vcs-Browser: http://git.debian.org/?p=collab-maint/guilt.git
Vcs-Git: git://git.debian.org/git/collab-maint/guilt.git

Package: guilt
Architecture: all
Depends: ${misc:Depends}, git-core (>= 1.4) | git (>= 1:1.7)
Description: quilt for git; similar to Mercurial queues
 Guilt (Git Quilt) is a series of bash scripts which add a Mercurial
 queues-like functionality and interface to git.  The one distinguishing
 feature from other quilt-like porcelains, is the format of the patches
 directory. 
 .
 All the information is stored as plain text - a series file and the 
 patches (one per file). This easily lends itself to versioning the patches
 using any number of SCMs.
