cubicweb/skeleton/debian/control.tmpl
changeset 11057 0b59724cb3f2
parent 10601 73c1c9cf6bda
child 11694 cdd8b12dd184
equal deleted inserted replaced
11052:058bb3dc685f 11057:0b59724cb3f2
       
     1 Source: %(distname)s
       
     2 Section: web
       
     3 Priority: optional
       
     4 Maintainer: %(author)s <%(author-email)s>
       
     5 Build-Depends:
       
     6  debhelper (>= 7),
       
     7  python (>= 2.6.5),
       
     8 Standards-Version: 3.9.3
       
     9 X-Python-Version: >= 2.6
       
    10 
       
    11 Package: %(distname)s
       
    12 Architecture: all
       
    13 Depends:
       
    14  cubicweb-common (>= %(version)s),
       
    15  python-six (>= 1.4.0),
       
    16  ${python:Depends},
       
    17  ${misc:Depends},
       
    18 Description: %(shortdesc)s
       
    19  CubicWeb is a semantic web application framework.
       
    20  .
       
    21  %(longdesc)s
       
    22  .
       
    23  This package will install all the components you need to run the
       
    24  %(distname)s application (cube :)..