debian/control
changeset 12653 9bf203d14371
parent 12652 836da2699e6f
child 12654 b2fb404fae3a
equal deleted inserted replaced
12652:836da2699e6f 12653:9bf203d14371
    42  gettext,
    42  gettext,
    43 Recommends:
    43 Recommends:
    44  cubicweb-ctl (= ${source:Version}),
    44  cubicweb-ctl (= ${source:Version}),
    45  python3-cubicweb-postgresql-support (= ${source:Version})
    45  python3-cubicweb-postgresql-support (= ${source:Version})
    46  | sqlite3,
    46  | sqlite3,
    47  python3-cubicweb-pyramid (= ${source:Version}),
    47 # pyramid recommends
       
    48  python3-pyramid (>= 1.5.0),
       
    49  python3-pyramid-multiauth,
       
    50  python3-waitress (>= 0.8.9),
       
    51  python3-wsgicors,
       
    52  python3-repoze.lru,
    48 # common recommends
    53 # common recommends
    49  python3-simpletal (>= 4.0),
    54  python3-simpletal (>= 4.0),
    50  python3-pycryptodome,
    55  python3-pycryptodome,
    51 # web recommends (mostly)
    56 # web recommends (mostly)
    52  python3-docutils (>= 0.6),
    57  python3-docutils (>= 0.6),
    62  python3-zmq,
    67  python3-zmq,
    63  python3-cwclientlib (>= 0.4.0),
    68  python3-cwclientlib (>= 0.4.0),
    64  python3-cubicweb-documentation (= ${source:Version}),
    69  python3-cubicweb-documentation (= ${source:Version}),
    65  w3c-dtd-xhtml,
    70  w3c-dtd-xhtml,
    66  xvfb,
    71  xvfb,
       
    72  python3-pyramid-debugtoolbar,
    67 Replaces:
    73 Replaces:
    68  cubicweb (<< 3.24.0-1~),
    74  cubicweb (<< 3.24.0-1~),
    69  cubicweb-server (<< 3.24.0-1~),
    75  cubicweb-server (<< 3.24.0-1~),
    70  cubicweb-web (<< 3.24.0-1~),
    76  cubicweb-web (<< 3.24.0-1~),
    71  cubicweb-core,
    77  cubicweb-core,
   121  .
   127  .
   122  This dependency package provides dependencies to use PostgreSQL for the
   128  This dependency package provides dependencies to use PostgreSQL for the
   123  cubicweb repository.
   129  cubicweb repository.
   124 
   130 
   125 
   131 
   126 Package: python3-cubicweb-pyramid
       
   127 Architecture: all
       
   128 Depends:
       
   129  ${misc:Depends},
       
   130  python3-cubicweb (= ${source:Version}),
       
   131  python3-pyramid (>= 1.5.0),
       
   132  python3-pyramid-multiauth,
       
   133  python3-waitress (>= 0.8.9),
       
   134  python3-wsgicors,
       
   135  python3-repoze.lru,
       
   136 Recommends:
       
   137  python3-pyramid-debugtoolbar
       
   138 Conflicts:
       
   139  pyramid-cubicweb
       
   140 Replaces:
       
   141  pyramid-cubicweb
       
   142 Description: meta package to use Pyramid as HTTP server for CubicWeb
       
   143  Provides pyramid extensions to load a CubicWeb instance and serve it through
       
   144  the pyramid stack.
       
   145 
       
   146 
       
   147 Package: cubicweb-ctl
   132 Package: cubicweb-ctl
   148 Architecture: all
   133 Architecture: all
   149 Depends:
   134 Depends:
   150  ${misc:Depends},
   135  ${misc:Depends},
   151  python3-cubicweb (= ${source:Version})
   136  python3-cubicweb (= ${source:Version})