[PATCH 4/7] debian/rules: Removed executable flag on non-executable files

2009-10-05 Thread Maximilian Gass
--- debian/rules | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/debian/rules b/debian/rules index 10fd4a1..cc2b19d 100755 --- a/debian/rules +++ b/debian/rules @@ -27,6 +27,16 @@ override_dh_pysupport: # Remove FeedParser, we want to use the system-wide

[PATCH 7/7] Added debian/README.source

2009-10-05 Thread Maximilian Gass
--- debian/README.source |5 + 1 files changed, 5 insertions(+), 0 deletions(-) create mode 100644 debian/README.source diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 000..9dc3fca --- /dev/null +++ b/debian/README.source @@ -0,0 +1,5 @@ +This

Re: [PATCH 2/7] Use system tinymce

2009-10-05 Thread Daniel Baumann
applied analogous, with same provisos as to patch 1. rest following in late afternoon. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/

Re: Config file ownership

2009-10-05 Thread Daniel Baumann
Maximilian Gass wrote: Why do the config files for the OpenERP server packages not belong to root? obviously, openerp-server needs to read its own configuration file. therefore, as the file can contain sensitive information, 0644 root would be wrong, it is owned by the openerp user. --