diff options
author | Joey Hess <joey@kitenet.net> | 2012-02-25 19:31:46 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-02-25 19:31:46 -0400 |
commit | b889581945f0444127b2e0aac29d0e101dcafca6 (patch) | |
tree | 80e3ee2640b6832e8b1999fd7925a063a017b42a | |
parent | 12b89a3eb81fdac92ec3ea9633bbd9a7d6a72adb (diff) |
version dependency on openssh-client
This is only to ensure that it's as new a version as it was built with, so
partial upgrades work.
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 28f171c75..8ea1a6259 100644 --- a/debian/control +++ b/debian/control @@ -37,7 +37,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, uuid, rsync, wget | curl, - openssh-client + openssh-client (>= 1:5.6p1) 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 |