Source: tryton-server
Maintainer: Debian Tryton Maintainers <team+tryton-team@tracker.debian.org>
Uploaders: Mathias Behrle <mathiasb@m9s.biz>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               po-debconf,
               python3,
               python3-bcrypt,
               python3-dateutil,
               python3-defusedxml,
               python3-genshi,
               python3-lxml,
               python3-passlib,
               python3-pil,
               python3-polib,
               python3-relatorio,
               python3-setuptools,
               python3-sphinx,
               python3-sql,
               python3-werkzeug,
               python3-wrapt
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/tryton-team/tryton-server
Vcs-Git: https://salsa.debian.org/tryton-team/tryton-server.git
Homepage: https://www.tryton.org/

Package: tryton-server
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends: adduser,
         python3-bcrypt,
         python3-dateutil,
         python3-defusedxml,
         python3-genshi,
         python3-lxml,
         python3-passlib,
         python3-pkg-resources,
         python3-polib,
         python3-relatorio,
         python3-sql,
         python3-werkzeug,
         python3-wrapt,
         ucf,
         ${misc:Depends},
         ${python3:Depends}
Recommends: default-mta | mail-transport-agent,
            libreoffice-calc,
            libreoffice-writer,
            postgresql,
            python3-gevent,
            python3-html2text,
            python3-levenshtein,
            python3-pil,
            python3-psycopg2,
            python3-pydot,
            python3-weasyprint,
            ssl-cert
Suggests: postgresql-client,
          python3-sphinx,
          tryton-client,
          tryton-modules-all,
          tryton-sao,
          tryton-server-doc
Provides: ${API}
Description: Tryton application platform - server
 Tryton is a high-level general purpose application platform. It is the base
 of a complete business solution as well as a comprehensive health and hospital
 information system (GNUHealth). It is written in Python and uses PostgreSQL
 as its preferred database engine.
 .
 This package contains the server.

Package: tryton-server-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Description: Tryton application platform - server documentation
 Tryton is a high-level general purpose application platform. It is the base
 of a complete business solution as well as a comprehensive health and hospital
 information system (GNUHealth). It is written in Python and uses PostgreSQL
 as its preferred database engine.
 .
 This package contains the documentation of the server in HTML format.

Package: tryton-server-postgresql
Architecture: all
Depends: dbconfig-pgsql | dbconfig-no-thanks,
         python3-psycopg2,
         tryton-server,
         ucf,
         ${API},
         ${misc:Depends}
Suggests: autopostgresqlbackup,
          postgresql
Description: Tryton application platform - PostgreSQL integration
 Tryton is a high-level general purpose application platform. It is the base
 of a complete business solution as well as a comprehensive health and hospital
 information system (GNUHealth).
 .
 The default database backend of the Tryton server is SQLite3, but for
 production use PostgreSQL is the preferred and recommended database engine.
 .
 This package provides the integration of tryton-server with PostgreSQL.

Package: tryton-server-uwsgi
Architecture: all
Depends: tryton-server,
         ucf,
         uwsgi-plugin-python3,
         ${API},
         ${misc:Depends}
Recommends: tryton-sao,
            tryton-server-postgresql
Suggests: tryton-server-nginx
Description: Tryton application platform - uWSGI integration
 Tryton is a high-level general purpose application platform. It is the base
 of a complete business solution as well as a comprehensive health and hospital
 information system (GNUHealth).
 .
 For production use it is recommended to run the Tryton server under a
 WSGI backend instead of the simple Werkzeug development server.
 .
 This package provides the integration of tryton-server with the uWSGI backend.
 It offers also the possibility of configuring and running workers and/or the
 scheduler as uWSGI daemons.
 .
 The Tryton server can be accessed by the uWSGI and/or HTTP protocols.
 For small sites that are not exposed to the Internet this may already cover
 your needs; otherwise have a look at the package tryton-server-nginx to run
 the uWSGI server behind a dedicated reverse proxy.

Package: tryton-server-nginx
Architecture: all
Depends: python3-certbot-nginx | nginx,
         tryton-server-uwsgi,
         ucf,
         ${API},
         ${misc:Depends}
Suggests: tryton-server-postgresql
Description: Tryton application platform - Nginx integration
 Tryton is a high-level general purpose application platform. It is the base
 of a complete business solution as well as a comprehensive health and hospital
 information system (GNUHealth).
 .
 While the uWSGI server as WSGI backend offers the possibility of serving
 HTTP content it is still preferable to expose the content produced by the
 Tryton server via HTTPS with a dedicated web frontend like Nginx on top of
 a robust WSGI application. Nginx has decent default security settings, can
 talk to WSGI applications by the native WSGI protocol, and also offers
 features like caching of dynamic content, load balancing, and serving
 static resources.
 .
 This package provides the integration of tryton-server-uwsgi with Nginx.

Package: tryton-server-all-in-one
Architecture: all
Depends: python3-pycountry,
         tryton-modules-country,
         tryton-modules-currency,
         tryton-proteus,
         tryton-server,
         tryton-server-nginx,
         tryton-server-postgresql,
         tryton-server-uwsgi,
         ${API},
         ${misc:Depends}
Recommends: tryton-client-doc,
            tryton-modules-all,
            tryton-sao,
            tryton-server-doc
Description: Tryton application platform - full installation
 Tryton is a high-level general purpose application platform. It is the base
 of a complete business solution as well as a comprehensive health and hospital
 information system (GNUHealth).
 .
 This package offers the complete guided production grade setup of a
 Tryton server installation. It provides:
  * guided setup of the PostgreSQL database;
  * guided setup of a uWSGI backend;
  * guided setup of an Nginx frontend with the optional registration and
    setup of Let's Encrypt certificates;
  * a preconfigured PostgreSQL database prefilled with static data such as
    countries, currencies, and postal codes ready for use.
