Re: [PATCH 5/7] Use system MooTools

2009-10-06 Thread Daniel Baumann
applied analogous, with same provisos as to patch 1.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/
___
open-object mailing list
open-object@lists.debian-maintainers.org
http://lists.debian-maintainers.org/listinfo/open-object


[PATCH 5/7] Use system MooTools

2009-10-05 Thread Maximilian Gass
---
 debian/control   |2 +-
 debian/openerp-web.links |1 +
 debian/rules |3 +++
 3 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/debian/control b/debian/control
index 5d16a49..1c53d7e 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Architecture: all
 Depends:
  ${misc:Depends}, ${python:Depends}, adduser, python-beaker, python-cherrypy3,
  python-formencode, python-mako, python-pybabel, python-pyparsing,
- python-simplejson, libjs-mochikit, tinymce, python-feedparser
+ python-simplejson, libjs-mochikit, tinymce, python-feedparser, libjs-mootools
 Recommends: openerp-server
 Suggests: openerp-client
 Description: Enterprise Resource Management (web frontend)
diff --git a/debian/openerp-web.links b/debian/openerp-web.links
index 7f796bf..6621056 100644
--- a/debian/openerp-web.links
+++ b/debian/openerp-web.links
@@ -1,3 +1,4 @@
 usr/share/javascript/mochikit/MochiKit.js 
usr/share/pyshared/openerp/static/javascript/MochiKit/MochiKit.js
 usr/share/tinymce/www/ usr/share/pyshared/openerp/static/javascript/tiny_mce
 usr/share/pyshared/feedparser.py 
usr/share/pyshared/openerp/widgets/wiki/rss/feedparser.py
+usr/share/javascript/mootools/mootools.js 
usr/share/pyshared/openerp/static/workflow/javascript/draw2d/mootools.js
diff --git a/debian/rules b/debian/rules
index cc2b19d..3c79311 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,6 +27,9 @@ override_dh_pysupport:
# Remove FeedParser, we want to use the system-wide one
rm -f 
debian/openerp-web/usr/share/pyshared/openerp/widgets/wiki/rss/feedparser.py
 
+   # Remove Mootools, we want to use the system-wide one
+   rm -f 
usr/share/pyshared/openerp/static/workflow/javascript/draw2d/mootools.js
+
# This is not an executable
chmod -x 
debian/openerp-web/usr/share/pyshared/openerp/static/open-flash-chart.swf \
  
debian/openerp-web/usr/share/pyshared/openerp/static/javascript/tabber/tabber_cookie.js
 \
-- 
1.6.5.rc2

___
open-object mailing list
open-object@lists.debian-maintainers.org
http://lists.debian-maintainers.org/listinfo/open-object