From fc5ff4815ba18adadcf9c34283f62bc0390a03c6 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Thu, 23 Dec 2021 23:23:03 +0100 Subject: Depend on libjs-jquery instead of shipping jquery files Although they are bundled in the Python package, the jQuery files are removed from the final Debian package. The dependency on libjs-jquery is used to provide an up-to-date jQuery library. Signed-off-by: Olivier Gayot --- setup.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 5b94f00..2133e54 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,8 +25,9 @@ share/swiftstory/www/ = usr/share/swiftstory/www/swiftstory-mobile.css usr/share/swiftstory/www/swiftstory-mobile.html usr/share/swiftstory/www/swiftstory-mobile.js -# TODO install jQuery using libjs-jquery - usr/share/swiftstory/www/jquery.js +share/swiftstory/www/javascript/jquery/ = + usr/share/swiftstory/www/javascript/jquery/jquery.min.js + usr/share/swiftstory/www/javascript/jquery/jquery.js [options.package_data] swiftstory = data/lang/*/cards/*.json -- cgit v1.2.3