From 3586ae34c656f68683aab95e7d1891435979eefa Mon Sep 17 00:00:00 2001 From: "P. Christeas" Date: Mon, 17 Jan 2011 17:26:05 +0200 Subject: [PATCH] debian: use the standard conf file, adapt init and copyright bzr revid: p_christ@hol.gr-20110117152605-qtifgtoydws7ox8q --- debian/copyright | 26 ++------------------------ debian/openerp-server.init | 6 ++++-- debian/openerp-server.install | 2 +- 3 files changed, 7 insertions(+), 27 deletions(-) diff --git a/debian/copyright b/debian/copyright index 98441825663..3f50a3a825e 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,10 +1,10 @@ -Upstream-Contact: n/a +Upstream-Contact: OpenERP Upstream-Homepage: http://www.openerp.com/ Maintainer-Contact: Debian Open Object Maintainers Maintainer-Homepage: http://open-object.debian-maintainers.org/ Files: * -Copyright: (C) 2004-2010 Tiny.be +Copyright: (C) 2004-2010 OpenERP SA. (www.openerp.com) License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -22,28 +22,6 @@ License: GPL-3+ On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file. -Files: - bin/addons/gen_graph.sh - doc/migrate/* -Copyright: (C) 2004-2008 Tiny.be -License: GPL-2+ - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License - as published by the Free Software Foundation; either version 2 - of the License, or (at your option) any later version. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - . - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - . - On Debian systems, the complete text of the GNU General Public License - can be found in /usr/share/common-licenses/GPL-2 file. - Files: bin/addons/account/report/general_ledger.py bin/addons/account/report/general_ledger_landscape.py diff --git a/debian/openerp-server.init b/debian/openerp-server.init index 08c39e517bd..1f5c8822175 100644 --- a/debian/openerp-server.init +++ b/debian/openerp-server.init @@ -29,7 +29,8 @@ case "${1}" in start-stop-daemon --start --quiet --pidfile /var/run/${NAME}.pid \ --chuid ${USER} --background --make-pidfile \ - --exec ${DAEMON} -- --config=/etc/openerp-server.conf + --exec ${DAEMON} -- --config=/etc/openerp-server.conf \ + --logfile=/var/log/openerp-server.log echo "${NAME}." ;; @@ -53,7 +54,8 @@ case "${1}" in start-stop-daemon --start --quiet --pidfile /var/run/${NAME}.pid \ --chuid ${USER} --background --make-pidfile \ - --exec ${DAEMON} -- --config=/etc/openerp-server.conf + --exec ${DAEMON} -- --config=/etc/openerp-server.conf \ + --logfile=/var/log/openerp-server.log echo "${NAME}." ;; diff --git a/debian/openerp-server.install b/debian/openerp-server.install index ccfbbb27fd6..78a4a648a06 100644 --- a/debian/openerp-server.install +++ b/debian/openerp-server.install @@ -1 +1 @@ -debian/local/openerp-server.conf /etc +doc/openerp-server.conf /etc