summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-03-13 14:25:32 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-03-13 14:25:32 -0400
commit175d055d4d632c0fc0d2080c7721bf7b3121ddc1 (patch)
tree2184fa0e392a8527a6fcb409632cbd6f53158c6e
parent8fa4b48fc43667abfcaf13705e84a1efd1653478 (diff)
Add Suggests on graphviz. Closes: #618039
-rw-r--r--Content.hs1
-rw-r--r--debian/changelog6
-rw-r--r--debian/control1
3 files changed, 7 insertions, 1 deletions
diff --git a/Content.hs b/Content.hs
index 895a8812c..dc675389f 100644
--- a/Content.hs
+++ b/Content.hs
@@ -34,7 +34,6 @@ import UUID
import qualified GitRepo as Git
import qualified Annex
import Utility
-import Messages
{- Checks if a given key is currently present in the gitAnnexLocation. -}
inAnnex :: Key -> Annex Bool
diff --git a/debian/changelog b/debian/changelog
index 90b4cf6b2..6e70ac67e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+git-annex (0.24) UNRELEASED; urgency=low
+
+ * Add Suggests on graphviz. Closes: #618039
+
+ -- Joey Hess <joeyh@debian.org> Sun, 13 Mar 2011 14:25:17 -0400
+
git-annex (0.23) unstable; urgency=low
* Support ssh remotes with a port specified.
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