debian/control
changeset 858 e6ae125d5903
parent 463 1630b591cbfd
child 860 d9f86f23b9a3
equal deleted inserted replaced
857:f5728ee6fe39 858:e6ae125d5903
     1 Source: cubicweb
     1 Source: cubicweb
     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            Julien Jehannet <julien.jehannet@logilab.fr>
       
     7 Build-Depends: debhelper (>= 7), python-dev (>=2.4), python-central (>= 0.5)
     7 Standards-Version: 3.8.0
     8 Standards-Version: 3.8.0
     8 Homepage: http://www.cubicweb.org
     9 Homepage: http://www.cubicweb.org
     9 XS-Python-Version: >= 2.4, << 2.6
    10 XS-Python-Version: >= 2.4, << 2.6
       
    11 
    10 
    12 
    11 Package: cubicweb
    13 Package: cubicweb
    12 Architecture: all
    14 Architecture: all
    13 XB-Python-Version: ${python:Versions}
    15 XB-Python-Version: ${python:Versions}
    14 Depends: ${python:Depends}, cubicweb-server (= ${source:Version}), cubicweb-twisted (= ${source:Version}), cubicweb-client (= ${source:Version})
    16 Depends: ${python:Depends}, cubicweb-server (= ${source:Version}), cubicweb-twisted (= ${source:Version}), cubicweb-client (= ${source:Version})
    15 XBS-Recommends: (postgresql, postgresql-plpython, postgresql-contrib) | mysql | sqlite3
    17 XB-Recommends: (postgresql, postgresql-plpython, postgresql-contrib) | mysql | sqlite3
    16 Recommends: postgresql | mysql | sqlite3
    18 Recommends: postgresql | mysql | sqlite3
    17 Description: the complete CubicWeb framework
    19 Description: the complete CubicWeb framework
    18  CubicWeb is a semantic web application framework.
    20  CubicWeb is a semantic web application framework.
    19  .
    21  .
    20  This package will install all the components you need to run cubicweb on
    22  This package will install all the components you need to run cubicweb on
    71 
    73 
    72 
    74 
    73 Package: cubicweb-common
    75 Package: cubicweb-common
    74 Architecture: all
    76 Architecture: all
    75 XB-Python-Version: ${python:Versions}
    77 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
    78 Depends: ${python:Depends}, python-logilab-mtconverter (>= 0.4.0), python-simpletal (>= 4.0), graphviz, gettext, python-lxml, python-logilab-common (>= 0.37.2), python-yams (>= 0.20.2), python-rql (>= 0.20.2)
    77 Recommends: python-psyco
    79 Recommends: python-psyco
    78 Description: common library for the CubicWeb framework
    80 Description: common library for the CubicWeb framework
    79  CubicWeb is a semantic web application framework.
    81  CubicWeb is a semantic web application framework.
    80  .
    82  .
    81  This package provides the common parts of the library used by both server
    83  This package provides the common parts of the library used by both server
    83 
    85 
    84 
    86 
    85 Package: cubicweb-ctl
    87 Package: cubicweb-ctl
    86 Architecture: all
    88 Architecture: all
    87 XB-Python-Version: ${python:Versions}
    89 XB-Python-Version: ${python:Versions}
    88 Depends: ${python:Depends}, cubicweb-core (= ${source:Version})
    90 Depends: ${python:Depends}, cubicweb-common (= ${source:Version})
    89 Description: tool to manage the CubicWeb framework
    91 Description: tool to manage the CubicWeb framework
    90  CubicWeb is a semantic web application framework.
    92  CubicWeb is a semantic web application framework.
    91  .
    93  .
    92  This package provides a control script to manage (create, upgrade, start,
    94  This package provides a control script to manage (create, upgrade, start,
    93  stop, etc) CubicWeb applications. It also include the init.d script
    95  stop, etc) CubicWeb applications. It also include the init.d script
   101 Description: RQL command line client for the CubicWeb framework
   103 Description: RQL command line client for the CubicWeb framework
   102  CubicWeb is a semantic web application framework.
   104  CubicWeb is a semantic web application framework.
   103  .
   105  .
   104  This package provides a RQL (Relation Query Language) command line client using 
   106  This package provides a RQL (Relation Query Language) command line client using 
   105  pyro to connect to a repository server.
   107  pyro to connect to a repository server.
   106 
       
   107 
       
   108 Package: cubicweb-core
       
   109 Architecture: all
       
   110 XB-Python-Version: ${python:Versions}
       
   111 Depends: ${python:Depends}, python-logilab-common (>= 0.37.2), python-yams (>= 0.20.2), python-rql (>= 0.20.2)
       
   112 Description: core library for the CubicWeb framework
       
   113  CubicWeb is a semantic web application framework.
       
   114  .
       
   115  This package provides the core part of the library used by anyone having 
       
   116  to do some cubicweb programming in Python.
       
   117 
   108 
   118 
   109 
   119 Package: cubicweb-dev
   110 Package: cubicweb-dev
   120 Architecture: all
   111 Architecture: all
   121 XB-Python-Version: ${python:Versions}
   112 XB-Python-Version: ${python:Versions}