diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-04-08 16:10:14 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-04-08 16:10:14 -0400 |
commit | ed156b8c366a56c8eacfa920c1e930e6af6d29a5 (patch) | |
tree | 1e66e8b22ec706b04509ff4d1d61f19844dc8a13 /debian | |
parent | b7415cf4c6d20cc6d7164caafc201933fe8ffd29 (diff) |
Update depends for git-core to git transition.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 9c0002f..3d1cd9b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ etckeeper (0.44) UNRELEASED; urgency=low but users who want darcs prompting can disable it. * Use darcs record -m to specify commit message, instead of using a logfile. * Closes: #519228 + * Update depends for git-core to git transition. -- Joey Hess <joeyh@debian.org> Sun, 21 Feb 2010 13:30:33 -0500 diff --git a/debian/control b/debian/control index a35f88d..8010f88 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Homepage: http://kitenet.net/~joey/code/etckeeper/ Package: etckeeper Architecture: all Section: admin -Depends: git-core (>= 1:1.5.4) | mercurial | bzr (>= 1.4~) | darcs, ${misc:Depends} +Depends: git-core (>= 1:1.5.4) | git (>= 1:1.7) | mercurial | bzr (>= 1.4~) | darcs, ${misc:Depends} Recommends: cron Conflicts: bzr (<< 1.4~) XB-Python-Version: ${python:Versions} |