use mootools.js from the libjs-mootools package
This commit is contained in:
parent
36e0a93152
commit
3148a775dc
3 changed files with 5 additions and 1 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
1
debian/control
vendored
1
debian/control
vendored
|
@ -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:
|
||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue