Add Suggests on graphviz. Closes: #618039

This commit is contained in:
Joey Hess 2011-03-13 14:25:32 -04:00
parent 8fa4b48fc4
commit 175d055d4d
3 changed files with 7 additions and 1 deletions

View file

@ -34,7 +34,6 @@ import UUID
import qualified GitRepo as Git import qualified GitRepo as Git
import qualified Annex import qualified Annex
import Utility import Utility
import Messages
{- Checks if a given key is currently present in the gitAnnexLocation. -} {- Checks if a given key is currently present in the gitAnnexLocation. -}
inAnnex :: Key -> Annex Bool inAnnex :: Key -> Annex Bool

6
debian/changelog vendored
View file

@ -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 git-annex (0.23) unstable; urgency=low
* Support ssh remotes with a port specified. * Support ssh remotes with a port specified.

1
debian/control vendored
View file

@ -11,6 +11,7 @@ Package: git-annex
Architecture: any Architecture: any
Section: utils Section: utils
Depends: ${misc:Depends}, ${shlibs:Depends}, git | git-core, uuid, openssh-client, rsync 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 Description: manage files with git, without checking their contents into git
git-annex allows managing files with git, without checking the file git-annex allows managing files with git, without checking the file
contents into git. While that may seem paradoxical, it is useful when contents into git. While that may seem paradoxical, it is useful when