[Bug 844342] Re: Scala-doc is incompatible with the current version of jquery

2012-01-17 Thread Mehdi
FWIW, the fix landed in Precise. Thus, I'm marking this bug as Fix
Released.

** Changed in: scala (Ubuntu)
   Status: Confirmed = Fix Released

-- 
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


[Bug 844342] Re: Scala-doc is incompatible with the current version of jquery

2012-01-05 Thread Mehdi
** Changed in: scala (Ubuntu)
   Status: Incomplete = Confirmed

-- 
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


[Bug 844342] Re: Scala-doc is incompatible with the current version of jquery

2012-01-05 Thread Mehdi
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


[Bug 844342] Re: Scala-doc is incompatible with the current version of jquery

2011-12-04 Thread Chris McIntosh
Here is a way to resolve the issue on your local machine while awaiting
an official fix:

1)  Go to the official Scala-Docs 
(http://www.scala-lang.org/api/current/index.html#package)
2)  View the source
3)  Download the link to the 2 Javascript files in question (lib/jquery.js and 
lib/jquery-ui.js)
4)  Remove the links in /usr/share/doc/scala-doc/html/lib 
5)  Put the downloaded files into /usr/share/doc/scala-doc/html/lib

Of course, you'll need to use sudo for steps 4  5.

-- 
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


[Bug 844342] Re: Scala-doc is incompatible with the current version of jquery

2011-10-04 Thread Fabrice Coutadeur
Unsubscribing sponsors in the meantime. As soon as you get the FFe or
you have a patch to the actual package, please subscribe them again.

Thanks for your work!

Fabrice

-- 
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


[Bug 844342] Re: Scala-doc is incompatible with the current version of jquery

2011-09-29 Thread Luke Yelavich
For this package to be updated from Debian, it requires a feature freeze
exception. Please have a look at
https//wiki.ubuntu.com/FeatureFreezeExceptionProcess for more
information. Unfortunately the chance that the exception will be
approved this late in the Oneiric cycle are slim. An alternative would
be to get a patch for the specific bug at hand here, and patch the
Ubuntu package so it will work again.

Thanks.

** Changed in: scala (Ubuntu)
   Status: New = Incomplete

-- 
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


[Bug 844342] Re: Scala-doc is incompatible with the current version of jquery

2011-09-15 Thread Peter Hawkins
Here is the only new changelog entry from the Debian sid main scala
source package; please sync version 2.9.1.dfsg-1 from sid.

scala (2.9.1.dfsg-1) unstable; urgency=low

  [ Frank S. Thomas ]
  * Let scala suggest scala-doc (Closes: #632820).
  * Bump standards version to 3.9.2.
  * Add myself to Uploaders.
  * Use upstream's command scripts instead of the custom scripts in
debian/command-scripts/.
- These properly restore the terminal settings (Closes: #631771).
- Added debian/patches/0002-Adapt-tool-unix.tmpl.patch to adapt
  the template that is used for the scripts to the layout of these
  packages.

  [ Mehdi Dogguy ]
  * New upstream release (Closes: #639960).
  * Use upstream's copy of jquery library. Scala-doc uses jQuery 1.4
and is not compatible with 1.6 (yet), which got uploaded recently.
(Closes: #636870).
- Remove links created to system jquery{,ui}.js files
- Remove dependencies of scala-doc on libjs-jquery{,ui}.

 -- Frank S. Thomas f...@debian.org  Wed, 07 Sep 2011 22:41:07 +0200

-- 
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