From 3148a775dcd3e12bb2ebb2bcb16e15d18aa7e4cc Mon Sep 17 00:00:00 2001 From: Ryan Niebur Date: Tue, 15 Sep 2009 22:34:42 -0700 Subject: [PATCH] use mootools.js from the libjs-mootools package --- debian/changelog | 3 ++- debian/control | 1 + debian/rules | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b98e61eb..eba39bbe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 15 Sep 2009 21:59:40 -0700 + -- Ryan Niebur Tue, 15 Sep 2009 22:34:32 -0700 midori (0.1.9-1) unstable; urgency=low diff --git a/debian/control b/debian/control index ae8f2431..ed5623b0 100644 --- a/debian/control +++ b/debian/control @@ -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: diff --git a/debian/rules b/debian/rules index c008d5a3..5871b085 100755 --- a/debian/rules +++ b/debian/rules @@ -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))