2010-10-16 16:41:24 -04:00
|
|
|
Source: git-annex
|
|
|
|
Section: utils
|
|
|
|
Priority: optional
|
2011-04-16 23:05:26 -04:00
|
|
|
Build-Depends:
|
2012-01-15 14:53:38 -04:00
|
|
|
debhelper (>= 9),
|
2012-02-04 14:44:03 -04:00
|
|
|
ghc (>= 7.4),
|
2011-04-21 02:07:40 -04:00
|
|
|
libghc-missingh-dev,
|
2011-05-27 20:21:13 -04:00
|
|
|
libghc-hslogger-dev,
|
2011-04-21 02:07:40 -04:00
|
|
|
libghc-pcre-light-dev,
|
2011-04-26 11:24:23 -04:00
|
|
|
libghc-sha-dev,
|
2011-04-21 02:07:40 -04:00
|
|
|
libghc-dataenc-dev,
|
2011-07-04 19:31:45 -04:00
|
|
|
libghc-http-dev,
|
2011-04-21 09:58:32 -04:00
|
|
|
libghc-utf8-string-dev,
|
|
|
|
libghc-hs3-dev (>= 0.5.6),
|
2012-01-13 15:50:56 -04:00
|
|
|
libghc-testpack-dev,
|
|
|
|
libghc-quickcheck2-dev,
|
2011-12-24 23:05:23 -04:00
|
|
|
libghc-monad-control-dev (>= 0.3),
|
2011-12-30 20:06:15 -04:00
|
|
|
libghc-lifted-base-dev,
|
2011-09-01 15:16:31 -04:00
|
|
|
libghc-json-dev,
|
2012-01-24 15:28:13 -04:00
|
|
|
libghc-ifelse-dev,
|
2011-04-16 23:05:26 -04:00
|
|
|
ikiwiki,
|
|
|
|
perlmagick,
|
2011-10-11 23:03:19 -04:00
|
|
|
git,
|
2011-04-16 23:05:26 -04:00
|
|
|
uuid,
|
|
|
|
rsync,
|
2012-02-25 19:15:29 -04:00
|
|
|
openssh-client,
|
2010-10-16 16:41:24 -04:00
|
|
|
Maintainer: Joey Hess <joeyh@debian.org>
|
2011-05-16 15:01:05 -04:00
|
|
|
Standards-Version: 3.9.2
|
2010-10-16 16:41:24 -04:00
|
|
|
Vcs-Git: git://git.kitenet.net/git-annex
|
2010-10-19 16:17:29 -04:00
|
|
|
Homepage: http://git-annex.branchable.com/
|
2010-10-16 16:41:24 -04:00
|
|
|
|
|
|
|
Package: git-annex
|
|
|
|
Architecture: any
|
|
|
|
Section: utils
|
2011-04-16 23:05:26 -04:00
|
|
|
Depends: ${misc:Depends}, ${shlibs:Depends},
|
2011-10-11 22:52:55 -04:00
|
|
|
git (>= 1:1.7.7),
|
2011-04-16 23:05:26 -04:00
|
|
|
uuid,
|
|
|
|
rsync,
|
2011-08-27 12:31:50 -04:00
|
|
|
wget | curl,
|
2012-02-25 19:31:46 -04:00
|
|
|
openssh-client (>= 1:5.6p1)
|
2011-04-16 19:13:05 -04:00
|
|
|
Suggests: graphviz, bup, gnupg
|
2010-10-16 16:41:24 -04:00
|
|
|
Description: manage files with git, without checking their contents into git
|
|
|
|
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
|
2012-02-15 19:43:15 -04:00
|
|
|
to limitations in memory, time, or disk space.
|
2010-10-16 16:41:24 -04:00
|
|
|
.
|
|
|
|
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.
|