cubicweb/skeleton/debian/control.tmpl
author Philippe Pepiot <ph@itsalwaysdns.eu>
Tue, 31 Mar 2020 19:15:03 +0200
changeset 12957 0c973204033a
parent 12709 280c9db41038
permissions -rw-r--r--
[server] prevent returning closed cursor to the database pool In since c8c6ad8 init_repository use repo.internal_cnx() instead of repo.system_source.get_connection() so it use the pool and we should not close cursors from the pool before returning it back. Otherwise we may have "connection already closed" error. This bug only trigger when connection-pool-size = 1. Since we are moving to use a dynamic pooler we need to get this fixed. This does not occur with sqlite since the connection wrapper instantiate new cursor everytime, but this occur with other databases.
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
 python3-all,
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents: 11835
diff changeset
     9
 python3-setuptools,
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents: 11835
diff changeset
    10
 python3-pytest,
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents: 11835
diff changeset
    11
Standards-Version: 4.3.0
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents: 11835
diff changeset
    12
X-Python3-Version: >= 3.4
0
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
    13
12689
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents: 11835
diff changeset
    14
Package: python3-%(distname)s
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents: 11835
diff changeset
    15
Architecture: all
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents: 11835
diff changeset
    16
Depends:
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents: 11835
diff changeset
    17
 ${python3:Depends},
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents: 11835
diff changeset
    18
 ${misc:Depends},
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents: 11835
diff changeset
    19
Description: %(shortdesc)s
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents: 11835
diff changeset
    20
 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
    21
 .
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents: 11835
diff changeset
    22
 %(longdesc)s
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents: 11835
diff changeset
    23
 .
376168d1b14a [skeleton] Update Debian packaging template
Jérémy Bobbio <jeremy.bobbio@irq7.fr>
parents: 11835
diff changeset
    24
 This package will install all the components you need to run an application
11835
fafdb7f1e888 [skeleton] Rephrase long description of Debian package into something meaningful
Denis Laxalde <denis.laxalde@logilab.fr>
parents: 11834
diff changeset
    25
 using the %(distname)s cube.