debian/control
changeset 65 ef636f74bd22
parent 0 b97547f5f1fa
child 202 74f319aff847
equal deleted inserted replaced
56:3a8576dd00d8 65:ef636f74bd22
     2 Section: web
     2 Section: web
     3 Priority: optional
     3 Priority: optional
     4 Maintainer: Logilab Packaging Team <contact@logilab.fr>
     4 Maintainer: Logilab Packaging Team <contact@logilab.fr>
     5 Uploaders: Sylvain Thenault <sylvain.thenault@logilab.fr> 
     5 Uploaders: Sylvain Thenault <sylvain.thenault@logilab.fr> 
     6 Build-Depends: debhelper (>= 5.0.37.1), python (>=2.4), python-dev (>=2.4), python-central (>= 0.5)
     6 Build-Depends: debhelper (>= 5.0.37.1), python (>=2.4), python-dev (>=2.4), python-central (>= 0.5)
     7 Standards-Version: 3.7.3
     7 Standards-Version: 3.8.0
     8 XS-Python-Version: >= 2.4, << 2.6
     8 XS-Python-Version: >= 2.4, << 2.6
     9 
     9 
    10 Package: cubicweb
    10 Package: cubicweb
    11 Architecture: all
    11 Architecture: all
    12 XB-Python-Version: ${python:Versions}
    12 XB-Python-Version: ${python:Versions}
    13 Depends: ${python:Depends}, cubicweb-server (= ${source:Version}), cubicweb-twisted (= ${source:Version}), cubicweb-client (= ${source:Version}), postgresql-8.3, postgresql-plpython-8.3, postgresql-contrib-8.3
    13 Depends: ${python:Depends}, cubicweb-server (= ${source:Version}), cubicweb-twisted (= ${source:Version}), cubicweb-client (= ${source:Version}), postgresql-8.3, postgresql-plpython-8.3, postgresql-contrib-8.3
    14 Description: the full CubicWeb knowledge management system
    14 Description: the complete CubicWeb framework
    15  CubicWeb is a entities / relations based knowledge management system
    15  CubicWeb is a semantic web application framework.
    16  developed at Logilab.
       
    17  .
    16  .
    18  This package will install all the components you need to run cubicweb on
    17  This package will install all the components you need to run cubicweb on
    19  a single machine. You can also deploy cubicweb by running the different
    18  a single machine. You can also deploy cubicweb by running the different
    20  process on different computers, in which case you need to install the
    19  process on different computers, in which case you need to install the
    21  corresponding packages on the different hosts.
    20  corresponding packages on the different hosts.
    26 Conflicts: cubicweb-server-common, python2.3-cubicweb-server
    25 Conflicts: cubicweb-server-common, python2.3-cubicweb-server
    27 Replaces: cubicweb-server-common, python2.3-cubicweb-server
    26 Replaces: cubicweb-server-common, python2.3-cubicweb-server
    28 XB-Python-Version: ${python:Versions}
    27 XB-Python-Version: ${python:Versions}
    29 Depends: ${python:Depends}, cubicweb-common (= ${source:Version}), cubicweb-ctl (= ${source:Version}), python-indexer (>= 0.6.1), python-psycopg2
    28 Depends: ${python:Depends}, cubicweb-common (= ${source:Version}), cubicweb-ctl (= ${source:Version}), python-indexer (>= 0.6.1), python-psycopg2
    30 Recommends: pyro, postgresql-8.3, postgresql-plpython-8.3, postgresql-contrib-8.3, cubicweb-documentation (= ${source:Version})
    29 Recommends: pyro, postgresql-8.3, postgresql-plpython-8.3, postgresql-contrib-8.3, cubicweb-documentation (= ${source:Version})
    31 Description: the CubicWeb repository server
    30 Description: server part of the CubicWeb framework
    32  CubicWeb is a entities / relations based knowledge management system
    31  CubicWeb is a semantic web application framework.
    33  developed at Logilab.
       
    34  .
    32  .
    35  This package provides the repository server part of the system.
    33  This package provides the repository server part of the system.
    36  .
    34  .
    37  This package provides the repository server part of the library and
    35  This package provides the repository server part of the library and
    38  necessary shared data files such as the schema library.
    36  necessary shared data files such as the schema library.
    42 Architecture: all
    40 Architecture: all
    43 XB-Python-Version: ${python:Versions}
    41 XB-Python-Version: ${python:Versions}
    44 Provides: cubicweb-web-frontend
    42 Provides: cubicweb-web-frontend
    45 Depends: ${python:Depends}, cubicweb-web (= ${source:Version}), cubicweb-ctl (= ${source:Version}), python-twisted-web2
    43 Depends: ${python:Depends}, cubicweb-web (= ${source:Version}), cubicweb-ctl (= ${source:Version}), python-twisted-web2
    46 Recommends: pyro, cubicweb-documentation (= ${source:Version})
    44 Recommends: pyro, cubicweb-documentation (= ${source:Version})
    47 Description: twisted interface for CubicWeb
    45 Description: twisted-based web interface for the CubicWeb framework
    48  CubicWeb is a entities / relations bases knowledge management system
    46  CubicWeb is a semantic web application framework.
    49  developed at Logilab.
       
    50  .
    47  .
    51  This package provides a twisted based HTTP server embedding the 
    48  This package provides a twisted based HTTP server to serve
    52  adaptative web interface to the CubicWeb repository server.
    49  the adaptative web interface (see cubicweb-web package).
    53  .
    50  .
    54  This package provides only the twisted server part of the library. 
    51  This package provides only the twisted server part of the library. 
    55 
    52 
    56 
    53 
    57 Package: cubicweb-web
    54 Package: cubicweb-web
    58 Architecture: all
    55 Architecture: all
    59 XB-Python-Version: ${python:Versions}
    56 XB-Python-Version: ${python:Versions}
    60 Depends: ${python:Depends}, cubicweb-common (= ${source:Version}), python-simplejson (>= 1.3), python-docutils, python-vobject, python-elementtree
    57 Depends: ${python:Depends}, cubicweb-common (= ${source:Version}), python-simplejson (>= 1.3), python-docutils, python-vobject, python-elementtree
    61 Recommends: fckeditor
    58 Recommends: fckeditor
    62 Description: web interface library for CubicWeb
    59 Description: web interface library for the CubicWeb framework
    63  CubicWeb is a entities / relations bases knowledge management system
    60  CubicWeb is a semantic web application framework.
    64  developed at Logilab.
       
    65  .
    61  .
    66  This package provides an adaptative web interface to the CubicWeb server.
    62  This package provides an adaptative web interface to the CubicWeb server.
    67  You'll have to install the cubicweb-twisted package to serve this interface.
    63  Install the cubicweb-twisted package to serve this interface via HTTP.
    68  .
    64  .
    69  This package provides the web interface part of the library and
    65  This package provides the web interface part of the library and
    70  necessary shared data files such as defaut views, images...
    66  necessary shared data files such as defaut views, images...
    71 
    67 
    72 
    68 
    73 Package: cubicweb-common
    69 Package: cubicweb-common
    74 Architecture: all
    70 Architecture: all
    75 XB-Python-Version: ${python:Versions}
    71 XB-Python-Version: ${python:Versions}
    76 Depends: ${python:Depends}, cubicweb-core (= ${source:Version}), python-logilab-mtconverter (>= 0.4.0), python-simpletal (>= 4.0), graphviz, gettext, python-lxml
    72 Depends: ${python:Depends}, cubicweb-core (= ${source:Version}), python-logilab-mtconverter (>= 0.4.0), python-simpletal (>= 4.0), graphviz, gettext, python-lxml
    77 Recommends: python-psyco
    73 Recommends: python-psyco
    78 Description: common library for repository/web framework of the CubicWeb knowledge management 
    74 Description: common library for the CubicWeb framework
    79  CubicWeb is a entities / relations based knowledge management system
    75  CubicWeb is a semantic web application framework.
    80  developed at Logilab.
       
    81  .
    76  .
    82  This package provides common part of the library used by both repository
    77  This package provides the common parts of the library used by both server
    83  and web application code.
    78  code and web application code.
    84 
    79 
    85 
    80 
    86 Package: cubicweb-ctl
    81 Package: cubicweb-ctl
    87 Architecture: all
    82 Architecture: all
    88 XB-Python-Version: ${python:Versions}
    83 XB-Python-Version: ${python:Versions}
    89 Depends: ${python:Depends}, cubicweb-core (= ${source:Version})
    84 Depends: ${python:Depends}, cubicweb-core (= ${source:Version})
    90 Description: all in one control script for the CubicWeb system
    85 Description: tool to manage the CubicWeb framework
    91  CubicWeb is a entities / relations based knowledge management system
    86  CubicWeb is a semantic web application framework.
    92  developed at Logilab.
       
    93  .
    87  .
    94  This package provides a control script to create, upgrade, start,
    88  This package provides a control script to manage (create, upgrade, start,
    95  stop, etc... CubicWeb application. It also include the init.d script
    89  stop, etc) CubicWeb applications. It also include the init.d script
    96  to automatically start and stop CubicWeb applications on boot or shutdown.
    90  to automatically start and stop CubicWeb applications on boot or shutdown.
    97 
    91 
    98 
    92 
    99 Package: cubicweb-client
    93 Package: cubicweb-client
   100 Architecture: all
    94 Architecture: all
   101 XB-Python-Version: ${python:Versions}
    95 XB-Python-Version: ${python:Versions}
   102 Depends: ${python:Depends}, cubicweb-ctl (= ${source:Version}), pyro
    96 Depends: ${python:Depends}, cubicweb-ctl (= ${source:Version}), pyro
   103 Description: a RQL command line client
    97 Description: RQL command line client for the CubicWeb framework
   104  CubicWeb is a entities / relations based knowledge management system
    98  CubicWeb is a semantic web application framework.
   105  developed at Logilab.
       
   106  .
    99  .
   107  This package provides a RQL command line client using pyro to connect
   100  This package provides a RQL (Relation Query Language) command line client using 
   108  to a repository server.
   101  pyro to connect to a repository server.
   109 
   102 
   110 
   103 
   111 Package: cubicweb-core
   104 Package: cubicweb-core
   112 Architecture: all
   105 Architecture: all
   113 XB-Python-Version: ${python:Versions}
   106 XB-Python-Version: ${python:Versions}
   114 Depends: ${python:Depends}, python-logilab-common (>= 0.35.3), python-yams (>= 0.20.0), python-rql (>= 0.20.2)
   107 Depends: ${python:Depends}, python-logilab-common (>= 0.35.3), python-yams (>= 0.20.0), python-rql (>= 0.20.2)
   115 Description: core library for the CubicWeb knowledge management framework
   108 Description: core library for the CubicWeb framework
   116  CubicWeb is a entities / relations based knowledge management system
   109  CubicWeb is a semantic web application framework.
   117  developed at Logilab.
       
   118  .
   110  .
   119  This package provides core part of the library used by anyone having 
   111  This package provides the core part of the library used by anyone having 
   120  to do some cubicweb programming in Python
   112  to do some cubicweb programming in Python.
   121 
   113 
   122 
   114 
   123 Package: cubicweb-dev
   115 Package: cubicweb-dev
   124 Architecture: all
   116 Architecture: all
   125 XB-Python-Version: ${python:Versions}
   117 XB-Python-Version: ${python:Versions}
   126 Depends: ${python:Depends}, cubicweb-server (= ${source:Version}), cubicweb-web (= ${source:Version}), python-pysqlite2
   118 Depends: ${python:Depends}, cubicweb-server (= ${source:Version}), cubicweb-web (= ${source:Version}), python-pysqlite2
   127 Suggests: w3c-dtd-xhtml
   119 Suggests: w3c-dtd-xhtml
   128 Description: tests suite and development tools for CubicWeb
   120 Description: tests suite and development tools for the CubicWeb framework
   129  CubicWeb is a entities / relations bases knowledge management system
   121  CubicWeb is a semantic web application framework.
   130  developed at Logilab.
       
   131  .
   122  .
   132  This package provides the CubicWeb tests suite and some development tools
   123  This package provides the CubicWeb tests suite and some development tools
   133  helping  in the creation of application.
   124  helping in the creation of application.
   134 
   125 
   135 
   126 
   136 Package: cubicweb-documentation
   127 Package: cubicweb-documentation
   137 Architecture: all
   128 Architecture: all
   138 Recommends: doc-base
   129 Recommends: doc-base
   139 Description: documentation for the CubicWeb knowledge management tool
   130 Description: documentation for the CubicWeb framework
   140  CubicWeb is a entities / relations based knowledge management system
   131  CubicWeb is a semantic web application framework.
   141  developed at Logilab.
       
   142  .
   132  .
   143  This package provides the system's documentation.
   133  This package provides the system's documentation.