cubicweb/skeleton/debian/control.tmpl
author Jérémy Bobbio <jeremy.bobbio@irq7.fr>
Wed, 10 Jul 2019 14:57:58 +0200
branch3.26
changeset 12689 376168d1b14a
parent 11835 fafdb7f1e888
child 12709 280c9db41038
permissions -rw-r--r--
[skeleton] Update Debian packaging template Here are multiple updates to the Debian packaging template provided when running `cubicweb-ctl newcube`: * Switch to source format 3.0 (quilt). * Switch to debhelper 9. * Switch to dh-python. * Add Python 3 packages. * Name the binary packages `python-cubicweb-CUBENAME` and `python3-cubicweb-CUBENAME` instead of just `cubicweb-CUBENAME` (which is still the source package). * Populate Depends using dh_python{2,3} support for Python requirements. * Run test suite at build time using pytest. * Add autopkgtest to run test suite against the installed package. * Bump Standards-Version to 4.3.0.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
     1
Source: %(distname)s
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
     2
Section: web
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
     3
Priority: optional
365
5d8336b70aa7 make author information configurable
Sylvain Thenault <sylvain.thenault@logilab.fr>
parents: 0
diff changeset
     4
Maintainer: %(author)s <%(author-email)s>
10103
1d648d7f072e [skeleton/debian] use dh_python2 instead of dh_pysupport for new cubes
Julien Cristau <julien.cristau@logilab.fr>
parents: 9236
diff changeset
     5
Build-Depends:
12689
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents: 11835
diff changeset
     6
 debhelper (>= 9),
11694
cdd8b12dd184 [skeleton] Add dh-python to Debian Build-Depends
Denis Laxalde <denis.laxalde@logilab.fr>
parents: 11057
diff changeset
     7
 dh-python,
12689
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents: 11835
diff changeset
     8
 python-all,
11695
a72866872b7b [skeleton] Add python-setuptools to Debian Build-Depends
Denis Laxalde <denis.laxalde@logilab.fr>
parents: 11694
diff changeset
     9
 python-setuptools,
12689
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents: 11835
diff changeset
    10
 python-pytest,
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents: 11835
diff changeset
    11
 python-cubicweb,
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents: 11835
diff changeset
    12
 python3-all,
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents: 11835
diff changeset
    13
 python3-setuptools,
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents: 11835
diff changeset
    14
 python3-pytest,
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents: 11835
diff changeset
    15
 python3-cubicweb,
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents: 11835
diff changeset
    16
Standards-Version: 4.3.0
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents: 11835
diff changeset
    17
X-Python-Version: >= 2.7
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents: 11835
diff changeset
    18
X-Python3-Version: >= 3.4
0
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
    19
12689
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents: 11835
diff changeset
    20
Package: python-%(distname)s
0
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
    21
Architecture: all
9236
93c095495e40 [debian] Add ${misc:Depends} to cube packaging skeleton. Closes #3161797
Julien Cristau <julien.cristau@logilab.fr>
parents: 8802
diff changeset
    22
Depends:
93c095495e40 [debian] Add ${misc:Depends} to cube packaging skeleton. Closes #3161797
Julien Cristau <julien.cristau@logilab.fr>
parents: 8802
diff changeset
    23
 ${python:Depends},
93c095495e40 [debian] Add ${misc:Depends} to cube packaging skeleton. Closes #3161797
Julien Cristau <julien.cristau@logilab.fr>
parents: 8802
diff changeset
    24
 ${misc:Depends},
0
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
    25
Description: %(shortdesc)s
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
    26
 CubicWeb is a semantic web application framework.
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
    27
 .
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
    28
 %(longdesc)s
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
    29
 .
11835
fafdb7f1e888 [skeleton] Rephrase long description of Debian package into something meaningful
Denis Laxalde <denis.laxalde@logilab.fr>
parents: 11834
diff changeset
    30
 This package will install all the components you need to run an application
12689
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents: 11835
diff changeset
    31
 using the %(distname)s cube for Python 2.
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents: 11835
diff changeset
    32
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents: 11835
diff changeset
    33
Package: python3-%(distname)s
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents: 11835
diff changeset
    34
Architecture: all
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents: 11835
diff changeset
    35
Depends:
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents: 11835
diff changeset
    36
 ${python3:Depends},
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents: 11835
diff changeset
    37
 ${misc:Depends},
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents: 11835
diff changeset
    38
Description: %(shortdesc)s
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents: 11835
diff changeset
    39
 CubicWeb is a semantic web application framework.
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents: 11835
diff changeset
    40
 .
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents: 11835
diff changeset
    41
 %(longdesc)s
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents: 11835
diff changeset
    42
 .
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents: 11835
diff changeset
    43
 This package will install all the components you need to run an application
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents: 11835
diff changeset
    44
 using the %(distname)s cube for Python 3.