debian/control
author Jérémy Bobbio <jeremy.bobbio@irq7.fr>
Mon, 17 Jun 2019 10:37:32 +0200
changeset 12652 836da2699e6f
parent 12649 47ecd8b5299b
child 12653 9bf203d14371
permissions -rw-r--r--
[pkg] Remove explicit Depends on Python packages for python3-cubicweb As suggested by Denis Laxalde, we can let pybuild generate the list of Depends from the egg requirements. The list we get is slightly less specific in terms of needed versions, but given the age of the previous ones, it's unlikely to cause issues. Also we lose python3-six from the list… which is correct as it was removed from the dependencies in 26744ad37953.

Source: cubicweb
Section: web
Priority: optional
Maintainer: Logilab S.A. <contact@logilab.fr>
Uploaders: Sylvain Thenault <sylvain.thenault@logilab.fr>,
           David Douard <david.douard@logilab.fr>,
Build-Depends:
 debhelper (>= 9.20160709),
 dh-python,
 python3-all,
 python3-setuptools,
 python3-six (>= 1.4.0),
 python3-docutils,
 python3-sphinx,
 python3-logilab-common (>= 1.4.0),
 python3-logilab-mtconverter,
 python3-markdown,
 python3-tz,
 python3-rql (>= 0.34.0),
 python3-yams (>= 0.45.0),
 python3-lxml,
 python3-setuptools,
 python3-pyramid,
 python3-pyramid-multiauth,
 python3-waitress,
 python3-passlib,
 python3-repoze.lru,
 python3-wsgicors,
 python3-filelock,
 sphinx-common,
Standards-Version: 4.3.0
Homepage: https://www.cubicweb.org
X-Python3-Version: >= 3.4


Package: python3-cubicweb
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 graphviz,
 gettext,
Recommends:
 cubicweb-ctl (= ${source:Version}),
 python3-cubicweb-postgresql-support (= ${source:Version})
 | sqlite3,
 python3-cubicweb-pyramid (= ${source:Version}),
# common recommends
 python3-simpletal (>= 4.0),
 python3-pycryptodome,
# web recommends (mostly)
 python3-docutils (>= 0.6),
 python3-vobject,
 fckeditor,
 python3-fyzz,
 python3-imaging,
 python3-rdflib,
 python3-werkzeug,
# dev recommends
 python3-pysqlite2,
Suggests:
 python3-zmq,
 python3-cwclientlib (>= 0.4.0),
 python3-cubicweb-documentation (= ${source:Version}),
 w3c-dtd-xhtml,
 xvfb,
Replaces:
 cubicweb (<< 3.24.0-1~),
 cubicweb-server (<< 3.24.0-1~),
 cubicweb-web (<< 3.24.0-1~),
 cubicweb-core,
 cubicweb-common (<< 3.24.0-1~),
Breaks:
 cubicweb (<< 3.24.0-1~),
 cubicweb-server (<< 3.24.0-1~),
 cubicweb-inlinedit (<< 1.1.1),
 cubicweb-bootstrap (<< 0.6.6),
 cubicweb-folder (<< 1.10.0),
 cubicweb-web (<< 3.24.0-1~),
 cubicweb-comment (<< 1.9.1),
 cubicweb-person (<< 1.8.0),
 cubicweb-geocoding (<< 0.2.0),
 cubicweb-invoice (<< 0.6.1),
 cubicweb-mercurial-server (<< 0.4.2),
 cubicweb-forgotpwd (<< 0.4.3),
 cubicweb-registration (<< 0.4.3),
 cubicweb-vcsfile (<< 1.15.0),
 cubicweb-bootstrap (<< 0.6),
 cubicweb-common (<< 3.24.0-1~),
Provides:
 cubicweb,
 cubicweb-server,
 cubicweb-web-frontend,
 cubicweb-web,
 cubicweb-common,
Conflicts:
 cubicweb-multisources,
 cubicweb-core,
Description: the complete CubicWeb framework
 CubicWeb is a semantic web application framework.
 .
 This metapackage will install all the components you need to run cubicweb on a
 single machine. You can also deploy cubicweb by running the different process
 on different computers, in which case you need to install the corresponding
 packages on the different hosts.


Package: python3-cubicweb-postgresql-support
Architecture: all
# postgresql-client packages for backup/restore of non local database
Replaces: cubicweb-postgresql-support (<< 3.24.0-1~)
Breaks: cubicweb-postgresql-support (<< 3.24.0-1~)
Provides: cubicweb-postgresql-support
Depends:
 ${misc:Depends},
 python3-cubicweb (= ${source:Version}),
 python3-psycopg2,
 postgresql-client
Description: postgres support for the CubicWeb framework
 CubicWeb is a semantic web application framework.
 .
 This dependency package provides dependencies to use PostgreSQL for the
 cubicweb repository.


Package: python3-cubicweb-pyramid
Architecture: all
Depends:
 ${misc:Depends},
 python3-cubicweb (= ${source:Version}),
 python3-pyramid (>= 1.5.0),
 python3-pyramid-multiauth,
 python3-waitress (>= 0.8.9),
 python3-wsgicors,
 python3-repoze.lru,
Recommends:
 python3-pyramid-debugtoolbar
Conflicts:
 pyramid-cubicweb
Replaces:
 pyramid-cubicweb
Description: meta package to use Pyramid as HTTP server for CubicWeb
 Provides pyramid extensions to load a CubicWeb instance and serve it through
 the pyramid stack.


Package: cubicweb-ctl
Architecture: all
Depends:
 ${misc:Depends},
 python3-cubicweb (= ${source:Version})
Description: tool to manage the CubicWeb framework
 CubicWeb is a semantic web application framework.
 .
 This package provides a control script to manage (create, upgrade, start,
 stop, etc) CubicWeb applications. It also include the init.d script
 to automatically start and stop CubicWeb applications on boot or shutdown.


Package: python3-cubicweb-documentation
Architecture: all
Section: doc
Replaces: cubicweb-documentation (<< 3.24.0-1~)
Breaks: cubicweb-documentation (<< 3.24.0-1~)
Provides: cubicweb-documentation
Conflicts: python-cubicweb-documentation
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Built-Using: ${sphinxdoc:Built-Using}
Recommends:
 doc-base
Description: documentation for the CubicWeb framework
 CubicWeb is a semantic web application framework.
 .
 This package provides the system's documentation.


# Transitional packages after renaming of (most) binary packages

Package: cubicweb
Architecture: all
Priority: optional
Section: oldlibs
Depends:
 python3-cubicweb, ${misc:Depends}
Description: transitional package
  This is a transitional package. It can safely be removed.


Package: cubicweb-server
Architecture: all
Priority: optional
Section: oldlibs
Depends:
 python3-cubicweb, ${misc:Depends}
Description: transitional package
  This is a transitional package. It can safely be removed.


Package: cubicweb-postgresql-support
Architecture: all
Priority: optional
Section: oldlibs
Depends:
 python3-cubicweb-postgresql-support, ${misc:Depends}
Description: transitional package
  This is a transitional package. It can safely be removed.


Package: cubicweb-web
Architecture: all
Priority: optional
Section: oldlibs
Depends:
 python3-cubicweb, ${misc:Depends}
Description: transitional package
  This is a transitional package. It can safely be removed.


Package: cubicweb-common
Architecture: all
Priority: optional
Section: oldlibs
Depends:
 python3-cubicweb, ${misc:Depends}
Description: transitional package
  This is a transitional package. It can safely be removed.


Package: cubicweb-dev
Architecture: all
Priority: optional
Section: oldlibs
Depends:
 python3-cubicweb, ${misc:Depends}
Description: transitional package
  This is a transitional package. It can safely be removed.


Package: cubicweb-documentation
Architecture: all
Priority: optional
Section: oldlibs
Depends:
 python3-cubicweb-documentation, ${misc:Depends}
Description: transitional package
  This is a transitional package. It can safely be removed.