diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rwxr-xr-x | debian/rules | 1 | ||||
-rw-r--r-- | debian/strongswan-ike.install | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index daac98016..0ef6da71f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,7 +9,10 @@ strongswan (5.1.0-1) UNRELEASED; urgency=low * debian/rules: - use autoreconf addon to refresh autotools helper files and gain support for ARM64. + - enable charon-cmd command line tool. * debian/source/options: ignore files regenerated by autoreconf addon. + * debian/strongswan-ike.install: + - install charon-cmd command and manpage. -- Yves-Alexis Perez <corsac@debian.org> Sun, 25 Aug 2013 15:37:56 +0200 diff --git a/debian/rules b/debian/rules index 2246f8853..7eb0aef43 100755 --- a/debian/rules +++ b/debian/rules @@ -18,6 +18,7 @@ CONFIGUREARGS := --libdir=/usr/lib --libexecdir=/usr/lib \ --enable-test-vectors \ --enable-xauth-eap --enable-xauth-pam \ --enable-attr-sql \ + --enable-cmd \ --disable-blowfish --disable-des # BSD-Young license #--with-user=strongswan --with-group=nogroup # --enable-kernel-pfkey --enable-kernel-klips \ diff --git a/debian/strongswan-ike.install b/debian/strongswan-ike.install index 0b7bb0e94..be9791257 100644 --- a/debian/strongswan-ike.install +++ b/debian/strongswan-ike.install @@ -1,3 +1,5 @@ +usr/sbin/charon-cmd +usr/share/man/man8/charon-cmd.8 usr/lib/ipsec/libcharon.so* usr/lib/ipsec/charon usr/lib/ipsec/plugins/libstrongswan-socket*.so |