diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index dd50cd2bc..e5e281842 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ strongswan (5.7.0-2) UNRELEASED; urgency=medium * d/copyright: Use https protocol in Format field * d/changelog: Remove trailing whitespaces + * d/rules: Remove trailing whitespaces -- Ondřej Nový <onovy@debian.org> Mon, 01 Oct 2018 10:21:46 +0200 diff --git a/debian/rules b/debian/rules index d1dbf8a79..b94bc7ddc 100755 --- a/debian/rules +++ b/debian/rules @@ -43,7 +43,7 @@ CONFIGUREARGS := --libdir=/usr/lib --libexecdir=/usr/lib \ # And for --enable-eap-sim we would need the library, which we don't # have right now. # Don't --enable-cisco-quirks, because some other IPsec implementations - # (most notably the Phion one) have problems connecting when pluto + # (most notably the Phion one) have problems connecting when pluto # sends these Cisco options. # don't enable medsrv/medcli right now (20160523) since clearsilver FTBFS #--enable-medsrv --enable-medcli \ |