---
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 c3c9cce..3e6738d 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
+ python-simplejson, libjs-mochikit, tinymce
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 74b771b..2509717 100644
--- a/debian/openerp-web.links
+++ b/debian/openerp-web.links
@@ -1 +1,2 @@
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
diff --git a/debian/rules b/debian/rules
index 08a935a..5216612 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,6 +21,9 @@ override_dh_pysupport:
# Remove MochiKit, we want to use the system-wide one
rm -f
debian/openerp-web/usr/share/pyshared/openerp/static/javascript/MochiKit/*
+ # Remove TinyMCE, we want to use the system-wide one
+ rm -rf debian/openerp-web/usr/share/pyshared/openerp/static/tiny_mce
+
override_dh_installchangelogs:
dh_installchangelogs doc/ChangeLog
--
1.6.5.rc2
_______________________________________________
open-object mailing list
[email protected]
http://lists.debian-maintainers.org/listinfo/open-object