add lsof build deps
Check for it in configure; and add a --force option for people without it who want to live dangerously.
This commit is contained in:
parent
5d63c2a4bb
commit
0052cec2b7
5 changed files with 32 additions and 3 deletions
4
debian/control
vendored
4
debian/control
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue