Hi again Maarten, On Mon, Jan 02, 2023 at 11:42:42AM +0100, Maarten L. Hekkelman wrote: > Op 02-01-2023 om 11:40 schreef Joost van Baal-Ilić: > > > > So the relevant output is: > > > > 0m21.1s DEBUG: Starting command: ['chroot', > > '/srv/piuparts.debian.org/tmp/tmp_wirspr9', > > '/etc/cron.weekly/update-libcifpp-data'] > > 0m21.1s DUMP: > > /etc/cron.weekly/update-libcifpp-data: 5: [: Illegal number: > > 0m21.1s DEBUG: Command ok: ['chroot', > > '/srv/piuparts.debian.org/tmp/tmp_wirspr9', > > '/etc/cron.weekly/update-libcifpp-data'] > > 0m21.1s ERROR: FAIL: Cron file /etc/cron.weekly/update-libcifpp-data has > > output with package removed > > > > Where can I see /etc/cron.weekly/update-libcifpp-data ? I failed to find > > it at > > https://sources.debian.org/src/libcifpp/ :( > > It is in tools: > > https://sources.debian.org/src/libcifpp/5.0.5-4/tools/update-libcifpp-data.in/
Thanks. I think best would be to "exit 0" if your package is removed. E.g. check for the existence of some file under /usr of your package, and 'exit 0' with no output if the file is not there. Bye, Joost