If you're looking after a fix for this issue, then commit
5ccbebf01f7399e409d20b48f3755de4e0a1b417 (from Scala's Debian Git
repository) is what you need, fwiw. It looks like the following:

diff --git a/debian/control b/debian/control
index ec91696..73e710f 100644
--- a/debian/control
+++ b/debian/control
@@ -51,8 +51,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/rules b/debian/rules
index 1fa0931..7d060d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ override_dh_auto_build:
        ANT_OPTS="-Xmx1024M -Xss64M" ant -Dversion.number=$(BUNDLE_VERSION) 
fastdist
 
        # Use jQuery from libjs-jquery{,ui}
-       find -name "jquery.js" -or -name "jquery-ui.js" -delete
+       #find -name "jquery.js" -or -name "jquery-ui.js" -delete
 
 override_dh_auto_clean:
        rm -rf build dist
diff --git a/debian/scala-doc.links b/debian/scala-doc.links
index 96bec76..9b6017e 100644
--- a/debian/scala-doc.links
+++ b/debian/scala-doc.links
@@ -1,2 +1,2 @@
-usr/share/javascript/jquery/jquery.js          
usr/share/doc/scala-doc/html/lib/jquery.js
-usr/share/javascript/jquery-ui/jquery-ui.js    
usr/share/doc/scala-doc/html/lib/jquery-ui.js
+#usr/share/javascript/jquery/jquery.js         
usr/share/doc/scala-doc/html/lib/jquery.js
+#usr/share/javascript/jquery-ui/jquery-ui.js   
usr/share/doc/scala-doc/html/lib/jquery-ui.js

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/844342

Title:
  Scala-doc is incompatible with the current version of jquery

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/scala/+bug/844342/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to