skeleton/debian/control.tmpl
author Denis Laxalde <denis.laxalde@logilab.fr>
Thu, 22 Jan 2015 10:43:24 +0100
changeset 10142 f4a4556f23da
parent 10103 1d648d7f072e
child 10601 73c1c9cf6bda
permissions -rw-r--r--
[views/forms] Fix EntityFieldsForm.link_to when parent entity is being created When the parent entity is being created and the inlined form is displayed, the parent entity has no eid yet and `peid` is usually 'A'. So int() raises a ValueError. Closes #4627739.

Source: %(distname)s
Section: web
Priority: optional
Maintainer: %(author)s <%(author-email)s>
Build-Depends:
 debhelper (>= 7),
 python (>= 2.6.5),
Standards-Version: 3.9.3
X-Python-Version: >= 2.6

Package: %(distname)s
Architecture: all
Depends:
 cubicweb-common (>= %(version)s),
 ${python:Depends},
 ${misc:Depends},
Description: %(shortdesc)s
 CubicWeb is a semantic web application framework.
 .
 %(longdesc)s
 .
 This package will install all the components you need to run the
 %(distname)s application (cube :)..