Bug#554006: lintian: Warn if package ships files in /etc/cron.* without depending on cron

2022-03-15 Thread Josh Triplett
On Mon, Mar 14, 2022 at 05:36:38PM -0700, Felix Lechner wrote: > Hi, > > On Mon, Mar 14, 2022 at 1:36 PM Josh Triplett wrote: > > > > I don't think lintian should warn about this, for two reasons: > > Are you saying the condition should indicate a visibility level lower > than a warning, or

Bug#554006: lintian: Warn if package ships files in /etc/cron.* without depending on cron

2022-03-14 Thread Felix Lechner
Hi, On Mon, Mar 14, 2022 at 1:36 PM Josh Triplett wrote: > > I don't think lintian should warn about this, for two reasons: Are you saying the condition should indicate a visibility level lower than a warning, or that the tag should not be implemented at all? Thank you! Kind regards, Felix

Bug#554006: lintian: Warn if package ships files in /etc/cron.* without depending on cron

2022-03-14 Thread Josh Triplett
I don't think lintian should warn about this, for two reasons: - It's possible to have an *optional* cron script, not required for package functionality, which might warrant at most a `Suggests`. - If a script ships both a cron script and a systemd .timer file, it need not depend on cron.