Package: libjs-prototype Version: 1.7.1-3 Severity: wishlist Hi,
I'm the maintainer of a package (tt-rss [0]) using libjs-prototype. This package is also using dojo and thus uses a slightly patched libjs-prototype. I'm currently copying libjs-prototype in debian/rules from your package into the tt-rss package and patch it there and add a matching Built-Using in debian/control. Please include a patched javascript file in libjs-prototype, so that users directly benefit from an updated libjs-prototype package. The compability patch used in tt-rss is very simple. Here is the extract from tt-rss's debian/rules: -------------------------------- # use patched prototype.js echo "// Modified document.on() to modified.p_on() to fix compatibility with Dojo" > debian/tt-rss/usr/share/tt-rss/www/lib/prototype.js cat /usr/share/javascript/prototype/prototype.js >> debian/tt-rss/usr/share/tt-rss/www/lib/prototype.js sed -i -e "s/^ on:/ p_on:/g" debian/tt-rss/usr/share/tt-rss/www/lib/prototype.js -------------------------------- Thanks for concidering. -- Sebastian [0] http://packages.debian.org/sid/tt-rss -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

