configurationengine/debian/control
author terytkon
Thu, 11 Mar 2010 17:04:37 +0200
changeset 0 2e8eeb919028
child 3 e7e0ae78773e
permissions -rw-r--r--
Adding EPL version of configurationengine.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     1
Source: python-cone
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     2
Section: python
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     3
Priority: extra
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     4
Maintainer: Jari Tenhunen <jari.tenhunen@nokia.com>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     5
Build-Depends: debhelper (>= 5), python (>=2.4), python-central, python-setuptools
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     6
Standards-Version: 3.7.2
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     7
XS-Python-Version: >= 2.4
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     8
Homepage: http://developer.symbian.org/wiki/index.php/Software_Configuration_Middleware
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     9
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    10
Package: python-cone
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    11
Architecture: all
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    12
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python (>= 2.4), python-simplejson
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    13
XB-Python-Version: ${python:Versions}
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    14
Description: Configuration Engine python modules
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    15
 Configuration Engine is a Python implementation for a common configuration 
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    16
 tool. This tool implements support for the confml language and Configuration 
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    17
 Project structure.
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    18
 This package contains the python modules for cone.
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    19
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    20
Package: cone-tool
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    21
Architecture: all
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    22
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python (>= 2.4), python-cone
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    23
XB-Python-Version: ${python:Versions}
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    24
Description: Configuration Engine command line tool
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    25
 Configuration Engine is a Python implementation for a common configuration 
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    26
 tool. This tool implements support for the confml language and Configuration 
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    27
 Project structure.
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    28
 This package contains the cone executable command line tool.
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    29