summaryrefslogtreecommitdiff
path: root/debian/control
blob: 156d9f67aca432afcf46876a5c18190c8879cc04 (plain)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Source: git-repair
Section: utils
Priority: optional
Build-Depends:
 debhelper (>= 9),
 ghc,
 git,
 libghc-async-dev,
 libghc-attoparsec-dev,
 libghc-data-default-dev,
 libghc-exceptions-dev (>= 0.6),
 libghc-filepath-bytestring-dev (>= 1.4.2.1.0),
 libghc-hslogger-dev,
 libghc-ifelse-dev,
 libghc-network-dev,
 libghc-network-uri-dev,
 libghc-optparse-applicative-dev (>= 0.14.1),
 libghc-quickcheck2-dev,
 libghc-split-dev,
 libghc-text-dev,
 libghc-transformers-dev,
 libghc-unix-compat-dev,
 libghc-utf8-string-dev,
Maintainer: Sean Whitton <spwhitton@spwhitton.name>
Standards-Version: 4.4.1
Vcs-Git: https://git.spwhitton.name/git-repair
Vcs-Browser: https://git.spwhitton.name/git-repair
Homepage: https://git-repair.branchable.com/
Rules-Requires-Root: no

Package: git-repair
Architecture: any
Section: utils
Depends:
 git,
 rsync,
 ${misc:Depends},
 ${shlibs:Depends},
Description: repair various forms of damage to git repositories
 git-repair can repair various forms of damage to git repositories.
 .
 It is a complement to git fsck, which finds problems, but does not fix them.
 .
 As well as avoiding the need to rm -rf a damaged repository and re-clone,
 using git-repair can help rescue commits you've made to the damaged
 repository and not yet pushed out.