diff -r 82e86cd8e217 -r b3267ba817b4 debian/control --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/control Mon Oct 06 10:32:38 2014 +0200 @@ -0,0 +1,25 @@ +Source: pyramid-cubicweb +Section: python +Priority: optional +Build-Depends: + python, + python-setuptools, + python-pyramid, + python-waitress, + debhelper (>= 9), +Standards-Version: 3.9.6 +Maintainer: Julien Cristau +Homepage: https://www.cubicweb.org/project/pyramid_cubicweb +Vcs-Browser: http://hg.logilab.org/master/pyramid_cubicweb +Vcs-Hg: http://hg.logilab.org/master/pyramid_cubicweb + +Package: pyramid-cubicweb +Architecture: all +Depends: + ${misc:Depends}, + ${python:Depends}, + python-pyramid (>= 1.5.0), + python-waitress (>= 0.8.9), + cubicweb-common (>= 3.19.3), +# XXX wsgicors? +Description: Integrate CubicWeb with a Pyramid application