diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/strongswan-swanctl.install | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 141527bff..79b40c94a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ strongswan (5.5.3-3) UNRELEASED; urgency=medium - remove .la files before install - don't call dh_install with --fail-missing - override dh_missing with --fail-missing to catch uninstalled files. + * debian/strongswan-swanctl.install: + - install the whole /etc/swanctl folder, including (empty) subfolders. + closes: #866324 -- Yves-Alexis Perez <corsac@debian.org> Wed, 28 Jun 2017 22:57:48 +0200 diff --git a/debian/strongswan-swanctl.install b/debian/strongswan-swanctl.install index 483b03852..c1a348826 100644 --- a/debian/strongswan-swanctl.install +++ b/debian/strongswan-swanctl.install @@ -1,6 +1,6 @@ etc/strongswan.d/swanctl.conf etc/strongswan.d/charon/vici.conf -etc/swanctl/swanctl.conf +etc/swanctl usr/share/strongswan/templates/config/plugins/vici.conf usr/share/strongswan/templates/config/strongswan.d/swanctl.conf usr/share/man/man5/swanctl.conf.5 |