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
sysinfo
Commits
d575fb680d66
Commit
a6e29bae
authored
Oct 29, 2007
by
"Sylvain ext:(%22)
Browse files
0.7
parent
7eef3c95068a
Changes
4
Hide whitespace changes
Inline
Side-by-side
__pkginfo__.py
View file @
d575fb68
...
...
@@ -4,7 +4,7 @@
distname
=
"erudi-sysinfo-appl"
modname
=
"erudi_sysinfo"
numversion
=
[
0
,
6
,
0
]
numversion
=
[
0
,
7
,
0
]
version
=
'.'
.
join
([
str
(
num
)
for
num
in
numversion
])
license
=
'LCL'
...
...
debian/changelog
View file @
d575fb68
erudi-sysinfo-appl (0.7.0-1) unstable; urgency=low
* new upstream release
-- Sylvain Thénault <sylvain.thenault@logilab.fr> Mon, 29 Oct 2007 13:03:26 +0100
erudi-sysinfo-appl (0.6.0-1) unstable; urgency=low
* new upstream release
...
...
debian/control
View file @
d575fb68
...
...
@@ -5,10 +5,29 @@ Maintainer: Logilab <contact@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
Package: erudi-sysinfo
Architecture: all
Depends: erudi-sysinfo-appl-server (>= ${source:Version}), erudi-sysinfo-appl-client (>= ${source:Version})
Description: Erudi application template for sysinfos
Erudi is a entities / relations based knowledge management system
developed at Logilab.
.
This package provides the "Sysinfo" application built on top of Erudi.
It manages computers, printers, keyboards, etc.
.
This package will install all the components you need to run the
sysinfo application on a single machine. You can also deploy erudi by
running the different process on different computers, in which case
you need to install the corresponding packages on the different
hosts.
Package: erudi-sysinfo-appl-server
Architecture: all
Depends: python2.4, erudi-server (>= 2.35.0)
Description: Erudi application tempalte for sysinfos
Depends: python2.4, erudi-twisted (>= 2.38.0) | erudi-web-frontend, erudi-sysinfo-appl (>= ${source:Version}),
erudi-classification-folders-server, erudi-comment-server,
erudi-basket-server, erudi-zone-server, erudi-file-server
Description: Erudi application template for sysinfos
Erudi is a entities / relations bases knowledge management system
developed at Logilab.
.
...
...
@@ -22,8 +41,10 @@ Description: Erudi application tempalte for sysinfos
Package: erudi-sysinfo-appl-client
Architecture: all
Depends: python2.4, erudi-web (>= 2.35.0)
Description: Erudi application tempalte for sysinfos
Depends: python2.4, erudi-twisted (>= 2.38.0) | erudi-web-frontend, erudi-sysinfo-appl (>= ${source:Version}),
erudi-classification-folders-client, erudi-comment-client,
erudi-basket-client, erudi-zone-client, erudi-file-client
Description: Erudi application template for sysinfos
Erudi is a entities / relations bases knowledge management system
developed at Logilab.
.
...
...
@@ -34,3 +55,17 @@ Description: Erudi application tempalte for sysinfos
on top of Erudi.
.
Package: erudi-sysinfo-appl
Architecture: all
Depends: python2.4
Description: Erudi application template for sysinfos
Erudi is a entities / relations bases knowledge management system
developed at Logilab.
.
This package provides the "Sysinfo" application built on top of Erudi.
It manages computers, printers, keyboards, etc.
.
This package provides the code of the sysinfo application built on top
of Erudi.
.
debian/rules
View file @
d575fb68
...
...
@@ -29,10 +29,10 @@ install: build
# install data in the python lib package temporaly
python setup.py -q install --no-compile --prefix=debian/erudi-sysinfo-appl/usr/
# move them to the correct package
mv debian/erudi-sysinfo-appl/usr/share/erudi/templates/sysinfo/schema debian/erudi-sysinfo-appl-server/usr/share/erudi/templates/sysinfo
mv debian/erudi-sysinfo-appl/usr/share/erudi/templates/sysinfo/application_hooks.py debian/erudi-sysinfo-appl-server/usr/share/erudi/templates/sysinfo
mv debian/erudi-sysinfo-appl/usr/share/erudi/templates/sysinfo/migration debian/erudi-sysinfo-appl-server/usr/share/erudi/templates/sysinfo
mv debian/erudi-sysinfo-appl/usr/share/erudi/templates/sysinfo/* debian/erudi-sysinfo-appl-client/usr/share/erudi/templates/sysinfo
#
mv debian/erudi-sysinfo-appl/usr/share/erudi/templates/sysinfo/schema debian/erudi-sysinfo-appl-server/usr/share/erudi/templates/sysinfo
#
mv debian/erudi-sysinfo-appl/usr/share/erudi/templates/sysinfo/application_hooks.py debian/erudi-sysinfo-appl-server/usr/share/erudi/templates/sysinfo
#
mv debian/erudi-sysinfo-appl/usr/share/erudi/templates/sysinfo/migration debian/erudi-sysinfo-appl-server/usr/share/erudi/templates/sysinfo
#
mv debian/erudi-sysinfo-appl/usr/share/erudi/templates/sysinfo/* debian/erudi-sysinfo-appl-client/usr/share/erudi/templates/sysinfo
# Build architecture-independent files here.
binary-indep: build install
...
...
Write
Preview
Supports
Markdown
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