Actually, I found the problem in the debian/rules in python-django. It
seem to not link to jquery.js and jquery.min.js.
In override_dh_install, the following code is present:
# Remove embedded Javascript libraries
set -e; for FILENAME in jquery.js jquery.min.js; do \
find $(PREFIX) -name $$FILENAME -exec \
ln -sf /usr/share/javascript/jquery/$$FILENAME
{} \;; \
done
I think the $$FILENAME should be $(FILENAME). Testing this on our
builder machine now.
--
Kind regards,
Met vriendelijke groet,
Tim Stoop
Kumina bv
www.kumina.nl
kvk nr 14095795
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]