This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch scala-2.11 in repository scala-2.10.
commit c1591c08cf86fb9ab58023bb97b33e1e9725dc0b Author: Markus Koschany <[email protected]> Date: Wed Dec 16 20:07:22 2015 +0100 Use scala's version of jquery and jquery-ui. Revert the switch to Debian's version of jquery and jquery-ui because the documentation would be less useful otherwise. --- debian/control | 4 ++-- debian/scala-doc.links | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/debian/control b/debian/control index a5029e3..a5a5b69 100644 --- a/debian/control +++ b/debian/control @@ -59,8 +59,8 @@ Description: Scala standard library Package: scala-doc Architecture: all Depends: - libjs-jquery, - libjs-jquery-ui, +#libjs-jquery, +#libjs-jquery-ui, ${misc:Depends} Section: doc Description: Scala API documentation diff --git a/debian/scala-doc.links b/debian/scala-doc.links index fa761e0..9418b08 100644 --- a/debian/scala-doc.links +++ b/debian/scala-doc.links @@ -1,13 +1,13 @@ -usr/share/javascript/jquery/jquery.js usr/share/doc/scala-2.11/api/library/lib/jquery.js -usr/share/javascript/jquery/jquery.js usr/share/doc/scala-2.11/api/reflect/lib/jquery.js -usr/share/javascript/jquery/jquery.js usr/share/doc/scala-2.11/api/actors/lib/jquery.js -usr/share/javascript/jquery/jquery.js usr/share/doc/scala-2.11/api/compiler/lib/jquery.js -usr/share/javascript/jquery/jquery.js usr/share/doc/scala-2.11/api/scalap/lib/jquery.js -usr/share/javascript/jquery-ui/jquery-ui.js usr/share/doc/scala-2.11/api/library/lib/jquery-ui.js -usr/share/javascript/jquery-ui/jquery-ui.js usr/share/doc/scala-2.11/api/reflect/lib/jquery-ui.js -usr/share/javascript/jquery-ui/jquery-ui.js usr/share/doc/scala-2.11/api/actors/lib/jquery-ui.js -usr/share/javascript/jquery-ui/jquery-ui.js usr/share/doc/scala-2.11/api/compiler/lib/jquery-ui.js -usr/share/javascript/jquery-ui/jquery-ui.js usr/share/doc/scala-2.11/api/scalap/lib/jquery-ui.js +#usr/share/javascript/jquery/jquery.js usr/share/doc/scala-2.11/api/library/lib/jquery.js +#usr/share/javascript/jquery/jquery.js usr/share/doc/scala-2.11/api/reflect/lib/jquery.js +#usr/share/javascript/jquery/jquery.js usr/share/doc/scala-2.11/api/actors/lib/jquery.js +#usr/share/javascript/jquery/jquery.js usr/share/doc/scala-2.11/api/compiler/lib/jquery.js +#usr/share/javascript/jquery/jquery.js usr/share/doc/scala-2.11/api/scalap/lib/jquery.js +#usr/share/javascript/jquery-ui/jquery-ui.js usr/share/doc/scala-2.11/api/library/lib/jquery-ui.js +#usr/share/javascript/jquery-ui/jquery-ui.js usr/share/doc/scala-2.11/api/reflect/lib/jquery-ui.js +#usr/share/javascript/jquery-ui/jquery-ui.js usr/share/doc/scala-2.11/api/actors/lib/jquery-ui.js +#usr/share/javascript/jquery-ui/jquery-ui.js usr/share/doc/scala-2.11/api/compiler/lib/jquery-ui.js +#usr/share/javascript/jquery-ui/jquery-ui.js usr/share/doc/scala-2.11/api/scalap/lib/jquery-ui.js usr/share/doc/scala-2.11/api usr/share/doc/scala/api usr/share/doc/scala-2.11/tools usr/share/doc/scala/tools -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/scala-2.10.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

