debian/control
branch3.26
changeset 12666 0e12c615aa0b
parent 12664 2337c8c05657
child 12667 ac79dfde9cb1
equal deleted inserted replaced
12665:112f3c2b6f1e 12666:0e12c615aa0b
    19 X-Python3-Version: >= 3.4
    19 X-Python3-Version: >= 3.4
    20 
    20 
    21 
    21 
    22 Package: python-cubicweb
    22 Package: python-cubicweb
    23 Architecture: all
    23 Architecture: all
       
    24 Section: python
    24 Depends:
    25 Depends:
    25  ${misc:Depends},
    26  ${misc:Depends},
    26  ${python:Depends},
    27  ${python:Depends},
    27  python-six (>= 1.4.0),
    28  python-six (>= 1.4.0),
    28  python-logilab-mtconverter (>= 0.8.0),
    29  python-logilab-mtconverter (>= 0.8.0),
   105  packages on the different hosts.
   106  packages on the different hosts.
   106 
   107 
   107 
   108 
   108 Package: python3-cubicweb
   109 Package: python3-cubicweb
   109 Architecture: all
   110 Architecture: all
       
   111 Section: python
   110 Depends:
   112 Depends:
   111  ${misc:Depends},
   113  ${misc:Depends},
   112  ${python3:Depends},
   114  ${python3:Depends},
   113  python3-six (>= 1.4.0),
   115  python3-six (>= 1.4.0),
   114  python3-logilab-mtconverter (>= 0.8.0),
   116  python3-logilab-mtconverter (>= 0.8.0),
   155  packages on the different hosts.
   157  packages on the different hosts.
   156 
   158 
   157 
   159 
   158 Package: python-cubicweb-postgresql-support
   160 Package: python-cubicweb-postgresql-support
   159 Architecture: all
   161 Architecture: all
       
   162 Section: python
   160 # postgresql-client packages for backup/restore of non local database
   163 # postgresql-client packages for backup/restore of non local database
   161 Replaces: cubicweb-postgresql-support (<< 3.24.0-1~)
   164 Replaces: cubicweb-postgresql-support (<< 3.24.0-1~)
   162 Breaks: cubicweb-postgresql-support (<< 3.24.0-1~)
   165 Breaks: cubicweb-postgresql-support (<< 3.24.0-1~)
   163 Provides: cubicweb-postgresql-support
   166 Provides: cubicweb-postgresql-support
   164 Depends:
   167 Depends:
   173  cubicweb repository.
   176  cubicweb repository.
   174 
   177 
   175 
   178 
   176 Package: python3-cubicweb-postgresql-support
   179 Package: python3-cubicweb-postgresql-support
   177 Architecture: all
   180 Architecture: all
       
   181 Section: python
   178 # postgresql-client packages for backup/restore of non local database
   182 # postgresql-client packages for backup/restore of non local database
   179 Depends:
   183 Depends:
   180  ${misc:Depends},
   184  ${misc:Depends},
   181  ${python3:Depends},
   185  ${python3:Depends},
   182  python3-psycopg2,
   186  python3-psycopg2,
   188  cubicweb repository.
   192  cubicweb repository.
   189 
   193 
   190 
   194 
   191 Package: python-cubicweb-twisted
   195 Package: python-cubicweb-twisted
   192 Architecture: all
   196 Architecture: all
       
   197 Section: python
   193 Depends:
   198 Depends:
   194  python-cubicweb (= ${source:Version}),
   199  python-cubicweb (= ${source:Version}),
   195  python-twisted-web (<< 16.0.0),
   200  python-twisted-web (<< 16.0.0),
   196 Description: meta package to use Twisted as HTTP server for CubicWeb
   201 Description: meta package to use Twisted as HTTP server for CubicWeb
   197  CubicWeb is a semantic web application framework.
   202  CubicWeb is a semantic web application framework.
   200  the adaptative web interface.
   205  the adaptative web interface.
   201 
   206 
   202 
   207 
   203 Package: python-cubicweb-pyramid
   208 Package: python-cubicweb-pyramid
   204 Architecture: all
   209 Architecture: all
       
   210 Section: python
   205 Depends:
   211 Depends:
   206  python-cubicweb (= ${source:Version}),
   212  python-cubicweb (= ${source:Version}),
   207  python-pyramid (>= 1.5.0),
   213  python-pyramid (>= 1.5.0),
   208  python-pyramid-multiauth,
   214  python-pyramid-multiauth,
   209  python-waitress (>= 0.8.9),
   215  python-waitress (>= 0.8.9),
   219  Provides pyramid extensions to load a CubicWeb instance and serve it through
   225  Provides pyramid extensions to load a CubicWeb instance and serve it through
   220  the pyramid stack.
   226  the pyramid stack.
   221 
   227 
   222 Package: python3-cubicweb-pyramid
   228 Package: python3-cubicweb-pyramid
   223 Architecture: all
   229 Architecture: all
       
   230 Section: python
   224 Depends:
   231 Depends:
   225  python3-cubicweb (= ${source:Version}),
   232  python3-cubicweb (= ${source:Version}),
   226  python3-pyramid (>= 1.5.0),
   233  python3-pyramid (>= 1.5.0),
   227  python3-pyramid-multiauth,
   234  python3-pyramid-multiauth,
   228  python3-waitress (>= 0.8.9),
   235  python3-waitress (>= 0.8.9),