configurationengine/debian/control
changeset 0 2e8eeb919028
child 3 e7e0ae78773e
equal deleted inserted replaced
-1:000000000000 0:2e8eeb919028
       
     1 Source: python-cone
       
     2 Section: python
       
     3 Priority: extra
       
     4 Maintainer: Jari Tenhunen <jari.tenhunen@nokia.com>
       
     5 Build-Depends: debhelper (>= 5), python (>=2.4), python-central, python-setuptools
       
     6 Standards-Version: 3.7.2
       
     7 XS-Python-Version: >= 2.4
       
     8 Homepage: http://developer.symbian.org/wiki/index.php/Software_Configuration_Middleware
       
     9 
       
    10 Package: python-cone
       
    11 Architecture: all
       
    12 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python (>= 2.4), python-simplejson
       
    13 XB-Python-Version: ${python:Versions}
       
    14 Description: Configuration Engine python modules
       
    15  Configuration Engine is a Python implementation for a common configuration 
       
    16  tool. This tool implements support for the confml language and Configuration 
       
    17  Project structure.
       
    18  This package contains the python modules for cone.
       
    19 
       
    20 Package: cone-tool
       
    21 Architecture: all
       
    22 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python (>= 2.4), python-cone
       
    23 XB-Python-Version: ${python:Versions}
       
    24 Description: Configuration Engine command line tool
       
    25  Configuration Engine is a Python implementation for a common configuration 
       
    26  tool. This tool implements support for the confml language and Configuration 
       
    27  Project structure.
       
    28  This package contains the cone executable command line tool.
       
    29