debian/control
branch3.26
changeset 12664 2337c8c05657
parent 12660 23e957f0f6d6
child 12666 0e12c615aa0b
equal deleted inserted replaced
12660:23e957f0f6d6 12664:2337c8c05657
     7 Build-Depends:
     7 Build-Depends:
     8  debhelper (>= 9.20160709),
     8  debhelper (>= 9.20160709),
     9  dh-python,
     9  dh-python,
    10  python-all,
    10  python-all,
    11  python-setuptools,
    11  python-setuptools,
    12  python-sphinx
    12  python-sphinx,
       
    13  python3-all,
       
    14  python3-setuptools,
       
    15  python3-sphinx,
    13 Standards-Version: 3.9.6
    16 Standards-Version: 3.9.6
    14 Homepage: https://www.cubicweb.org
    17 Homepage: https://www.cubicweb.org
    15 X-Python-Version: >= 2.7
    18 X-Python-Version: >= 2.7
       
    19 X-Python3-Version: >= 3.4
    16 
    20 
    17 
    21 
    18 Package: python-cubicweb
    22 Package: python-cubicweb
    19 Architecture: all
    23 Architecture: all
    20 Depends:
    24 Depends:
    99  single machine. You can also deploy cubicweb by running the different process
   103  single machine. You can also deploy cubicweb by running the different process
   100  on different computers, in which case you need to install the corresponding
   104  on different computers, in which case you need to install the corresponding
   101  packages on the different hosts.
   105  packages on the different hosts.
   102 
   106 
   103 
   107 
       
   108 Package: python3-cubicweb
       
   109 Architecture: all
       
   110 Depends:
       
   111  ${misc:Depends},
       
   112  ${python3:Depends},
       
   113  python3-six (>= 1.4.0),
       
   114  python3-logilab-mtconverter (>= 0.8.0),
       
   115  python3-logilab-common (>= 1.4.0),
       
   116  python3-logilab-database (>= 1.15.0),
       
   117  python3-yams (>= 0.45.0),
       
   118  python3-rql (>= 0.34.0),
       
   119  python3-unittest2 (>= 0.7.0),
       
   120  python3-lxml,
       
   121  python3-markdown,
       
   122  python3-passlib,
       
   123  python3-tz,
       
   124  graphviz,
       
   125  gettext,
       
   126 Recommends:
       
   127  cubicweb-ctl (= ${source:Version}),
       
   128  python3-cubicweb-postgresql-support (= ${source:Version})
       
   129  | sqlite3,
       
   130  python3-cubicweb-pyramid (= ${source:Version}),
       
   131 # common recommends
       
   132  python3-simpletal (>= 4.0),
       
   133  python3-crypto,
       
   134 # web recommends (mostly)
       
   135  python3-docutils (>= 0.6),
       
   136  python3-vobject,
       
   137  fckeditor,
       
   138  python3-fyzz,
       
   139  python3-imaging,
       
   140  python3-rdflib,
       
   141  python3-werkzeug,
       
   142 # dev recommends
       
   143  python3-pysqlite2,
       
   144 Suggests:
       
   145  python3-zmq,
       
   146  python3-cwclientlib (>= 0.4.0),
       
   147  w3c-dtd-xhtml,
       
   148  xvfb,
       
   149 Description: CubicWeb framework (Python 3)
       
   150  CubicWeb is a semantic web application framework.
       
   151  .
       
   152  This package will install all the components you need to run cubicweb on a
       
   153  single machine. You can also deploy cubicweb by running the different process
       
   154  on different computers, in which case you need to install the corresponding
       
   155  packages on the different hosts.
       
   156 
       
   157 
   104 Package: python-cubicweb-postgresql-support
   158 Package: python-cubicweb-postgresql-support
   105 Architecture: all
   159 Architecture: all
   106 # postgresql-client packages for backup/restore of non local database
   160 # postgresql-client packages for backup/restore of non local database
   107 Replaces: cubicweb-postgresql-support (<< 3.24.0-1~)
   161 Replaces: cubicweb-postgresql-support (<< 3.24.0-1~)
   108 Breaks: cubicweb-postgresql-support (<< 3.24.0-1~)
   162 Breaks: cubicweb-postgresql-support (<< 3.24.0-1~)
   111  ${misc:Depends},
   165  ${misc:Depends},
   112  ${python:Depends},
   166  ${python:Depends},
   113  python-psycopg2,
   167  python-psycopg2,
   114  postgresql-client
   168  postgresql-client
   115 Description: postgres support for the CubicWeb framework
   169 Description: postgres support for the CubicWeb framework
       
   170  CubicWeb is a semantic web application framework.
       
   171  .
       
   172  This virtual package provides dependencies to use PostgreSQL for the
       
   173  cubicweb repository.
       
   174 
       
   175 
       
   176 Package: python3-cubicweb-postgresql-support
       
   177 Architecture: all
       
   178 # postgresql-client packages for backup/restore of non local database
       
   179 Depends:
       
   180  ${misc:Depends},
       
   181  ${python3:Depends},
       
   182  python3-psycopg2,
       
   183  postgresql-client
       
   184 Description: postgres support for the CubicWeb framework (Python 3)
   116  CubicWeb is a semantic web application framework.
   185  CubicWeb is a semantic web application framework.
   117  .
   186  .
   118  This virtual package provides dependencies to use PostgreSQL for the
   187  This virtual package provides dependencies to use PostgreSQL for the
   119  cubicweb repository.
   188  cubicweb repository.
   120 
   189 
   148  pyramid-cubicweb
   217  pyramid-cubicweb
   149 Description: meta package to use Pyramid as HTTP server for CubicWeb
   218 Description: meta package to use Pyramid as HTTP server for CubicWeb
   150  Provides pyramid extensions to load a CubicWeb instance and serve it through
   219  Provides pyramid extensions to load a CubicWeb instance and serve it through
   151  the pyramid stack.
   220  the pyramid stack.
   152 
   221 
       
   222 Package: python3-cubicweb-pyramid
       
   223 Architecture: all
       
   224 Depends:
       
   225  python3-cubicweb (= ${source:Version}),
       
   226  python3-pyramid (>= 1.5.0),
       
   227  python3-pyramid-multiauth,
       
   228  python3-waitress (>= 0.8.9),
       
   229  python3-wsgicors,
       
   230  python3-repoze.lru,
       
   231 Recommends:
       
   232  python3-pyramid-debugtoolbar
       
   233 Description: meta package to use Pyramid as HTTP server for CubicWeb (Python 3)
       
   234  Provides pyramid extensions to load a CubicWeb instance and serve it through
       
   235  the pyramid stack.
       
   236 
   153 
   237 
   154 Package: cubicweb-ctl
   238 Package: cubicweb-ctl
   155 Architecture: all
   239 Architecture: all
   156 Depends:
   240 Depends:
   157  ${misc:Depends},
   241  ${misc:Depends},