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