From e87aaff64a969a6ee3d2e682ee7480cfee123e4d Mon Sep 17 00:00:00 2001 From: Romain Francoise Date: Mon, 28 Jul 2014 22:53:38 +0200 Subject: Install systemd file from debian/rules It gets generated only on Linux, so install it from debian/rules with the rest of the arch-specific files. --- debian/rules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 8af4d3d30..3fa0d2658 100755 --- a/debian/rules +++ b/debian/rules @@ -111,6 +111,8 @@ ifeq ($(DEB_BUILD_ARCH_OS),linux) dh_install -p libstrongswan-extra-plugins usr/lib/ipsec/plugins/libstrongswan-af-alg.so dh_install -p libstrongswan-extra-plugins usr/share/strongswan/templates/config/plugins/af-alg.conf dh_install -p libstrongswan-extra-plugins etc/strongswan.d/charon/af-alg.conf + # the systemd service file only gets generated on Linux + dh_install -p strongswan-starter lib/systemd/system/strongswan.service endif ifeq ($(DEB_BUILD_ARCH_OS),kfreebsd) @@ -150,7 +152,8 @@ endif -Xlibstrongswan-farp.so -X farp.conf \ -Xlibstrongswan-padlock.so -X padlock.conf \ -Xlibstrongswan-rdrand.so -X rdrand.conf \ - -Xlibstrongswan-af-alg.so -X af-alg.conf + -Xlibstrongswan-af-alg.so -X af-alg.conf \ + -Xstrongswan.service # add additional files not covered by upstream makefile... install --mode=0600 $(CURDIR)/debian/ipsec.secrets.proto $(CURDIR)/debian/strongswan-starter/etc/ipsec.secrets -- cgit v1.2.3