debian/control
branch3.24
changeset 11833 1212f0fa2d42
parent 11832 e8be49ecb522
child 11863 861d87a439f2
child 11884 6186cd15a46d
equal deleted inserted replaced
11832:e8be49ecb522 11833:1212f0fa2d42
    33 X-Python-Version: >= 2.7
    33 X-Python-Version: >= 2.7
    34 
    34 
    35 
    35 
    36 Package: python-cubicweb
    36 Package: python-cubicweb
    37 Architecture: all
    37 Architecture: all
    38 Replaces: cubicweb (<< 3.24.0-1~)
    38 Depends:
    39 Breaks: cubicweb (<< 3.24.0-1~)
    39  ${misc:Depends},
    40 Provides: cubicweb
    40  ${python:Depends},
    41 Depends:
    41  python-six (>= 1.4.0),
       
    42  python-logilab-mtconverter (>= 0.8.0),
       
    43  python-logilab-common (>= 1.2.0),
       
    44  python-logilab-database (>= 1.15.0),
       
    45  python-yams (>= 0.44.0),
       
    46  python-rql (>= 0.34.0),
       
    47  python-lxml,
       
    48  python-markdown,
       
    49  python-passlib,
       
    50  python-tz,
       
    51  graphviz,
       
    52  gettext,
       
    53 Recommends:
    42  cubicweb-ctl (= ${source:Version}),
    54  cubicweb-ctl (= ${source:Version}),
    43  python-cubicweb-server (= ${source:Version}),
    55  python-cubicweb-postgresql-support (= ${source:Version})
       
    56  | sqlite3,
    44  python-cubicweb-pyramid (= ${source:Version}),
    57  python-cubicweb-pyramid (= ${source:Version}),
    45 Recommends:
    58 # common recommends
    46  python-cubicweb-postgresql-support (= ${source:Version})
    59  python-simpletal (>= 4.0),
    47  | sqlite3
    60  python-crypto,
       
    61 # web recommends (mostly)
       
    62  python-docutils (>= 0.6),
       
    63  python-vobject,
       
    64  fckeditor,
       
    65  python-fyzz,
       
    66  python-imaging,
       
    67  python-rdflib,
       
    68  python-werkzeug,
       
    69 # dev recommends
       
    70  python-unittest2 (>= 0.7.0),
       
    71  python-pysqlite2,
       
    72 Suggests:
       
    73  python-zmq,
       
    74  python-cwclientlib (>= 0.4.0),
       
    75  python-cubicweb-twisted (= ${source:Version}),
       
    76  python-cubicweb-documentation (= ${source:Version}),
       
    77  w3c-dtd-xhtml,
       
    78  xvfb,
       
    79 Replaces:
       
    80  cubicweb (<< 3.24.0-1~),
       
    81  cubicweb-server (<< 3.24.0-1~),
       
    82  cubicweb-twisted (<< 3.24.0-1~),
       
    83  cubicweb-web (<< 3.24.0-1~),
       
    84  cubicweb-core,
       
    85  cubicweb-common (<< 3.24.0-1~),
       
    86 Breaks:
       
    87  cubicweb (<< 3.24.0-1~),
       
    88  cubicweb-server (<< 3.24.0-1~),
       
    89  cubicweb-twisted (<< 3.24.0-1~),
       
    90  cubicweb-inlinedit (<< 1.1.1),
       
    91  cubicweb-bootstrap (<< 0.6.6),
       
    92  cubicweb-folder (<< 1.10.0),
       
    93  cubicweb-web (<< 3.24.0-1~),
       
    94  cubicweb-comment (<< 1.9.1),
       
    95  cubicweb-person (<< 1.8.0),
       
    96  cubicweb-geocoding (<< 0.2.0),
       
    97  cubicweb-invoice (<< 0.6.1),
       
    98  cubicweb-mercurial-server (<< 0.4.2),
       
    99  cubicweb-forgotpwd (<< 0.4.3),
       
   100  cubicweb-registration (<< 0.4.3),
       
   101  cubicweb-vcsfile (<< 1.15.0),
       
   102  cubicweb-bootstrap (<< 0.6),
       
   103  cubicweb-common (<< 3.24.0-1~),
       
   104 Provides:
       
   105  cubicweb,
       
   106  cubicweb-server,
       
   107  cubicweb-web-frontend,
       
   108  cubicweb-web,
       
   109  cubicweb-common,
       
   110 Conflicts:
       
   111  cubicweb-multisources,
       
   112  cubicweb-core,
    48 Description: the complete CubicWeb framework
   113 Description: the complete CubicWeb framework
    49  CubicWeb is a semantic web application framework.
   114  CubicWeb is a semantic web application framework.
    50  .
   115  .
    51  This metapackage will install all the components you need to run cubicweb on a
   116  This metapackage will install all the components you need to run cubicweb on a
    52  single machine. You can also deploy cubicweb by running the different process
   117  single machine. You can also deploy cubicweb by running the different process
    53  on different computers, in which case you need to install the corresponding
   118  on different computers, in which case you need to install the corresponding
    54  packages on the different hosts.
   119  packages on the different hosts.
    55   
       
    56 
       
    57 Package: python-cubicweb-server
       
    58 Architecture: all
       
    59 Conflicts:
       
    60  cubicweb-multisources,
       
    61 Replaces: cubicweb-server (<< 3.24.0-1~)
       
    62 Breaks: cubicweb-server (<< 3.24.0-1~)
       
    63 Provides: cubicweb-server
       
    64 Depends:
       
    65  ${misc:Depends},
       
    66  ${python:Depends},
       
    67  cubicweb-ctl (= ${source:Version}),
       
    68  python-cubicweb-common (= ${source:Version}),
       
    69  python-cubicweb-postgresql-support
       
    70  | python-pysqlite2,
       
    71  python-logilab-database (>= 1.15.0),
       
    72  python-passlib,
       
    73  python-tz,
       
    74 Recommends:
       
    75  python-cubicweb-documentation (= ${source:Version}),
       
    76 Suggests:
       
    77  python-zmq,
       
    78  python-cwclientlib (>= 0.4.0),
       
    79 Description: server part of the CubicWeb framework
       
    80  CubicWeb is a semantic web application framework.
       
    81  .
       
    82  This package provides the repository server part of the system.
       
    83  .
       
    84  This package provides the repository server part of the library and
       
    85  necessary shared data files such as the schema library.
       
    86 
   120 
    87 
   121 
    88 Package: python-cubicweb-postgresql-support
   122 Package: python-cubicweb-postgresql-support
    89 Architecture: all
   123 Architecture: all
    90 # postgresql-client packages for backup/restore of non local database
   124 # postgresql-client packages for backup/restore of non local database
    97  python-psycopg2,
   131  python-psycopg2,
    98  postgresql-client
   132  postgresql-client
    99 Description: postgres support for the CubicWeb framework
   133 Description: postgres support for the CubicWeb framework
   100  CubicWeb is a semantic web application framework.
   134  CubicWeb is a semantic web application framework.
   101  .
   135  .
   102  This virtual package provides dependencies to use postgres for the
   136  This virtual package provides dependencies to use PostgreSQL for the
   103  cubicweb repository.
   137  cubicweb repository.
   104 
   138 
   105 
   139 
   106 Package: python-cubicweb-twisted
   140 Package: python-cubicweb-twisted
   107 Architecture: all
   141 Architecture: all
   108 Replaces: cubicweb-twisted (<< 3.24.0-1~)
   142 Depends:
   109 Breaks: cubicweb-twisted (<< 3.24.0-1~)
   143  python-cubicweb (= ${source:Version}),
   110 Provides:
       
   111  cubicweb-server,
       
   112  cubicweb-web-frontend,
       
   113 Depends:
       
   114  ${misc:Depends},
       
   115  ${python:Depends},
       
   116  cubicweb-ctl (= ${source:Version}),
       
   117  python-cubicweb-web (= ${source:Version}),
       
   118  python-twisted-web (<< 16.0.0),
   144  python-twisted-web (<< 16.0.0),
   119 Recommends:
   145 Description: meta package to use Twisted as HTTP server for CubicWeb
   120  python-cubicweb-documentation (= ${source:Version})
   146  CubicWeb is a semantic web application framework.
   121 Description: twisted-based web interface for the CubicWeb framework
   147  .
   122  CubicWeb is a semantic web application framework.
   148  This package includes dependencies to run a Twisted based HTTP server to serve
   123  .
   149  the adaptative web interface.
   124  This package provides a twisted based HTTP server to serve
       
   125  the adaptative web interface (see cubicweb-web package).
       
   126  .
       
   127  This package provides only the twisted server part of the library.
       
   128 
   150 
   129 
   151 
   130 Package: python-cubicweb-pyramid
   152 Package: python-cubicweb-pyramid
   131 Architecture: all
   153 Architecture: all
   132 Depends:
   154 Depends:
   133  ${misc:Depends},
   155  python-cubicweb (= ${source:Version}),
   134  ${python:Depends},
       
   135  cubicweb-ctl (= ${source:Version}),
       
   136  python-cubicweb-web (= ${source:Version}),
       
   137  python-pyramid (>= 1.5.0),
   156  python-pyramid (>= 1.5.0),
   138  python-pyramid-multiauth,
   157  python-pyramid-multiauth,
   139  python-waitress (>= 0.8.9),
   158  python-waitress (>= 0.8.9),
   140  python-wsgicors,
   159  python-wsgicors,
   141 Recommends:
   160 Recommends:
   142  python-pyramid-debugtoolbar
   161  python-pyramid-debugtoolbar
   143 Conflicts:
   162 Conflicts:
   144  pyramid-cubicweb
   163  pyramid-cubicweb
   145 Replaces:
   164 Replaces:
   146  pyramid-cubicweb
   165  pyramid-cubicweb
   147 Description: Integrate CubicWeb with a Pyramid application
   166 Description: meta package to use Pyramid as HTTP server for CubicWeb
   148  Provides pyramid extensions to load a CubicWeb instance and serve it through
   167  Provides pyramid extensions to load a CubicWeb instance and serve it through
   149  the pyramid stack.
   168  the pyramid stack.
   150  .
   169 
   151  It prefigures what CubicWeb 4.0 will be.
   170 
   152 
   171 Package: cubicweb-ctl
   153 
   172 Architecture: all
   154 Package: python-cubicweb-web
       
   155 Architecture: all
       
   156 Provides: cubicweb-web
       
   157 Replaces: cubicweb-web (<< 3.24.0-1~)
       
   158 Breaks:
       
   159  cubicweb-inlinedit (<< 1.1.1),
       
   160  cubicweb-bootstrap (<< 0.6.6),
       
   161  cubicweb-folder (<< 1.10.0),
       
   162  cubicweb-web (<< 3.24.0-1~),
       
   163 Depends:
   173 Depends:
   164  ${misc:Depends},
   174  ${misc:Depends},
   165  ${python:Depends},
   175  ${python:Depends},
   166  python-cubicweb-common (= ${source:Version}),
   176  python-cubicweb (= ${source:Version})
   167 Recommends:
       
   168  python-docutils (>= 0.6),
       
   169  python-vobject,
       
   170  fckeditor,
       
   171  python-fyzz,
       
   172  python-imaging,
       
   173  python-rdflib,
       
   174  python-werkzeug,
       
   175 Description: web interface library for the CubicWeb framework
       
   176  CubicWeb is a semantic web application framework.
       
   177  .
       
   178  This package provides an adaptative web interface to the CubicWeb server.
       
   179  It also ships a WSGI interface for CubicWeb instances.
       
   180  Install the cubicweb-twisted package to serve this interface via HTTP.
       
   181  .
       
   182  This package provides the web interface part of the library and
       
   183  necessary shared data files such as defaut views, images...
       
   184 
       
   185 
       
   186 Package: python-cubicweb-common
       
   187 Architecture: all
       
   188 Depends:
       
   189  ${misc:Depends},
       
   190  ${python:Depends},
       
   191  graphviz,
       
   192  gettext,
       
   193  python-six (>= 1.4.0),
       
   194  python-logilab-mtconverter (>= 0.8.0),
       
   195  python-logilab-common (>= 1.2.0),
       
   196  python-markdown,
       
   197  python-yams (>= 0.44.0),
       
   198  python-rql (>= 0.34.0),
       
   199  python-lxml
       
   200 Recommends:
       
   201  python-simpletal (>= 4.0),
       
   202  python-crypto
       
   203 Conflicts: cubicweb-core
       
   204 Provides: cubicweb-common
       
   205 Replaces:
       
   206  cubicweb-core,
       
   207  cubicweb-common (<< 3.24.0-1~),
       
   208 Breaks:
       
   209  cubicweb-comment (<< 1.9.1),
       
   210  cubicweb-person (<< 1.8.0),
       
   211  cubicweb-geocoding (<< 0.2.0),
       
   212  cubicweb-invoice (<< 0.6.1),
       
   213  cubicweb-mercurial-server (<< 0.4.2),
       
   214  cubicweb-forgotpwd (<< 0.4.3),
       
   215  cubicweb-registration (<< 0.4.3),
       
   216  cubicweb-vcsfile (<< 1.15.0),
       
   217  cubicweb-bootstrap (<< 0.6),
       
   218  cubicweb-common (<< 3.24.0-1~),
       
   219 Description: common library for the CubicWeb framework
       
   220  CubicWeb is a semantic web application framework.
       
   221  .
       
   222  This package provides the common parts of the library used by both server
       
   223  code and web application code.
       
   224 
       
   225 
       
   226 Package: cubicweb-ctl
       
   227 Architecture: all
       
   228 Depends:
       
   229  ${misc:Depends},
       
   230  ${python:Depends},
       
   231  python-cubicweb-common (= ${source:Version})
       
   232 Description: tool to manage the CubicWeb framework
   177 Description: tool to manage the CubicWeb framework
   233  CubicWeb is a semantic web application framework.
   178  CubicWeb is a semantic web application framework.
   234  .
   179  .
   235  This package provides a control script to manage (create, upgrade, start,
   180  This package provides a control script to manage (create, upgrade, start,
   236  stop, etc) CubicWeb applications. It also include the init.d script
   181  stop, etc) CubicWeb applications. It also include the init.d script
   237  to automatically start and stop CubicWeb applications on boot or shutdown.
   182  to automatically start and stop CubicWeb applications on boot or shutdown.
   238 
       
   239 
       
   240 Package: python-cubicweb-dev
       
   241 Architecture: all
       
   242 Replaces: cubicweb-dev (<< 3.24.0-1~)
       
   243 Breaks: cubicweb-dev (<< 3.24.0-1~)
       
   244 Provides: cubicweb-dev
       
   245 Depends:
       
   246  ${misc:Depends},
       
   247  ${python:Depends},
       
   248  python-cubicweb-server (= ${source:Version}),
       
   249  python-cubicweb-web (= ${source:Version}),
       
   250  python-cubicweb-pyramid (= ${source:Version}),
       
   251  python-unittest2 (>= 0.7.0),
       
   252  python-pysqlite2
       
   253 Suggests:
       
   254  w3c-dtd-xhtml,
       
   255  xvfb
       
   256 Description: tests suite and development tools for the CubicWeb framework
       
   257  CubicWeb is a semantic web application framework.
       
   258  .
       
   259  This package provides the CubicWeb tests suite and some development tools
       
   260  helping in the creation of application.
       
   261 
   183 
   262 
   184 
   263 Package: python-cubicweb-documentation
   185 Package: python-cubicweb-documentation
   264 Architecture: all
   186 Architecture: all
   265 Section: doc
   187 Section: doc
   292 Package: cubicweb-server
   214 Package: cubicweb-server
   293 Architecture: all
   215 Architecture: all
   294 Priority: extra
   216 Priority: extra
   295 Section: oldlibs
   217 Section: oldlibs
   296 Depends:
   218 Depends:
   297  python-cubicweb-server, ${misc:Depends}
   219  python-cubicweb, ${misc:Depends}
   298 Description: transitional package
   220 Description: transitional package
   299   This is a transitional package. It can safely be removed.
   221   This is a transitional package. It can safely be removed.
   300 
   222 
   301 
   223 
   302 Package: cubicweb-postgresql-support
   224 Package: cubicweb-postgresql-support
   322 Package: cubicweb-web
   244 Package: cubicweb-web
   323 Architecture: all
   245 Architecture: all
   324 Priority: extra
   246 Priority: extra
   325 Section: oldlibs
   247 Section: oldlibs
   326 Depends:
   248 Depends:
   327  python-cubicweb-web, ${misc:Depends}
   249  python-cubicweb, ${misc:Depends}
   328 Description: transitional package
   250 Description: transitional package
   329   This is a transitional package. It can safely be removed.
   251   This is a transitional package. It can safely be removed.
   330 
   252 
   331 
   253 
   332 Package: cubicweb-common
   254 Package: cubicweb-common
   333 Architecture: all
   255 Architecture: all
   334 Priority: extra
   256 Priority: extra
   335 Section: oldlibs
   257 Section: oldlibs
   336 Depends:
   258 Depends:
   337  python-cubicweb-common, ${misc:Depends}
   259  python-cubicweb, ${misc:Depends}
   338 Description: transitional package
   260 Description: transitional package
   339   This is a transitional package. It can safely be removed.
   261   This is a transitional package. It can safely be removed.
   340 
   262 
   341 
   263 
   342 Package: cubicweb-dev
   264 Package: cubicweb-dev
   343 Architecture: all
   265 Architecture: all
   344 Priority: extra
   266 Priority: extra
   345 Section: oldlibs
   267 Section: oldlibs
   346 Depends:
   268 Depends:
   347  python-cubicweb-dev, ${misc:Depends}
   269  python-cubicweb, ${misc:Depends}
   348 Description: transitional package
   270 Description: transitional package
   349   This is a transitional package. It can safely be removed.
   271   This is a transitional package. It can safely be removed.
   350 
   272 
   351 
   273 
   352 Package: cubicweb-documentation
   274 Package: cubicweb-documentation
   355 Section: oldlibs
   277 Section: oldlibs
   356 Depends:
   278 Depends:
   357  python-cubicweb-documentation, ${misc:Depends}
   279  python-cubicweb-documentation, ${misc:Depends}
   358 Description: transitional package
   280 Description: transitional package
   359   This is a transitional package. It can safely be removed.
   281   This is a transitional package. It can safely be removed.
   360 
       
   361