diff options
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} |