drop mootools.js rules
* debian/rules: - don't remove mootools.js since it's not even shipped anymore.
This commit is contained in:
parent
c47e9b14cf
commit
377c67bbeb
2 changed files with 2 additions and 2 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue