Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Dear Release Team, Please unblock strongswan 5.2.1-6, it fixes a RC bug related to the new systemd service included in the jessie version. Full debdiff attached. Thanks! unblock strongswan/5.2.1-6 -- System Information: Debian Release: 8.0 APT prefers testing APT policy: (900, 'testing'), (850, 'unstable'), (800, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.0.0-rc6-ore (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diffstat for strongswan-5.2.1 strongswan-5.2.1 changelog | 10 ++++++++++ patches/03_systemd-service.patch | 4 +--- strongswan-starter.links | 1 + 3 files changed, 12 insertions(+), 3 deletions(-) diff -Nru strongswan-5.2.1/debian/changelog strongswan-5.2.1/debian/changelog --- strongswan-5.2.1/debian/changelog 2015-01-05 13:11:54.000000000 +0100 +++ strongswan-5.2.1/debian/changelog 2015-04-04 17:55:38.000000000 +0200 @@ -1,3 +1,13 @@ +strongswan (5.2.1-6) unstable; urgency=medium + + * Ship /lib/systemd/system/ipsec.service as a symlink to + strongswan.service in strongswan-starter instead of using Alias= in + the service file. This makes the ipsec name available to invoke-rc.d + before the service gets actually enabled, which avoids some confusion + (closes: #781209). + + -- Romain Francoise <rfranco...@debian.org> Sat, 04 Apr 2015 17:55:38 +0200 + strongswan (5.2.1-5) unstable; urgency=high * debian/patches: diff -Nru strongswan-5.2.1/debian/patches/03_systemd-service.patch strongswan-5.2.1/debian/patches/03_systemd-service.patch --- strongswan-5.2.1/debian/patches/03_systemd-service.patch 2014-12-28 16:17:34.000000000 +0100 +++ strongswan-5.2.1/debian/patches/03_systemd-service.patch 2015-04-04 16:18:55.000000000 +0200 @@ -1,6 +1,6 @@ --- a/init/systemd/strongswan.service.in +++ b/init/systemd/strongswan.service.in -@@ -1,10 +1,12 @@ +@@ -1,9 +1,10 @@ [Unit] Description=strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf -After=syslog.target @@ -12,5 +12,3 @@ StandardOutput=syslog [Install] - WantedBy=multi-user.target -+Alias=ipsec.service diff -Nru strongswan-5.2.1/debian/strongswan-starter.links strongswan-5.2.1/debian/strongswan-starter.links --- strongswan-5.2.1/debian/strongswan-starter.links 1970-01-01 01:00:00.000000000 +0100 +++ strongswan-5.2.1/debian/strongswan-starter.links 2015-04-04 16:05:08.000000000 +0200 @@ -0,0 +1 @@ +lib/systemd/system/strongswan.service lib/systemd/system/ipsec.service