[Pkg-haskell-commits] darcs: haskell-hoogle: Switch from embedded to packaged jquery
Iustin Pop
iustin at debian.org
Mon Jul 28 00:24:40 UTC 2014
Sun Jul 27 23:51:53 UTC 2014 Iustin Pop <iustin at debian.org>
* Switch from embedded to packaged jquery
Instead of shipping an embedded jquery copy, refer to the one shipped in
libjs-jquery package. This doesn't relax the requirement to ship the
non-minified source for jquery, until upstream ships it themselves.
M ./control +1
M ./hoogle.links +1
Sun Jul 27 23:51:53 UTC 2014 Iustin Pop <iustin at debian.org>
* Switch from embedded to packaged jquery
Instead of shipping an embedded jquery copy, refer to the one shipped in
libjs-jquery package. This doesn't relax the requirement to ship the
non-minified source for jquery, until upstream ships it themselves.
diff -rN -u old-haskell-hoogle/control new-haskell-hoogle/control
--- old-haskell-hoogle/control 2014-07-28 00:24:40.227372530 +0000
+++ new-haskell-hoogle/control 2014-07-28 00:24:40.247372543 +0000
@@ -122,6 +122,7 @@
Architecture: any
Section: misc
Depends: ${shlibs:Depends}, ${haskell:Depends}, ${misc:Depends}, ghc-doc
+ , libjs-jquery
Recommends: apache2 | httpd
Description: Haskell API Search for Debian system
Hoogle is a Haskell API search engine, which allows you to
diff -rN -u old-haskell-hoogle/hoogle.links new-haskell-hoogle/hoogle.links
--- old-haskell-hoogle/hoogle.links 2014-07-28 00:24:40.227372530 +0000
+++ new-haskell-hoogle/hoogle.links 2014-07-28 00:24:40.235372535 +0000
@@ -1,2 +1,3 @@
usr/bin/hoogle usr/lib/cgi-bin/hoogle
var/lib/hoogle/databases usr/share/hoogle/databases
+usr/share/javascript/jquery/jquery.min.js usr/share/hoogle/resources/jquery.js
More information about the Pkg-haskell-commits
mailing list