Your message dated Wed, 24 May 2017 20:11:52 +0000
with message-id <[email protected]>
and subject line unblock opendkim
has caused the Debian Bug report #863183,
regarding unblock: opendkim/2.11.0~alpha-10
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
863183: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863183
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock package opendkim
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 opendkim/2.11.0~alpha-10
diff -Nru opendkim-2.11.0~alpha/debian/changelog opendkim-2.11.0~alpha/debian/changelog
--- opendkim-2.11.0~alpha/debian/changelog 2017-01-25 10:00:10.000000000 -0500
+++ opendkim-2.11.0~alpha/debian/changelog 2017-05-22 18:10:16.000000000 -0400
@@ -1,3 +1,10 @@
+opendkim (2.11.0~alpha-10) unstable; urgency=medium
+
+ * Do not remove /etc/default/opendkim on upgrade since it is a conffile
+ because policy 10.7.3 (Closes: #863055)
+
+ -- Scott Kitterman <[email protected]> Mon, 22 May 2017 18:08:41 -0400
+
opendkim (2.11.0~alpha-9) unstable; urgency=medium
* Set umask to 0007 in opendkim.service so opendkim socket is group readable
diff -Nru opendkim-2.11.0~alpha/debian/opendkim.postinst opendkim-2.11.0~alpha/debian/opendkim.postinst
--- opendkim-2.11.0~alpha/debian/opendkim.postinst 2016-11-07 09:07:21.000000000 -0500
+++ opendkim-2.11.0~alpha/debian/opendkim.postinst 2017-05-22 18:08:37.000000000 -0400
@@ -42,9 +42,6 @@
# Upgrade /etc/default to systemd override files
if [ -d /run/systemd/system ] && [ -f /etc/default/opendkim ]; then
- if /lib/opendkim/opendkim.service.generate; then
- rm -f /etc/default/opendkim
- fi
if [ -f /etc/tmpfiles.d/opendkim.conf ]; then
systemd-tmpfiles --create /etc/tmpfiles.d/opendkim.conf
fi
--- End Message ---
--- Begin Message ---
Unblocked opendkim.
--- End Message ---