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
65b89fe03e64
Commit
65b89fe03e64
authored
16 years ago
by
Sylvain
Browse files
Options
Downloads
Patches
Plain Diff
one package to rule them all
parent
84dc5b9167ca
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/control
+6
-56
6 additions, 56 deletions
debian/control
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
with
7 additions
and
57 deletions
debian/control
+
6
−
56
View file @
65b89fe0
Source: cubicweb-comment
Section:
python
Section:
web
Priority: optional
Maintainer: Logilab Packaging Team <contact@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)
...
...
@@ -3,8 +3,8 @@
Priority: optional
Maintainer: Logilab Packaging Team <contact@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)
Standards-Version: 3.
7.2
Standards-Version: 3.
8.0
Package: cubicweb-comment
Architecture: all
...
...
@@ -8,5 +8,7 @@
Package: cubicweb-comment
Architecture: all
Depends: cubicweb-comment-server (>= ${source:Version}), cubicweb-comment-client (>= ${source:Version})
Conflicts: 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.0.0)
Description: Comment system for the CubicWeb framework
...
...
@@ -12,23 +14,5 @@
Description: Comment system for the CubicWeb framework
CubicWeb is a entities / relations based knowledge management system
developed at Logilab.
.
This package provides a system allowing comments threads on content
of cubicweb applications.
.
This package will install all the components you need to use the
comment component on a single machine. You can also deploy cubicweb by
running the different process on different computers, in which case
you need to install the corresponding packages on the different
hosts.
Package: cubicweb-comment-server
Architecture: all
Depends: cubicweb-server (>= 2.50.0), cubicweb-comment-comp (>= ${source:Version})
Description: Comment system for the CubicWeb framework (repository)
CubicWeb is a entities / relations bases knowledge management system
developed at Logilab.
CubicWeb is a semantic web application framework.
.
This package provides a system allowing comments threads on content
of cubicweb applications.
...
...
@@ -32,37 +16,3 @@
.
This package provides a system allowing comments threads on content
of cubicweb applications.
.
This package is a virtual package providing necessary package for the
repository server part of the comment component for CubicWeb.
Package: cubicweb-comment-client
Architecture: all
Depends: cubicweb-twisted (>= 2.50.0) | cubicweb-web-frontend, cubicweb-comment-comp (>= ${source:Version})
Description: Comment system for the CubicWeb framework (web)
CubicWeb is a entities / relations bases knowledge management system
developed at Logilab.
.
This package provides a system allowing comments threads on content
of cubicweb applications.
.
This package is a virtual package providing necessary package for the
web client part of the comment component for CubicWeb.
Package: cubicweb-comment-comp
Architecture: all
Depends: python2.4
Description: Comment system for the CubicWeb framework
CubicWeb is a entities / relations based knowledge management system
developed at Logilab.
.
This package provides a system allowing comments threads on content
of cubicweb applications.
.
This package will install all the components you need to use the
comment component on a single machine. You can also deploy cubicweb by
running the different process on different computers, in which case
you need to install the corresponding packages on the different
hosts.
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
65b89fe0
...
...
@@ -24,7 +24,7 @@
dh_testroot
dh_clean -k
dh_installdirs -i
python setup.py -q install --no-compile --prefix=debian/cubicweb-comment
-comp
/usr/
python setup.py -q install --no-compile --prefix=debian/cubicweb-comment/usr/
# Build architecture-independent files here.
...
...
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