From: Ian Jackson Date: Mon, 11 May 2026 23:08:34 +0000 (+0100) Subject: Fix logrotate snippet, adding `missingok` X-Git-Tag: v0.6.10^0 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=e82122752f36ad727f3d430bfb526fc728ee0525;p=secnet.git Fix logrotate snippet, adding `missingok` Hopefully fixes #1136304, which is due to piuparts detecting that after secnet is removed, the logrotate snippet is broken. Signed-off-by: Ian Jackson --- diff --git a/Dir.sd.mk b/Dir.sd.mk index d987eec..f804b3d 100644 --- a/Dir.sd.mk +++ b/Dir.sd.mk @@ -20,7 +20,7 @@ .PHONY: all clean realclean distclean dist install PACKAGE:=secnet -VERSION=0.6.9 +VERSION=0.6.10 VPATH:=@srcdir@ srcdir:=@srcdir@ diff --git a/debian/changelog b/debian/changelog index 7c62a01..abcadf6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +secnet (0.6.10) unstable; urgency=medium + + Packaging: + * Fix logrotate snippet, adding `missingok`. Hopefully fixes #1136304. + + -- Ian Jackson Tue, 12 May 2026 00:08:24 +0100 + secnet (0.6.9) unstable; urgency=medium * Upstream release of changes since 0.6.7. (0.6.8 was Debian-only.) diff --git a/debian/secnet.logrotate b/debian/secnet.logrotate index 1b5169a..aa7738b 100644 --- a/debian/secnet.logrotate +++ b/debian/secnet.logrotate @@ -1,6 +1,7 @@ /var/log/secnet { rotate 4 daily + missingok postrotate # If secnet is configured to run as a non-root user, # set USER in /etc/default/secnet or this may not be effective.