# HG changeset patch # User David Douard # Date 1339401602 -7200 # Node ID 783a5df54dc742e63c8a720b1582ff08366733bd # Parent 2c79c29193e78a74c94ea67544b0a8a0f4e1ab06 [debian] prepare 3.15.1-1 diff -r 2c79c29193e7 -r 783a5df54dc7 __pkginfo__.py --- a/__pkginfo__.py Mon Jun 11 09:22:11 2012 +0200 +++ b/__pkginfo__.py Mon Jun 11 10:00:02 2012 +0200 @@ -42,9 +42,8 @@ __depends__ = { 'logilab-common': '>= 0.58.0', 'logilab-mtconverter': '>= 0.8.0', - 'rql': '>= 0.28.0', + 'rql': '>= 0.31.2', 'yams': '>= 0.34.0', - 'docutils': '>= 0.6', #gettext # for xgettext, msgcat, etc... # web dependancies 'simplejson': '>= 2.0.9', @@ -58,6 +57,7 @@ } __recommends__ = { + 'docutils': '>= 0.6', 'Pyro': '>= 3.9.1, < 4.0.0', 'PIL': '', # for captcha 'pycrypto': '', # for crypto extensions diff -r 2c79c29193e7 -r 783a5df54dc7 debian/changelog --- a/debian/changelog Mon Jun 11 09:22:11 2012 +0200 +++ b/debian/changelog Mon Jun 11 10:00:02 2012 +0200 @@ -1,3 +1,9 @@ +cubicweb (3.15.1-1) quantal; urgency=low + + * new upstream release + + -- David Douard Mon, 11 Jun 2012 09:45:24 +0200 + cubicweb (3.15.0-1) unstable; urgency=low * new upstream release diff -r 2c79c29193e7 -r 783a5df54dc7 debian/control --- a/debian/control Mon Jun 11 09:22:11 2012 +0200 +++ b/debian/control Mon Jun 11 10:00:02 2012 +0200 @@ -85,8 +85,8 @@ Package: cubicweb-web Architecture: all XB-Python-Version: ${python:Versions} -Depends: ${misc:Depends}, ${python:Depends}, cubicweb-common (= ${source:Version}), python-simplejson (>= 1.3) -Recommends: python-docutils, python-vobject, fckeditor, python-fyzz, python-imaging, python-rdflib +Depends: ${misc:Depends}, ${python:Depends}, cubicweb-common (= ${source:Version}), python-simplejson (>= 2.0.9) +Recommends: python-docutils (>= 0.6), python-vobject, fckeditor, python-fyzz, python-imaging, python-rdflib Description: web interface library for the CubicWeb framework CubicWeb is a semantic web application framework. . @@ -100,7 +100,7 @@ Package: cubicweb-common Architecture: all XB-Python-Version: ${python:Versions} -Depends: ${misc:Depends}, ${python:Depends}, graphviz, gettext, python-logilab-mtconverter (>= 0.8.0), python-logilab-common (>= 0.58.0), python-yams (>= 0.34.0), python-rql (>= 0.28.0), python-lxml +Depends: ${misc:Depends}, ${python:Depends}, graphviz, gettext, python-logilab-mtconverter (>= 0.8.0), python-logilab-common (>= 0.58.0), python-yams (>= 0.34.0), python-rql (>= 0.31.2), python-lxml Recommends: python-simpletal (>= 4.0), python-crypto Conflicts: cubicweb-core Replaces: cubicweb-core