odoo/debian
Daniel Baumann 6397dfdf4d Releasing debian version 5.0.6-1.
bzr revid: p_christ@hol.gr-20101019095441-hz0hf81mdpm2b2lf
2010-10-19 12:54:41 +03:00
..
local Commenting out pidfile in config (Closes: #542427). 2009-08-24 22:00:55 +03:00
patches Rediffing autobuild.patch (Closes: #538625). 2009-08-24 21:02:04 +03:00
po Correcting spelling of Open ERP. 2009-08-24 21:02:06 +03:00
README.source Updating README.source. 2010-10-19 12:54:39 +03:00
changelog Releasing debian version 5.0.6-1. 2010-10-19 12:54:41 +03:00
compat Adding debian version 5.0.0~alpha-1. 2009-04-21 12:06:37 +03:00
control No longer calling debconf-updatepo in clean target of rules. 2010-10-19 12:54:40 +03:00
copyright Moving maintainer homepage from control to copyright. 2010-10-19 12:54:39 +03:00
openerp-server.README.Debian Correcting spelling of Open ERP. 2009-08-24 21:02:06 +03:00
openerp-server.config Managing setup of unprivileged user account with debconf. 2009-08-24 21:02:04 +03:00
openerp-server.docs Prefixing debhelper files with package name. 2009-04-21 12:06:38 +03:00
openerp-server.examples Managing setup of unprivileged user account with debconf. 2009-08-24 21:02:04 +03:00
openerp-server.init Correcting spelling of Open ERP. 2009-08-24 21:02:06 +03:00
openerp-server.install Using more common directory name to store local debian additions. 2009-08-24 21:02:04 +03:00
openerp-server.links Using dedicated storage directory in /var/lib/openerp-server, that way the addons directory can stay read-only for the unprivileged user. 2009-08-24 21:02:08 +03:00
openerp-server.lintian-overrides Updating lintian overrides. 2009-04-21 12:06:42 +03:00
openerp-server.postinst Renaming logfile to openerp-server.log for consistency. 2009-08-24 22:00:54 +03:00
openerp-server.postrm Removing local storage directory on purge. 2009-08-24 22:00:55 +03:00
openerp-server.preseed Managing setup of unprivileged user account with debconf. 2009-08-24 21:02:04 +03:00
openerp-server.templates Correcting spelling of Open ERP. 2009-08-24 21:02:06 +03:00
rules No longer calling debconf-updatepo in clean target of rules. 2010-10-19 12:54:40 +03:00

README.source

Package Repositories
--------------------

Backports for the current stable debian distribution as well as snapshots of
unreleased versions may be available in repositories listed on the maintainers
homepage. The current URL of the maintainer homepage can be seen in
debian/copyright.


Source Access
-------------

You can obtain the sources of this package with:

  $ apt-get source ${PACKAGE}

whereas '${PACKAGE}' has to be replaced with the actual name of the package.

This package is maintained with the Git version control system. The current git
source tree can be obtained with:

  $ git clone ${GIT_URI}

whereas '${GIT_URI}' has to be replaced with the actual URI for the Git
repository. The current Git URI can be seen in debian/control in the extracted
package sources.

More information about Git can be found in the git-core package.

This package may use the Quilt patch system to manage all modifications to the
upstream source. Changes, if any, are stored in the source package as diffs in
debian/diff and are applied during the build. Current modifications can be
applied to the source tree with:

  $ quilt push -a

More information about Quilt can be found in the quilt package.