diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 6534fef31..c587c29ec 100644 --- a/debian/control +++ b/debian/control @@ -28,6 +28,7 @@ Build-Depends: uuid, rsync, openssh-client, + lsof, Maintainer: Joey Hess <joeyh@debian.org> Standards-Version: 3.9.3 Vcs-Git: git://git.kitenet.net/git-annex @@ -41,7 +42,8 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, uuid, rsync, wget | curl, - openssh-client (>= 1:5.6p1) + openssh-client (>= 1:5.6p1), + lsof 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 |