diff --git a/debian/changelog b/debian/changelog index 257a2eb4..2130f47e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ midori (0.4.1-1) UNRELEASED; urgency=low - 0001-Fix-for-Bug-819688 dropped, included upstream. * debian/control: - drop libjs-mootools from depends, it's not needed anymore. + * debian/rules: + - don't remove mootools.js since it's not even shipped anymore. -- Yves-Alexis Perez Mon, 10 Oct 2011 07:33:54 +0200 diff --git a/debian/rules b/debian/rules index 4918820e..a528fdf7 100755 --- a/debian/rules +++ b/debian/rules @@ -55,8 +55,6 @@ override_dh_auto_build: 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 install -m 0644 debian/$(DISTRO)-config debian/tmp/etc/xdg/midori/config PRIORITY=$(shell sed -r -e '/DEBIAN_WWW_ALTERNATIVES_PRIORITY/ !d' -e 's/.* ([^ ]*)$$/\1/' $(CONFIG_FILE))