--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package opendmarc
This upload fixes a policy violation about forced conffile removal and I think
we would be better off to have the change in stretch. It isn't only a
theoretical problem. As it is, if someone is using systemd and then switches
to sysv init the daemon will fail to start.
Scott K
unblock opendmarc/1.3.2-2
diff -u opendmarc-1.3.2/debian/changelog opendmarc-1.3.2/debian/changelog
--- opendmarc-1.3.2/debian/changelog
+++ opendmarc-1.3.2/debian/changelog
@@ -1,3 +1,10 @@
+opendmarc (1.3.2-2) unstable; urgency=medium
+
+ * Do not remove /etc/default/opendkim on upgrade since it is a conffile
+ because policy 10.7.3 (Closes: #863173)
+
+ -- Scott Kitterman <scott@kitterman.com> Mon, 22 May 2017 18:11:58 -0400
+
opendmarc (1.3.2-1) unstable; urgency=medium
* New upstream release
diff -u opendmarc-1.3.2/debian/opendmarc.postinst opendmarc-1.3.2/debian/opendmarc.postinst
--- opendmarc-1.3.2/debian/opendmarc.postinst
+++ opendmarc-1.3.2/debian/opendmarc.postinst
@@ -38,9 +38,6 @@
# Upgrade /etc/default to systemd override files
if [ -d /run/systemd/system ] && [ -f /etc/default/opendmarc ]; then
- if /lib/opendmarc/opendmarc.service.generate; then
- rm -f /etc/default/opendmarc
- fi
if [ -f /etc/tmpfiles.d/opendmarc.conf ]; then
systemd-tmpfiles --create /etc/tmpfiles.d/opendmarc.conf
fi
--- End Message ---