[pkg] bump dependency on logilab.database stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 03 Feb 2011 18:18:31 +0100
branchstable
changeset 6937 a0d626cc538d
parent 6936 0e3b492b0a6d
child 6938 6c1a960735f5
[pkg] bump dependency on logilab.database
__pkginfo__.py
debian/control
--- a/__pkginfo__.py	Wed Feb 02 16:14:00 2011 +0100
+++ b/__pkginfo__.py	Thu Feb 03 18:18:31 2011 +0100
@@ -52,7 +52,7 @@
     'Twisted': '',
     # XXX graphviz
     # server dependencies
-    'logilab-database': '>= 1.3.2',
+    'logilab-database': '>= 1.3.3',
     'pysqlite': '>= 2.5.5', # XXX install pysqlite2
     }
 
--- a/debian/control	Wed Feb 02 16:14:00 2011 +0100
+++ b/debian/control	Thu Feb 03 18:18:31 2011 +0100
@@ -33,7 +33,7 @@
 Conflicts: cubicweb-multisources
 Replaces: cubicweb-multisources
 Provides: cubicweb-multisources
-Depends: ${misc:Depends}, ${python:Depends}, cubicweb-common (= ${source:Version}), cubicweb-ctl (= ${source:Version}), python-logilab-database (>= 1.3.2), cubicweb-postgresql-support | cubicweb-mysql-support | python-pysqlite2
+Depends: ${misc:Depends}, ${python:Depends}, cubicweb-common (= ${source:Version}), cubicweb-ctl (= ${source:Version}), python-logilab-database (>= 1.3.3), cubicweb-postgresql-support | cubicweb-mysql-support | python-pysqlite2
 Recommends: pyro (<< 4.0.0), cubicweb-documentation (= ${source:Version})
 Description: server part of the CubicWeb framework
  CubicWeb is a semantic web application framework.