skeleton/debian/control.tmpl
changeset 0 b97547f5f1fa
child 365 5d8336b70aa7
equal deleted inserted replaced
-1:000000000000 0:b97547f5f1fa
       
     1 Source: %(distname)s
       
     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)
       
     7 Standards-Version: 3.8.0
       
     8 
       
     9 
       
    10 Package: %(distname)s
       
    11 Architecture: all
       
    12 Depends: cubicweb-common (>= %(version)s)
       
    13 Description: %(shortdesc)s
       
    14  CubicWeb is a semantic web application framework.
       
    15  .
       
    16  %(longdesc)s
       
    17  .
       
    18  This package will install all the components you need to run the
       
    19  %(distname)s application (cube :)..