81856c3175
This way, the build log will indicate whether StatFS can be relied on. I've tested all the failing architectures now, and on all of them, the StatFS code now returns Nothing, rather than Just nonsense. Also, if annex.diskreserve is set on a platform where StatFS is not working, git-annex will complain. Also, the Makefile was missing the sources target used when building with cabal.
44 lines
1.6 KiB
Text
44 lines
1.6 KiB
Text
Name: git-annex
|
|
Version: 3.20120114
|
|
Cabal-Version: >= 1.6
|
|
License: GPL
|
|
Maintainer: Joey Hess <joey@kitenet.net>
|
|
Author: Joey Hess
|
|
Stability: Stable
|
|
Copyright: 2010-2011 Joey Hess
|
|
License-File: GPL
|
|
Extra-Source-Files: use-make-sdist-instead
|
|
Homepage: http://git-annex.branchable.com/
|
|
Build-type: Custom
|
|
Category: Utility
|
|
Synopsis: manage files with git, without checking their contents into git
|
|
Description:
|
|
git-annex allows managing files with git, without checking the file
|
|
contents into git. While that may seem paradoxical, it is useful when
|
|
dealing with files larger than git can currently easily handle, whether due
|
|
to limitations in memory, checksumming time, or disk space.
|
|
.
|
|
Even without file content tracking, being able to manage files with git,
|
|
move files around and delete files with versioned directory trees, and use
|
|
branches and distributed clones, are all very handy reasons to use git. And
|
|
annexed files can co-exist in the same git repository with regularly
|
|
versioned files, which is convenient for maintaining documents, Makefiles,
|
|
etc that are associated with annexed files but that benefit from full
|
|
revision control.
|
|
|
|
Executable git-annex
|
|
Main-Is: git-annex.hs
|
|
Build-Depends: MissingH, hslogger, directory, filepath,
|
|
unix, containers, utf8-string, network, mtl, bytestring, old-locale, time,
|
|
pcre-light, extensible-exceptions, dataenc, SHA, process, hS3, json, HTTP,
|
|
base < 5, monad-control, transformers-base, lifted-base, quickcheck >= 2.1
|
|
|
|
Executable git-annex-shell
|
|
Main-Is: git-annex-shell.hs
|
|
|
|
Executable git-union-merge
|
|
Main-Is: git-union-merge.hs
|
|
|
|
source-repository head
|
|
type: git
|
|
location: git://git-annex.branchable.com/
|