On 10/04/2016 05:50 PM, Olivier Tétard wrote:
> Package: sympa
> Version: 6.2.16~dfsg-1
> Severity: minor
> 
> Hi,
> 
> Sympa embeds Foundation 5 which requires jQuery >= 1.11 (in fact, Foundation 
> doesn’t load correctly with jQuery version that is available on stable).
> 
> Thanks for you work.
> 
> Cheers,
> Olivier;
> 

Hello,

attached is a patch to resolve this bug.

Regards
          Racke



-- 
Ecommerce and Linux consulting + Perl and web application programming.
Debian and Sympa administration.
commit b7793497bc8aa636f63149a0749bfd2b4fff8733
Author: Stefan Hornburg (Racke) <ra...@linuxia.de>
Date:   Wed Oct 5 10:38:04 2016 +0200

    Add version to libjs-query dependency as Foundation 5 needs this as minimum (#839755).

diff --git a/debian/control b/debian/control
index b709895..a152b81 100644
--- a/debian/control
+++ b/debian/control
@@ -87,7 +87,7 @@ Depends:
     libunicode-linebreak-perl,
     libsoap-lite-perl,
     fonts-font-awesome,
-    libjs-jquery,
+    libjs-jquery (>= 1.11),
     libjs-jquery-ui,
     libjs-jquery-placeholder,
     libjs-modernizr,

Reply via email to