--- a/debian/control Thu Nov 13 11:38:46 2008 +0100
+++ b/debian/control Thu Nov 13 14:33:44 2008 +0100
@@ -4,16 +4,15 @@
Maintainer: Logilab Packaging Team <contact@logilab.fr>
Uploaders: Sylvain Thenault <sylvain.thenault@logilab.fr>
Build-Depends: debhelper (>= 5.0.37.1), python (>=2.4), python-dev (>=2.4), python-central (>= 0.5)
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
XS-Python-Version: >= 2.4, << 2.6
Package: cubicweb
Architecture: all
XB-Python-Version: ${python:Versions}
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
-Description: the full CubicWeb knowledge management system
- CubicWeb is a entities / relations based knowledge management system
- developed at Logilab.
+Description: the complete CubicWeb framework
+ CubicWeb is a semantic web application framework.
.
This package will install all the components you need to run cubicweb on
a single machine. You can also deploy cubicweb by running the different
@@ -28,9 +27,8 @@
XB-Python-Version: ${python:Versions}
Depends: ${python:Depends}, cubicweb-common (= ${source:Version}), cubicweb-ctl (= ${source:Version}), python-indexer (>= 0.6.1), python-psycopg2
Recommends: pyro, postgresql-8.3, postgresql-plpython-8.3, postgresql-contrib-8.3, cubicweb-documentation (= ${source:Version})
-Description: the CubicWeb repository server
- CubicWeb is a entities / relations based knowledge management system
- developed at Logilab.
+Description: server part of the CubicWeb framework
+ CubicWeb is a semantic web application framework.
.
This package provides the repository server part of the system.
.
@@ -44,12 +42,11 @@
Provides: cubicweb-web-frontend
Depends: ${python:Depends}, cubicweb-web (= ${source:Version}), cubicweb-ctl (= ${source:Version}), python-twisted-web2
Recommends: pyro, cubicweb-documentation (= ${source:Version})
-Description: twisted interface for CubicWeb
- CubicWeb is a entities / relations bases knowledge management system
- developed at Logilab.
+Description: twisted-based web interface for the CubicWeb framework
+ CubicWeb is a semantic web application framework.
.
- This package provides a twisted based HTTP server embedding the
- adaptative web interface to the CubicWeb repository server.
+ This package provides a twisted based HTTP server to serve
+ the adaptative web interface (see cubicweb-web package).
.
This package provides only the twisted server part of the library.
@@ -59,12 +56,11 @@
XB-Python-Version: ${python:Versions}
Depends: ${python:Depends}, cubicweb-common (= ${source:Version}), python-simplejson (>= 1.3), python-docutils, python-vobject, python-elementtree
Recommends: fckeditor
-Description: web interface library for CubicWeb
- CubicWeb is a entities / relations bases knowledge management system
- developed at Logilab.
+Description: web interface library for the CubicWeb framework
+ CubicWeb is a semantic web application framework.
.
This package provides an adaptative web interface to the CubicWeb server.
- You'll have to install the cubicweb-twisted package to serve this interface.
+ Install the cubicweb-twisted package to serve this interface via HTTP.
.
This package provides the web interface part of the library and
necessary shared data files such as defaut views, images...
@@ -75,24 +71,22 @@
XB-Python-Version: ${python:Versions}
Depends: ${python:Depends}, cubicweb-core (= ${source:Version}), python-logilab-mtconverter (>= 0.4.0), python-simpletal (>= 4.0), graphviz, gettext, python-lxml
Recommends: python-psyco
-Description: common library for repository/web framework of the CubicWeb knowledge management
- CubicWeb is a entities / relations based knowledge management system
- developed at Logilab.
+Description: common library for the CubicWeb framework
+ CubicWeb is a semantic web application framework.
.
- This package provides common part of the library used by both repository
- and web application code.
+ This package provides the common parts of the library used by both server
+ code and web application code.
Package: cubicweb-ctl
Architecture: all
XB-Python-Version: ${python:Versions}
Depends: ${python:Depends}, cubicweb-core (= ${source:Version})
-Description: all in one control script for the CubicWeb system
- CubicWeb is a entities / relations based knowledge management system
- developed at Logilab.
+Description: tool to manage the CubicWeb framework
+ CubicWeb is a semantic web application framework.
.
- This package provides a control script to create, upgrade, start,
- stop, etc... CubicWeb application. It also include the init.d script
+ This package provides a control script to manage (create, upgrade, start,
+ stop, etc) CubicWeb applications. It also include the init.d script
to automatically start and stop CubicWeb applications on boot or shutdown.
@@ -100,24 +94,22 @@
Architecture: all
XB-Python-Version: ${python:Versions}
Depends: ${python:Depends}, cubicweb-ctl (= ${source:Version}), pyro
-Description: a RQL command line client
- CubicWeb is a entities / relations based knowledge management system
- developed at Logilab.
+Description: RQL command line client for the CubicWeb framework
+ CubicWeb is a semantic web application framework.
.
- This package provides a RQL command line client using pyro to connect
- to a repository server.
+ This package provides a RQL (Relation Query Language) command line client using
+ pyro to connect to a repository server.
Package: cubicweb-core
Architecture: all
XB-Python-Version: ${python:Versions}
Depends: ${python:Depends}, python-logilab-common (>= 0.35.3), python-yams (>= 0.20.0), python-rql (>= 0.20.2)
-Description: core library for the CubicWeb knowledge management framework
- CubicWeb is a entities / relations based knowledge management system
- developed at Logilab.
+Description: core library for the CubicWeb framework
+ CubicWeb is a semantic web application framework.
.
- This package provides core part of the library used by anyone having
- to do some cubicweb programming in Python
+ This package provides the core part of the library used by anyone having
+ to do some cubicweb programming in Python.
Package: cubicweb-dev
@@ -125,19 +117,17 @@
XB-Python-Version: ${python:Versions}
Depends: ${python:Depends}, cubicweb-server (= ${source:Version}), cubicweb-web (= ${source:Version}), python-pysqlite2
Suggests: w3c-dtd-xhtml
-Description: tests suite and development tools for CubicWeb
- CubicWeb is a entities / relations bases knowledge management system
- developed at Logilab.
+Description: tests suite and development tools for the CubicWeb framework
+ CubicWeb is a semantic web application framework.
.
This package provides the CubicWeb tests suite and some development tools
- helping in the creation of application.
+ helping in the creation of application.
Package: cubicweb-documentation
Architecture: all
Recommends: doc-base
-Description: documentation for the CubicWeb knowledge management tool
- CubicWeb is a entities / relations based knowledge management system
- developed at Logilab.
+Description: documentation for the CubicWeb framework
+ CubicWeb is a semantic web application framework.
.
This package provides the system's documentation.