Hopefully fixes #
1136304, which is due to piuparts detecting that
after secnet is removed, the logrotate snippet is broken.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
.PHONY: all clean realclean distclean dist install
PACKAGE:=secnet
-VERSION=0.6.9
+VERSION=0.6.10
VPATH:=@srcdir@
srcdir:=@srcdir@
+secnet (0.6.10) unstable; urgency=medium
+
+ Packaging:
+ * Fix logrotate snippet, adding `missingok`. Hopefully fixes #1136304.
+
+ -- Ian Jackson <ijackson@chiark.greenend.org.uk> 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.)
/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.