-- Tollef Fog Heen <tfheen@debian.org> Tue, 07 Feb 2012 21:36:34 +0100
+systemd (37-1.1) unstable; urgency=low
+
+ * Non-maintainer upload with Tollef's consent.
+ * Remove --parallel to workaround a bug in automake 1.11.3 which doesn't
+ generate parallel-safe build rules. Closes: #661842
+ * Create a compat symlink /run/initctl → /dev/initctl to work with newer
+ versions of sysvinit. Closes: #657979
+
+ -- Michael Biebl <biebl@debian.org> Sat, 03 Mar 2012 17:42:10 +0100
+
systemd (37-1) unstable; urgency=low
[ Tollef Fog Heen ]
dh_autoreconf debian/rules -- autoreconf
%:
- dh $@ --parallel --with autoreconf
+ dh $@ --with autoreconf
fi
fi
+if dpkg --compare-versions "$2" lt "37-1.1"; then
+ # Create /run/initctl → /dev/initctl compat symlink on upgrades
+ if [ -e /sys/fs/cgroup/systemd ]; then
+ systemctl restart systemd-initctl.socket || true
+ fi
+fi
+
if dpkg --compare-versions "$2" lt "40-1"; then
# /lib/init/rw has been replaced by /run, so try to remove it on upgrades
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643699