skeleton/debian/control.tmpl
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 18 Dec 2015 17:49:45 +0100
changeset 11047 bfd11ffa79f7
parent 10601 73c1c9cf6bda
permissions -rw-r--r--
[entity] don't look at fetch order recursively If fetch_attrs includes relations, stop including the entities on the other side in our sorting. Fixes regression from 73ea636a5562 where we would sort on the target entity before the attribute we wanted if the relation's name sorted before the attribute's. This showed up in the forge/tracker cubes with Version entities being sorted by their State's name in preference to their version number.
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:
1d648d7f072e [skeleton/debian] use dh_python2 instead of dh_pysupport for new cubes
Julien Cristau <julien.cristau@logilab.fr>
parents: 9236
diff changeset
     6
 debhelper (>= 7),
1d648d7f072e [skeleton/debian] use dh_python2 instead of dh_pysupport for new cubes
Julien Cristau <julien.cristau@logilab.fr>
parents: 9236
diff changeset
     7
 python (>= 2.6.5),
8365
51c390500c63 [skel] update newcube skeleton (closes #2312509)
David Douard <david.douard@logilab.fr>
parents: 8098
diff changeset
     8
Standards-Version: 3.9.3
10103
1d648d7f072e [skeleton/debian] use dh_python2 instead of dh_pysupport for new cubes
Julien Cristau <julien.cristau@logilab.fr>
parents: 9236
diff changeset
     9
X-Python-Version: >= 2.6
0
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
    10
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
    11
Package: %(distname)s
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
    12
Architecture: all
9236
93c095495e40 [debian] Add ${misc:Depends} to cube packaging skeleton. Closes #3161797
Julien Cristau <julien.cristau@logilab.fr>
parents: 8802
diff changeset
    13
Depends:
93c095495e40 [debian] Add ${misc:Depends} to cube packaging skeleton. Closes #3161797
Julien Cristau <julien.cristau@logilab.fr>
parents: 8802
diff changeset
    14
 cubicweb-common (>= %(version)s),
10601
73c1c9cf6bda [pkg] Add dependency on six 1.4.0
Rémi Cardona <remi.cardona@logilab.fr>
parents: 10103
diff changeset
    15
 python-six (>= 1.4.0),
9236
93c095495e40 [debian] Add ${misc:Depends} to cube packaging skeleton. Closes #3161797
Julien Cristau <julien.cristau@logilab.fr>
parents: 8802
diff changeset
    16
 ${python:Depends},
93c095495e40 [debian] Add ${misc:Depends} to cube packaging skeleton. Closes #3161797
Julien Cristau <julien.cristau@logilab.fr>
parents: 8802
diff changeset
    17
 ${misc:Depends},
0
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
    18
Description: %(shortdesc)s
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
    19
 CubicWeb is a semantic web application framework.
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
    20
 .
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
    21
 %(longdesc)s
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
    22
 .
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
    23
 This package will install all the components you need to run the
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
    24
 %(distname)s application (cube :)..