--- 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
--- 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 <david.douard@logilab.fr> Mon, 11 Jun 2012 09:45:24 +0200
+
cubicweb (3.15.0-1) unstable; urgency=low
* new upstream release
--- 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