# HG changeset patch # User Sylvain Thénault # Date 1286354849 -7200 # Node ID 5f08485e3b112d79fbe3e9710e257a4b3c542d46 # Parent ea26eb5fd388ac1714f1b1646e08e939e478c289 [debian] constrain pyro version in debian packaging diff -r ea26eb5fd388 -r 5f08485e3b11 debian/control --- a/debian/control Wed Oct 06 10:46:20 2010 +0200 +++ b/debian/control Wed Oct 06 10:47:29 2010 +0200 @@ -34,7 +34,7 @@ Replaces: cubicweb-multisources Provides: cubicweb-multisources Depends: ${python:Depends}, cubicweb-common (= ${source:Version}), cubicweb-ctl (= ${source:Version}), python-logilab-database (>= 1.3.0), cubicweb-postgresql-support | cubicweb-mysql-support | python-pysqlite2 -Recommends: pyro, cubicweb-documentation (= ${source:Version}) +Recommends: pyro (< 4.0.0), cubicweb-documentation (= ${source:Version}) Description: server part of the CubicWeb framework CubicWeb is a semantic web application framework. . @@ -69,7 +69,7 @@ XB-Python-Version: ${python:Versions} Provides: cubicweb-web-frontend Depends: ${python:Depends}, cubicweb-web (= ${source:Version}), cubicweb-ctl (= ${source:Version}), python-twisted-web -Recommends: pyro, cubicweb-documentation (= ${source:Version}) +Recommends: pyro (< 4.0.0), cubicweb-documentation (= ${source:Version}) Description: twisted-based web interface for the CubicWeb framework CubicWeb is a semantic web application framework. .