]> spindle.queued.net Git - midori/commitdiff
use mootools.js from the libjs-mootools package
authorRyan Niebur <ryanryan52@gmail.com>
Wed, 16 Sep 2009 05:34:42 +0000 (22:34 -0700)
committerRyan Niebur <ryanryan52@gmail.com>
Wed, 16 Sep 2009 05:34:42 +0000 (22:34 -0700)
debian/changelog
debian/control
debian/rules

index b98e61eb6d04f0de5fdd0c135b02c77db18fe6bd..eba39bbe3ca74c1b4a7adc57b0054cad07b7ed28 100644 (file)
@@ -1,8 +1,9 @@
 midori (0.1.10-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * use mootools.js from the libjs-mootools package
 
- -- Ryan Niebur <ryanryan52@gmail.com>  Tue, 15 Sep 2009 21:59:40 -0700
+ -- Ryan Niebur <ryanryan52@gmail.com>  Tue, 15 Sep 2009 22:34:32 -0700
 
 midori (0.1.9-1) unstable; urgency=low
 
index ae8f2431edaac4a07027bbf3af7748930c6f0c6c..ed5623b032f4961518c0948748b0a140693e6743 100644 (file)
@@ -10,6 +10,7 @@ Build-Depends: debhelper (>= 7.0.50),
  libglib2.0-dev,
  libwebkit-dev (>= 1.1),
  libxml2-dev (>= 2.6),
+ libjs-mootools,
 # For waf:
  python,
 # Optional dependencies:
index c008d5a31377ad2e88d2914731d474f4b9e1f8e4..5871b0853792bf0d2df4d800b7a8617238ce9079 100755 (executable)
@@ -35,6 +35,8 @@ override_dh_auto_test:
 override_dh_auto_install:
        $(WAF) --nocache install --destdir debian/tmp
        rm -f debian/tmp/usr/share/doc/midori/COPYING debian/tmp/usr/share/doc/midori/TRANSLATE
+       rm -f debian/tmp/usr/share/midori/res/mootools.js
+       ln -s /usr/share/javascript/mootools/mootools.js debian/tmp/usr/share/midori/res/mootools.js
 
 PRIORITY=$(shell sed -r -e '/DEBIAN_WWW_ALTERNATIVES_PRIORITY/ !d' -e 's/.* ([^ ]*)$$/\1/' $(CONFIG_FILE))