diff options
author | Romain Francoise <rfrancoise@debian.org> | 2014-07-26 10:57:18 +0200 |
---|---|---|
committer | Romain Francoise <rfrancoise@debian.org> | 2014-07-26 10:57:18 +0200 |
commit | 6e408eb31340230d4c57da34aeab640098c78d1a (patch) | |
tree | 079e71013865f537e1c100deb6dae288af2377e4 /debian/changelog | |
parent | d5dc988a10f44a08f0b85e85d23abbd84c06a927 (diff) | |
download | vyos-strongswan-6e408eb31340230d4c57da34aeab640098c78d1a.tar.gz vyos-strongswan-6e408eb31340230d4c57da34aeab640098c78d1a.zip |
Don't rely on pkg-config based systemd detection
Build-depending on systemd to get the pkg-config detection to work would
obviously fail on !linux archs, so just hardcode the location of systemd
system units instead…
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index adbc5ddb8..7eff6689d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,12 +5,11 @@ strongswan (5.2.0-2) UNRELEASED; urgency=medium + 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 --with-systemdsystemunitdir to configure options. + 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 + -- Romain Francoise <rfrancoise@debian.org> Sat, 26 Jul 2014 10:46:04 +0200 strongswan (5.2.0-1) unstable; urgency=medium |