From ac12f754a1ad4f7ed57e08893f86e4e2627e3564 Mon Sep 17 00:00:00 2001 From: Richard Hartmann Date: Tue, 15 Dec 2015 23:26:04 -0700 Subject: Import git-repair_1.20151215-1.debian.tar.xz [dgit import tarball git-repair 1.20151215-1 git-repair_1.20151215-1.debian.tar.xz] --- control | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 control (limited to 'control') diff --git a/control b/control new file mode 100644 index 0000000..e1bd4ef --- /dev/null +++ b/control @@ -0,0 +1,37 @@ +Source: git-repair +Section: utils +Priority: optional +Build-Depends: + debhelper (>= 9), + ghc, + git, + libghc-missingh-dev, + libghc-hslogger-dev, + libghc-network-dev, + libghc-exceptions-dev (>= 0.6), + libghc-transformers-dev, + libghc-unix-compat-dev, + libghc-ifelse-dev, + libghc-text-dev, + libghc-quickcheck2-dev, + libghc-utf8-string-dev, + libghc-async-dev, + libghc-optparse-applicative-dev (>= 0.10.0), + libghc-network-uri-dev +Maintainer: Richard Hartmann +Standards-Version: 3.9.6 +Vcs-Git: git://git-repair.branchable.com/ +Homepage: http://git-repair.branchable.com/ + +Package: git-repair +Architecture: any +Section: utils +Depends: ${misc:Depends}, ${shlibs:Depends}, git, rsync +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. -- cgit v1.2.3