Skip to content
Snippets Groups Projects
Commit 7b237859f2d2 authored by Sylvain Thénault's avatar Sylvain Thénault
Browse files

1.6 depending on file 1.6 / cw 3.5

parent 0f64e08636f6
No related branches found
Tags cubicweb-email-version-1.6.0
No related merge requests found
......@@ -46,5 +46,5 @@
cube_eid = 20324
# used packages
__depends_cubes__ = {'file': None,}
__depends_cubes__ = {'file': '>= 1.6.0',}
__use__ = tuple(__depends_cubes__)
......@@ -50,5 +50,5 @@
__use__ = tuple(__depends_cubes__)
__depends__ = {'cubicweb': '>= 3.2.0'}
__depends__ = {'cubicweb': '>= 3.5.0'}
for key, value in __depends_cubes__.items():
__depends__['cubicweb-'+key] = value
__recommend__ = ('comment',)
......
cubicweb-email (1.6.0-1) unstable; urgency=low
* new upstream release
-- Sylvain Thénault <sylvain.thenault@logilab.fr> Wed, 07 Oct 2009 10:00:28 +0200
cubicweb-email (1.5.1-1) unstable; urgency=low
* new upstream release
......
......@@ -9,9 +9,7 @@
Package: cubicweb-email
Architecture: all
Conflicts: erudi-blog, erudi-blog-server, erudi-blog-client, erudi-blog-comp
Replaces: erudi-blog, erudi-blog-server, erudi-blog-client, erudi-blog-comp
Depends: cubicweb-common (>= 3.5.0), cubicweb-file
Depends: cubicweb-common (>= 3.5.0), cubicweb-file (>= 1.6.0)
Description: email component for the CubicWeb framework
This CubicWeb component models email messages.
.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment