]> spindle.queued.net Git - midori/commitdiff
drop mootools.js rules
authorYves-Alexis Perez <corsac@debian.org>
Mon, 10 Oct 2011 06:24:41 +0000 (08:24 +0200)
committerYves-Alexis Perez <corsac@debian.org>
Mon, 10 Oct 2011 06:24:41 +0000 (08:24 +0200)
* debian/rules:
  - don't remove mootools.js since it's not even shipped anymore.

debian/changelog
debian/rules

index 257a2eb40e3e6f21676c71e2ddd96743ff97c980..2130f47e82a4952be6e1dcd0ac64ab631956bdd5 100644 (file)
@@ -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 <corsac@debian.org>  Mon, 10 Oct 2011 07:33:54 +0200
 
index 4918820ee6ffdcbad5b827c850b0988fa6b3e2f9..a528fdf76312dd09f72fc7aabe7fc54b610c82ca 100755 (executable)
@@ -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))