diff options
author | Joey Hess <joey@kitenet.net> | 2011-04-16 23:05:26 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-16 23:05:26 -0400 |
commit | 11da36e48fb0a9de35b8b386a0c4156b6dfd0ead (patch) | |
tree | 040b6f28ef31db4481816fd52ced507dadaf81bb /debian | |
parent | d82898841581bab7785a0010f49e21c5eec5b51b (diff) |
build dep update
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 42c79c91d..ae0ca0c59 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,18 @@ Source: git-annex Section: utils Priority: optional -Build-Depends: debhelper (>= 7.0.50), ghc6, libghc6-missingh-dev, libghc6-pcre-light-dev, libghc6-testpack-dev, ikiwiki, uuid, rsync, git | git-core, perlmagick +Build-Depends: + debhelper (>= 7.0.50), + ghc6, + libghc6-missingh-dev, + libghc6-pcre-light-dev, + libghc6-testpack-dev, + libghc6-sha-dev + ikiwiki, + perlmagick, + git | git-core, + uuid, + rsync, Maintainer: Joey Hess <joeyh@debian.org> Standards-Version: 3.9.1 Vcs-Git: git://git.kitenet.net/git-annex @@ -10,7 +21,11 @@ Homepage: http://git-annex.branchable.com/ Package: git-annex Architecture: any Section: utils -Depends: ${misc:Depends}, ${shlibs:Depends}, git | git-core, uuid, openssh-client, rsync +Depends: ${misc:Depends}, ${shlibs:Depends}, + git | git-core, + uuid, + rsync, + openssh-client Suggests: graphviz, bup, gnupg Description: manage files with git, without checking their contents into git git-annex allows managing files with git, without checking the file |