File: control

package info (click to toggle)
guilt 0.36-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,272 kB
  • ctags: 201
  • sloc: sh: 3,062; makefile: 93; perl: 42
file content (27 lines) | stat: -rw-r--r-- 1,004 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: guilt
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 9~)
Build-Depends-Indep: asciidoc (>> 7.0.2-3),
                     git,
                     libexpat1-dev,
                     xmlto
Standards-Version: 3.9.8
Homepage: http://repo.or.cz/w/guilt.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/guilt.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/guilt.git

Package: guilt
Architecture: all
Depends: git (>= 1:1.7),
         ${misc:Depends}
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.