r30300 - in /desktop/unstable/yelp/debian: changelog control control.in yelp.links

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Oct 13 23:05:11 UTC 2011


Author: biebl
Date: Thu Oct 13 23:05:10 2011
New Revision: 30300

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=30300
Log:
Add dependency on libjs-jquery-ui and replace jquery-ui-1.8.custom.min.js
with a symlink to /usr/share/javascript/jquery-ui/jquery-ui.min.js. This
workaround should be removed again in 3.4, where yelp will use CSS
transformations.

Modified:
    desktop/unstable/yelp/debian/changelog
    desktop/unstable/yelp/debian/control
    desktop/unstable/yelp/debian/control.in
    desktop/unstable/yelp/debian/yelp.links

Modified: desktop/unstable/yelp/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/yelp/debian/changelog?rev=30300&op=diff
==============================================================================
--- desktop/unstable/yelp/debian/changelog [utf-8] (original)
+++ desktop/unstable/yelp/debian/changelog [utf-8] Thu Oct 13 23:05:10 2011
@@ -4,6 +4,10 @@
   * debian/watch: Switch to .xz tarballs.
   * Repack source tarball and remove compressed java script file for which the
     source file is missing. (Closes: #625772)
+  * Add dependency on libjs-jquery-ui and replace jquery-ui-1.8.custom.min.js
+    with a symlink to /usr/share/javascript/jquery-ui/jquery-ui.min.js. This
+    workaround should be removed again in 3.4, where yelp will use CSS
+    transformations.
 
  -- Michael Biebl <biebl at debian.org>  Wed, 12 Oct 2011 22:54:42 +0200
 

Modified: desktop/unstable/yelp/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/yelp/debian/control?rev=30300&op=diff
==============================================================================
--- desktop/unstable/yelp/debian/control [utf-8] (original)
+++ desktop/unstable/yelp/debian/control [utf-8] Thu Oct 13 23:05:10 2011
@@ -38,7 +38,8 @@
          ${misc:Depends},
          libyelp0 (= ${binary:Version}),
          yelp-xsl (>= 3.1.2),
-         man-db (>= 2.5.1-1)
+         man-db (>= 2.5.1-1),
+         libjs-jquery-ui
 Recommends: ttf-dejavu,
             gnome-user-guide
 Breaks: scrollkeeper (<< 0.4)

Modified: desktop/unstable/yelp/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/yelp/debian/control.in?rev=30300&op=diff
==============================================================================
--- desktop/unstable/yelp/debian/control.in [utf-8] (original)
+++ desktop/unstable/yelp/debian/control.in [utf-8] Thu Oct 13 23:05:10 2011
@@ -33,7 +33,8 @@
          ${misc:Depends},
          libyelp0 (= ${binary:Version}),
          yelp-xsl (>= 3.1.2),
-         man-db (>= 2.5.1-1)
+         man-db (>= 2.5.1-1),
+         libjs-jquery-ui
 Recommends: ttf-dejavu,
             gnome-user-guide
 Breaks: scrollkeeper (<< 0.4)

Modified: desktop/unstable/yelp/debian/yelp.links
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/yelp/debian/yelp.links?rev=30300&op=diff
==============================================================================
--- desktop/unstable/yelp/debian/yelp.links [utf-8] (original)
+++ desktop/unstable/yelp/debian/yelp.links [utf-8] Thu Oct 13 23:05:10 2011
@@ -1,1 +1,2 @@
 /usr/share/man/man1/yelp.1.gz /usr/share/man/man1/gnome-help.1.gz
+/usr/share/javascript/jquery-ui/jquery-ui.min.js /usr/share/yelp/js/jquery-ui-1.8.custom.min.js




More information about the pkg-gnome-commits mailing list