cubicweb/skeleton/debian/control.tmpl
branch3.26
changeset 12689 376168d1b14a
parent 11835 fafdb7f1e888
child 12709 280c9db41038
equal deleted inserted replaced
12688:8da08cc8640f 12689:376168d1b14a
     1 Source: %(distname)s
     1 Source: %(distname)s
     2 Section: web
     2 Section: web
     3 Priority: optional
     3 Priority: optional
     4 Maintainer: %(author)s <%(author-email)s>
     4 Maintainer: %(author)s <%(author-email)s>
     5 Build-Depends:
     5 Build-Depends:
     6  debhelper (>= 7),
     6  debhelper (>= 9),
     7  dh-python,
     7  dh-python,
     8  python (>= 2.6.5),
     8  python-all,
     9  python-setuptools,
     9  python-setuptools,
    10 Standards-Version: 3.9.3
    10  python-pytest,
    11 X-Python-Version: >= 2.6
    11  python-cubicweb,
       
    12  python3-all,
       
    13  python3-setuptools,
       
    14  python3-pytest,
       
    15  python3-cubicweb,
       
    16 Standards-Version: 4.3.0
       
    17 X-Python-Version: >= 2.7
       
    18 X-Python3-Version: >= 3.4
    12 
    19 
    13 Package: %(distname)s
    20 Package: python-%(distname)s
    14 Architecture: all
    21 Architecture: all
    15 Depends:
    22 Depends:
    16  python-cubicweb (>= %(version)s),
       
    17  python-six (>= 1.4.0),
       
    18  ${python:Depends},
    23  ${python:Depends},
    19  ${misc:Depends},
    24  ${misc:Depends},
    20 Description: %(shortdesc)s
    25 Description: %(shortdesc)s
    21  CubicWeb is a semantic web application framework.
    26  CubicWeb is a semantic web application framework.
    22  .
    27  .
    23  %(longdesc)s
    28  %(longdesc)s
    24  .
    29  .
    25  This package will install all the components you need to run an application
    30  This package will install all the components you need to run an application
    26  using the %(distname)s cube.
    31  using the %(distname)s cube for Python 2.
       
    32 
       
    33 Package: python3-%(distname)s
       
    34 Architecture: all
       
    35 Depends:
       
    36  ${python3:Depends},
       
    37  ${misc:Depends},
       
    38 Description: %(shortdesc)s
       
    39  CubicWeb is a semantic web application framework.
       
    40  .
       
    41  %(longdesc)s
       
    42  .
       
    43  This package will install all the components you need to run an application
       
    44  using the %(distname)s cube for Python 3.