Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
comment
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cubicweb
cubes
comment
Commits
c76ff1c52a22
Commit
c76ff1c52a22
authored
15 years ago
by
Nicolas Chauvat
Browse files
Options
Downloads
Patches
Plain Diff
P [packaging] describe dependencies in pkginfo
parent
e30d5c143b77
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
__init__.py
+1
-1
1 addition, 1 deletion
__init__.py
__pkginfo__.py
+11
-12
11 additions, 12 deletions
__pkginfo__.py
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
debian/control
+7
-6
7 additions, 6 deletions
debian/control
with
25 additions
and
19 deletions
__init__.py
+
1
−
1
View file @
c76ff1c5
"""
package __init__
"""
"""
cubicweb comment
"""
This diff is collapsed.
Click to expand it.
__pkginfo__.py
+
11
−
12
View file @
c76ff1c5
# pylint: disable-msg=W0622
# pylint: disable-msg=W0622
"""
cubicweb-comment packaging information
"""
"""
cubicweb-comment packaging information
"""
dist
name
=
"
cubicweb-
comment
"
mod
name
=
'
comment
'
mod
name
=
distname
.
split
(
'
-
'
,
1
)[
1
]
dist
name
=
"
cubicweb-%s
"
%
modname
...
@@ -6,5 +6,5 @@
...
@@ -6,5 +6,5 @@
numversion
=
(
1
,
4
,
0
)
numversion
=
(
1
,
4
,
1
)
version
=
'
.
'
.
join
(
str
(
num
)
for
num
in
numversion
)
version
=
'
.
'
.
join
(
str
(
num
)
for
num
in
numversion
)
license
=
'
LGPL
'
license
=
'
LGPL
'
...
@@ -13,5 +13,5 @@
...
@@ -13,5 +13,5 @@
author
=
"
Logilab
"
author
=
"
Logilab
"
author_email
=
"
contact@logilab.fr
"
author_email
=
"
contact@logilab.fr
"
web
=
'
'
web
=
'
http://www.cubicweb.org/project/%s
'
%
distname
...
@@ -17,11 +17,8 @@
...
@@ -17,11 +17,8 @@
short_desc
=
"
Comment system for the CubicWeb framework
"
short_desc
=
"
comment component for the CubicWeb framework
"
long_desc
=
"""
CubicWeb is a entities / relations bases knowledge management system
long_desc
=
"""
This CubicWeb component provides threadable comments.
developped at Logilab.
.
CubicWeb is a semantic web framework, see http://www.cubicweb.org
This package provides a system allowing comments threads on content of cubicweb
applications.
.
"""
"""
from
os
import
listdir
from
os
import
listdir
...
@@ -48,7 +45,9 @@
...
@@ -48,7 +45,9 @@
cube_eid
=
20316
cube_eid
=
20316
# used packages
# used packages
__use__
=
()
__depends_cubes__
=
{}
__depends__
=
{
'
cubicweb
'
:
'
>= 3.2.0
'
}
__use__
=
tuple
(
__depends_cubes__
)
classifiers
=
[
classifiers
=
[
'
Environment :: Web Environment
'
,
'
Environment :: Web Environment
'
,
'
Framework :: CubicWeb
'
,
'
Framework :: CubicWeb
'
,
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
6
−
0
View file @
c76ff1c5
cubicweb-comment (1.4.1-1) unstable; urgency=low
* new upstream release
-- Nicolas Chauvat <nicolas.chauvat@logilab.fr> Wed, 27 May 2009 11:41:55 +0200
cubicweb-comment (1.4.0-1) unstable; urgency=low
cubicweb-comment (1.4.0-1) unstable; urgency=low
* new upstream release depending on cubicweb 3.2
* new upstream release depending on cubicweb 3.2
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
7
−
6
View file @
c76ff1c5
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
Section: web
Section: web
Priority: optional
Priority: optional
Maintainer: Logilab Packaging Team <contact@logilab.fr>
Maintainer: Logilab Packaging Team <contact@logilab.fr>
Uploaders: Sylvain Thenault <sylvain.thenault@logilab.fr>
Uploaders: Sylvain Thenault <sylvain.thenault@logilab.fr>,
Build-Depends: debhelper (>= 5.0.37.1), python (>=2.3.5-7), python-dev (>=2.3.5-7)
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Build-Depends: debhelper (>= 5.0.37.1), python (>=2.4), python-dev (>=2.4)
Standards-Version: 3.8.0
Standards-Version: 3.8.0
...
@@ -7,7 +8,8 @@
...
@@ -7,7 +8,8 @@
Standards-Version: 3.8.0
Standards-Version: 3.8.0
Homepage: http://www.cubicweb.org/project/cubicweb-comment
Package: cubicweb-comment
Package: cubicweb-comment
Architecture: all
Architecture: all
Conflicts: erudi-comment, erudi-comment-server, erudi-comment-client, erudi-comment-comp
Conflicts: erudi-comment, erudi-comment-server, erudi-comment-client, erudi-comment-comp
Replaces: erudi-comment, erudi-comment-server, erudi-comment-client, erudi-comment-comp
Replaces: erudi-comment, erudi-comment-server, erudi-comment-client, erudi-comment-comp
Depends: cubicweb-common (>= 3.2.0)
Depends: cubicweb-common (>= 3.2.0)
...
@@ -8,9 +10,9 @@
...
@@ -8,9 +10,9 @@
Package: cubicweb-comment
Package: cubicweb-comment
Architecture: all
Architecture: all
Conflicts: erudi-comment, erudi-comment-server, erudi-comment-client, erudi-comment-comp
Conflicts: erudi-comment, erudi-comment-server, erudi-comment-client, erudi-comment-comp
Replaces: erudi-comment, erudi-comment-server, erudi-comment-client, erudi-comment-comp
Replaces: erudi-comment, erudi-comment-server, erudi-comment-client, erudi-comment-comp
Depends: cubicweb-common (>= 3.2.0)
Depends: cubicweb-common (>= 3.2.0)
Description:
C
omment
system
for the CubicWeb framework
Description:
c
omment
component
for the CubicWeb framework
CubicWeb
is a semantic web application framework
.
This
CubicWeb
component provides threadable comments
.
.
.
...
@@ -16,3 +18,2 @@
...
@@ -16,3 +18,2 @@
.
.
This package provides a system allowing comments threads on content
CubicWeb is a semantic web framework, see http://www.cubicweb.org
of cubicweb applications.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment