author | Pierre-Yves David <pierre-yves.david@logilab.fr> |
Wed, 20 Mar 2013 17:58:14 +0100 | |
changeset 8747 | c0d4244e5abc |
parent 8365 | 51c390500c63 |
child 8802 | d92919c995cc |
permissions | -rw-r--r-- |
0 | 1 |
Source: %(distname)s |
2 |
Section: web |
|
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> |
8365
51c390500c63
[skel] update newcube skeleton (closes #2312509)
David Douard <david.douard@logilab.fr>
parents:
8098
diff
changeset
|
5 |
Build-Depends: debhelper (>= 7), python (>=2.5), python-support |
51c390500c63
[skel] update newcube skeleton (closes #2312509)
David Douard <david.douard@logilab.fr>
parents:
8098
diff
changeset
|
6 |
Standards-Version: 3.9.3 |
51c390500c63
[skel] update newcube skeleton (closes #2312509)
David Douard <david.douard@logilab.fr>
parents:
8098
diff
changeset
|
7 |
XS-Python-Version: >= 2.5 |
0 | 8 |
|
9 |
Package: %(distname)s |
|
10 |
Architecture: all |
|
8365
51c390500c63
[skel] update newcube skeleton (closes #2312509)
David Douard <david.douard@logilab.fr>
parents:
8098
diff
changeset
|
11 |
Depends: cubicweb-common (>= %(version)s), ${python:Depends} |
0 | 12 |
Description: %(shortdesc)s |
13 |
CubicWeb is a semantic web application framework. |
|
14 |
. |
|
15 |
%(longdesc)s |
|
16 |
. |
|
17 |
This package will install all the components you need to run the |
|
18 |
%(distname)s application (cube :).. |