diff options
author | Romain Francoise <rfrancoise@debian.org> | 2014-10-22 20:58:54 +0200 |
---|---|---|
committer | Romain Francoise <rfrancoise@debian.org> | 2014-10-22 20:58:54 +0200 |
commit | 93c3765c4b465be0b3242afd1f8dfb5d3599b08e (patch) | |
tree | a274516bf901319b0f75a6cc81ab6ed52a2d9410 | |
parent | cca1a2eb4b7755e2669784d241a3adbf2c5c079b (diff) | |
download | vyos-strongswan-93c3765c4b465be0b3242afd1f8dfb5d3599b08e.tar.gz vyos-strongswan-93c3765c4b465be0b3242afd1f8dfb5d3599b08e.zip |
Re-enable libtls test suite
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/patches/02_disable-libtls-tests.patch | 8 | ||||
-rw-r--r-- | debian/patches/series | 1 |
3 files changed, 2 insertions, 10 deletions
diff --git a/debian/changelog b/debian/changelog index 31306f6e6..a9682265a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,10 @@ strongswan (5.2.1-2) UNRELEASED; urgency=medium + * Re-enable libtls test suite. * Update Dutch translation, thanks to Frans Spiesschaert (closes: #763798). * Bump Standards-Version to 3.9.6. - -- Romain Francoise <rfrancoise@debian.org> Wed, 22 Oct 2014 20:57:36 +0200 + -- Romain Francoise <rfrancoise@debian.org> Wed, 22 Oct 2014 20:58:40 +0200 strongswan (5.2.1-1) unstable; urgency=medium diff --git a/debian/patches/02_disable-libtls-tests.patch b/debian/patches/02_disable-libtls-tests.patch deleted file mode 100644 index a0b421596..000000000 --- a/debian/patches/02_disable-libtls-tests.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- a/src/libtls/Makefile.am -+++ b/src/libtls/Makefile.am -@@ -26,4 +26,4 @@ - tls_server.h tls_handshake.h tls_application.h tls_aead.h tls.h - endif - --SUBDIRS = . tests -+SUBDIRS = . diff --git a/debian/patches/series b/debian/patches/series index 7d9c29e3d..f069d7722 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,2 @@ 01_fix-manpages.patch -02_disable-libtls-tests.patch 03_systemd-service.patch |