diff options
author | Joey Hess <joey@kitenet.net> | 2014-09-28 12:00:01 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-09-28 12:00:01 -0400 |
commit | 1f98536ee866f6b01e0ce62970eaef5a66d4ce22 (patch) | |
tree | 40e2584390939e641a29943978220ea61da49d69 | |
parent | a6eea888f1790cb0fcd725da4397b3c35213d9b4 (diff) |
Recommend cron-daemon, rather than cron, as etckeeper only needs cron.daily functionality. Closes: #762721
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index bc9ae85..f6472a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +etckeeper (1.15) UNRELEASED; urgency=medium + + * Recommend cron-daemon, rather than cron, as etckeeper only needs + cron.daily functionality. Closes: #762721 + + -- Joey Hess <joeyh@debian.org> Sun, 28 Sep 2014 11:56:11 -0400 + etckeeper (1.14) unstable; urgency=medium * Handle failure to commit in post-install, pre-install by showing a diff --git a/debian/control b/debian/control index 252c8ac..2663bcf 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Package: etckeeper Architecture: all Section: admin Depends: git (>= 1:1.7) | mercurial | bzr (>= 1.5~) | darcs, ${misc:Depends} -Recommends: cron +Recommends: cron-daemon Suggests: sudo (>= 1.7.4p4) Conflicts: bzr (<< 1.5~) Description: store /etc in git, mercurial, bzr or darcs |