#1033195 trac: jquery-ui-i18n.js missing symlink

Package:
trac
Source:
trac
Submitter:
Alexander Velin
Date:
2023-03-19 12:42:04 UTC
Severity:
normal
Tags:
#1033195#5
Date:
2023-03-19 12:33:05 UTC
From:
To:
Dear Maintainer,

In /usr/lib/python3/dist-packages/trac/htdocs/js there are a couple of symlinks

jquery.js -> ../../../../../../share/javascript/jquery/jquery.min.js
jquery-ui-addons.js -> ../../../../../../share/javascript/jquery-timepicker/jquery-ui-timepicker-addon.jsjquery-ui.js -> ../../../../../../share/javascript/jquery-ui/jquery-ui.js

but there's no symlink for jquery-ui-i18n.js. After trac-admin deploy this is missing from
the web directory, and the web server returns 404 for the file. The same package
libjs-jquery-ui provides jquery-ui-i18n.js, so probably additional symlink will fix it.

Best regards,
--velin