summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog5
-rw-r--r--debian/control3
-rwxr-xr-xdebian/rules1
3 files changed, 5 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 951a8141f..70ae653a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,11 +7,12 @@ strongswan (5.2.0-2) UNRELEASED; urgency=medium
add After=network.target to ensure that charon gets the chance to send
deletes on exit.
+ Add ExecReload for reload action, since the starter script has one.
- + Add --with-systemdsystemunitdir to configure options.
+ + 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> Sat, 26 Jul 2014 17:54:05 +0200
+ -- Romain Francoise <rfrancoise@debian.org> Fri, 25 Jul 2014 22:51:04 +0200
strongswan (5.2.0-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 934db0f37..ddf690548 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,8 @@ Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.2), libtool, libgmp3-dev,
libfcgi-dev, clearsilver-dev, libgcrypt20-dev | libgcrypt11-dev,
libxml2-dev, libsqlite3-dev, network-manager-dev (>= 0.7) [linux-any],
libnm-glib-vpn-dev (>= 0.7) [linux-any], libnm-util-dev (>= 0.7) [linux-any],
- gperf, libcap-dev [linux-any], dh-autoreconf, pkg-config, dh-systemd (>= 1.5)
+ gperf, libcap-dev [linux-any], dh-autoreconf, pkg-config,
+ systemd [linux-any], dh-systemd (>= 1.5)
Homepage: http://www.strongswan.org
Package: strongswan
diff --git a/debian/rules b/debian/rules
index 447250857..8af4d3d30 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,6 @@ export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
CONFIGUREARGS := --libdir=/usr/lib --libexecdir=/usr/lib \
- --with-systemdsystemunitdir=/lib/systemd/system \
--enable-ldap --enable-curl \
--enable-pkcs11 \
--enable-mediation --enable-medsrv --enable-medcli \