From: Manoj Srivastava Date: Mon, 7 Dec 2009 07:18:37 +0000 (-0600) Subject: Added changelog for the cron-daemon package addition X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1b7f786221a3b25648f3f37d15e06a37cf4ae58d;p=debian%2Fdebian-policy.git Added changelog for the cron-daemon package addition Signed-off-by: Russ Allbery Signed-off-by: Kurt Roeckx Signed-off-by: Manoj Srivastava --- diff --git a/debian/changelog b/debian/changelog index 2751177..209564d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -50,7 +50,21 @@ debian-policy (3.8.4.0) UNRELEASED; urgency=low Explicitly state that "make -f debian/rules" and "./debian/rules" must behave identically, to prevent confusion, and to promote reproducibility, and conform to the principle of least surprise. - + * [dab93b2]: Add a cron-daemon virtual package + policy, virtual package list: New virtual package: cron-daemon + wording: Javier Fernández-Sanguino Peña, Manoj Srivastava + Seconded: Russ Allbery + Seconded: Kurt Roeckx + Closes: #391836 + Create a virtual cron daemon package that: + - Has to provide /usr/bin/crontab and support crontab entries + - Correct execution of /etc/cron.d + - Correct support of /etc/crontab + - Support of crontab entries with names for days and months, + ranges, step values + - Correct execution of /etc/cron.{hourly,daily,weekly,monthly} + + [ Russ Allbery ] * Policy: Clarify policy on named pipes in packages Wording: Russ Allbery