diff options
author | Joey Hess <joey@kitenet.net> | 2012-06-15 23:24:01 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-06-15 23:29:39 -0400 |
commit | 0052cec2b7e39652bd52cd4978ed47d2daa5af68 (patch) | |
tree | 2c9b2262988886e95f3c45716913dc51502605a3 /debian | |
parent | 5d63c2a4bbf910c859e873f6e27aef3453992b43 (diff) |
add lsof build deps
Check for it in configure; and add a --force option for people without it
who want to live dangerously.
Diffstat (limited to 'debian')
-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 |