The "Pending fixes ..." email had a Reply-to set to a mailing list that
rejects non-subscriber posting.

Andreas

-------- Forwarded Message --------
Subject: Re: Bug#821815: Pending fixes for bugs in the rkt package
Date: Tue, 19 Apr 2016 21:04:20 +0000
From: pkg-go-maintainers-ow...@lists.alioth.debian.org
To: a...@debian.org

You are not allowed to post to this mailing list, and your message has
been automatically rejected.  If you think that your messages are
being rejected in error, contact the mailing list owner at
pkg-go-maintainers-ow...@lists.alioth.debian.org.




--- Begin Message ---
On 2016-04-19 22:51, pkg-go-maintain...@lists.alioth.debian.org wrote:
> The full diff can be seen at
> https://anonscm.debian.org/cgit/pkg-go/packages/rkt.git/commit/?id=00bc1fe

That's the wrong approach.

The cronjob is shipped as a conffile, do not touch it in the maintainer
scripts, dpkg takes care of it.
(install, remove (don't purge), install again - the cronjob would be
missing with the postrm in git)

Instead check in the cronjob whether the binary exists and skip it
silently if it doesn't:

test -x /usr/bin/rkt || exit 0


Andreas




--- End Message ---

Reply via email to