diff options
author | Romain Francoise <rfrancoise@debian.org> | 2014-07-25 23:15:34 +0200 |
---|---|---|
committer | Romain Francoise <rfrancoise@debian.org> | 2014-07-25 23:55:55 +0200 |
commit | d5dc988a10f44a08f0b85e85d23abbd84c06a927 (patch) | |
tree | d8ceacb101a49d6a1c98e3607fdb401fba82bcfb /debian/changelog | |
parent | 9057ca8363bf16444c3f80b2f0c5222565ad216e (diff) | |
download | vyos-strongswan-d5dc988a10f44a08f0b85e85d23abbd84c06a927.tar.gz vyos-strongswan-d5dc988a10f44a08f0b85e85d23abbd84c06a927.zip |
Initial systemd integration
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index a505fbe11..adbc5ddb8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +strongswan (5.2.0-2) UNRELEASED; urgency=medium + + * Add systemd integration: + + Install upstream systemd service file in strongswan-starter. + + Alias strongswan.service to ipsec.service to match the sysv init script. + + Drop After=syslog.target, as syslog is socket-activated nowadays. + + Add ExecReload for reload action, since the starter script has one. + + On linux-any, add build-dep on systemd to ensure that the pkg-config + metadata file can be found. + + Add build-dep on dh-systemd, and use systemd dh addon. + * Remove debian/patches/03_include-stdint.patch. + + -- Romain Francoise <rfrancoise@debian.org> Fri, 25 Jul 2014 22:51:04 +0200 + strongswan (5.2.0-1) unstable; urgency=medium * New upstream release. |