control 2.8 KB

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