]> git.donarmstrong.com Git - debian/debian-policy.git/commitdiff
Added changelog for the cron-daemon package addition
authorManoj Srivastava <srivasta@debian.org>
Mon, 7 Dec 2009 07:18:37 +0000 (01:18 -0600)
committerManoj Srivastava <srivasta@debian.org>
Mon, 7 Dec 2009 07:18:37 +0000 (01:18 -0600)
Signed-off-by: Russ Allbery <rra@debian.org>
Signed-off-by: Kurt Roeckx <kurt@roeckx.be>
Signed-off-by: Manoj Srivastava <srivasta@debian.org>
debian/changelog

index 27511778efad9559c06809de263b0bd77b9dac72..209564de8e6649ac0beeface69b40f9b64eb0d52 100644 (file)
@@ -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 <rra@debian.org>
+    Seconded: Kurt Roeckx  <kurt@roeckx.be>
+    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 <rra@debian.org>