Add Suggests on graphviz. Closes: #618039
This commit is contained in:
parent
8fa4b48fc4
commit
175d055d4d
3 changed files with 7 additions and 1 deletions
|
@ -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
6
debian/changelog
vendored
|
@ -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
1
debian/control
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue