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