From cd6868bbfd1585c8540091037627b2bbb5a67d7e Mon Sep 17 00:00:00 2001 From: Russell Sim Date: Wed, 26 Apr 2017 19:05:27 +0200 Subject: [PATCH] Lintian fixes --- debian/patches/fix_https_test.patch | 1 + debian/patches/series | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/patches/fix_https_test.patch b/debian/patches/fix_https_test.patch index 5007b6dc6..c10b4d0b2 100644 --- a/debian/patches/fix_https_test.patch +++ b/debian/patches/fix_https_test.patch @@ -1,3 +1,4 @@ +Update the condition around the HTTPS feature to match when it's enabled. diff --git a/tests/core/features.c b/tests/core/features.c index cf5e190..6d4273a 100644 --- a/tests/core/features.c diff --git a/debian/patches/series b/debian/patches/series index 2d8707844..eaf13ae4f 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,2 @@ disable_tests.patch -fix_https_test.patch \ No newline at end of file +fix_https_test.patch