Package: jqueryui / 1.12.1+dfsg-5

Metadata

Package Version Patches format
jqueryui 1.12.1+dfsg-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
add_missing_semicolon.patch | (download)

ui/jquery-1-7.js | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 in the debian way of building, it seems that this missing
 semicolon isn't noticed by nodejs
match_css_source_to_release.patch | (download)

themes/base/theme.css | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 the concatenated jquery-ui.css in the upstream 1.12.1 release is
use_system_files_in_examples.patch | (download)

demos/bootstrap.js | 9 2 + 7 - 0 !
demos/effect/removeClass.html | 4 2 + 2 - 0 !
demos/slider/multiple-vertical.html | 10 5 + 5 - 0 !
demos/spinner/default.html | 2 1 + 1 - 0 !
demos/spinner/latlong.html | 2 1 + 1 - 0 !
demos/spinner/overflow.html | 2 1 + 1 - 0 !
demos/tooltip/custom-style.html | 2 1 + 1 - 0 !
7 files changed, 13 insertions(+), 18 deletions(-)

 the upstream examples don't use the debian installed versions of
 files and the Debian packaging doesn't work with the provided relative
 paths. This patch makes the examples use the system-wide files. (Most required
 changes are done via sed commands in debian/rules).