dolibarr/dev/build/debian/control

76 lines
2.8 KiB
Plaintext
Raw Permalink Normal View History

2011-07-22 18:40:17 +02:00
Source: dolibarr
Section: web
Priority: optional
2014-02-02 15:46:22 +01:00
Maintainer: Laurent Destailleur (eldy) <eldy@users.sourceforge.net>
# Uploaders: Laurent Destailleur (eldy) <eldy@users.sourceforge.net> # Only if differs from Maintainer
2014-10-24 23:50:10 +02:00
Standards-Version: 3.9.6
2021-01-28 09:23:28 +01:00
Homepage: https://www.dolibarr.org
Build-Depends: debhelper (>= 9), po-debconf
2014-04-12 01:32:46 +02:00
# This package need at least debian 7 or ubuntu 13.04 or any distribution based on this version
2025-01-05 14:28:07 +01:00
2011-07-26 23:40:25 +02:00
Package: dolibarr
2014-02-02 15:46:22 +01:00
Architecture: all
2017-04-13 14:42:24 +02:00
# For debian 7 or 8 or 9
Depends: libapache2-mod-php5 | libapache2-mod-php5filter | php5-cgi | php5-fpm | php5 | libapache2-mod-php | libapache2-mod-phpfilter | php-cgi | php-fpm | php,
php5-cli | php-cli,
2014-02-02 15:46:22 +01:00
# Required PHP extensions
2020-08-08 10:17:52 +02:00
php5-mysql | php5-mysqli | php-mysql | php-mysqli, php5-curl | php-curl, php5-gd | php-gd, php5-ldap | php-gd, php5-zip | php-zip,
2014-02-02 15:46:22 +01:00
# Required PHP libraries
2017-04-13 14:42:24 +02:00
php-pear, php-mail-mime,
2016-10-22 14:35:45 +02:00
# php-tcpdf,
2014-10-24 23:50:10 +02:00
# libfpdf-tpl-php, php-fpdf,
# libnusoap-php,
# libphp-pclzip,
2014-02-02 15:46:22 +01:00
# Required javascript libraries
2015-04-22 14:58:06 +02:00
# javascript-common, libjs-jquery, libjs-jquery-ui, libjs-jquery-flot, ckeditor,
2014-02-02 15:46:22 +01:00
# Misc dependencies
# fonts-dejavu-core | ttf-dejavu-core,
2011-08-04 20:01:36 +02:00
xdg-utils,
mariadb-client | virtual-mysql-client,
2012-01-28 16:04:48 +01:00
${misc:Depends},
${perl:Depends}
Recommends: apache2 | lighttpd | httpd,
2017-04-13 14:42:24 +02:00
mariadb-server | virtual-mysql-server,
# Required PHP extensions for debian 9 but we can't add them into a Depends, it does not exists on debian 7 and 8
php-xml, php-mbstring, php-intl
2016-07-16 19:52:42 +02:00
Suggests: www-browser, php5-geoip
Description: Web based software to manage a company or foundation
2025-01-05 14:28:07 +01:00
Dolibarr ERP & CRM is an easy to use open source/free software package for
companies, foundations or freelances. It includes different
2011-07-26 23:40:25 +02:00
features for Enterprise Resource Planning (ERP) and Customer Relationship
Management (CRM) but also for different other activities.
2014-02-02 15:46:22 +01:00
.
2011-07-26 23:40:25 +02:00
It's a web software you can install as a standalone program or on any web
hosting provider to use it from anywhere with any web browser.
.
2014-09-13 20:47:34 +02:00
Dolibarr was designed to be easy to use. Only the features that you need
are visible, depending on which modules were activated.
2014-02-02 15:46:22 +01:00
.
2014-09-13 20:47:34 +02:00
This is an example of most common used modules:
2011-07-26 23:40:25 +02:00
.
2011-07-27 18:45:46 +02:00
Customers, Suppliers or Prospects directory,
Contacts directory,
Orders management,
Commercial proposals management,
Invoices management,
Products and services catalog,
Stock management,
Foundations members management,
Bank accounts management,
Point of Sale,
Payments management,
Commercial actions management,
Contracts management,
Standing orders management,
Shipping management,
Donations management,
Bookmarks management,
Mass Emailings,
Reports,
Wizards to export and import data,
LDAP connectivity,
PDF exports,
2014-09-13 20:47:34 +02:00
And a lot more modules...
2011-07-26 23:40:25 +02:00
.
2014-09-18 22:42:43 +02:00
You can also add external modules from third parties or develop yours.