Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
email
Commits
7b237859f2d2
Commit
6196f9d0
authored
Oct 07, 2009
by
Sylvain Thénault
Browse files
1.6 depending on file 1.6 / cw 3.5
parent
0f64e08636f6
Changes
3
Hide whitespace changes
Inline
Side-by-side
__pkginfo__.py
View file @
7b237859
...
...
@@ -46,9 +46,9 @@ except OSError:
cube_eid
=
20324
# used packages
__depends_cubes__
=
{
'file'
:
None
,}
__depends_cubes__
=
{
'file'
:
'>= 1.6.0'
,}
__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'
,)
...
...
debian/changelog
View file @
7b237859
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
...
...
debian/control
View file @
7b237859
...
...
@@ -9,9 +9,7 @@ Homepage: http://www.cubicweb.org/project/cubicweb-email
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.
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment