diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-13 14:25:32 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-13 14:25:32 -0400 |
commit | 175d055d4d632c0fc0d2080c7721bf7b3121ddc1 (patch) | |
tree | 2184fa0e392a8527a6fcb409632cbd6f53158c6e /debian/control | |
parent | 8fa4b48fc43667abfcaf13705e84a1efd1653478 (diff) |
Add Suggests on graphviz. Closes: #618039
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index d0f8805d0..4b31a295f 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Package: git-annex Architecture: any Section: utils Depends: ${misc:Depends}, ${shlibs:Depends}, git | git-core, uuid, openssh-client, rsync +Suggests: graphviz Description: manage files with git, without checking their contents into git git-annex allows managing files with git, without checking the file contents into git. While that may seem paradoxical, it is useful when |