Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
sysinfo
Commits
94a7f7ded144
Commit
5d77f5fd
authored
Sep 05, 2006
by
Adrien Di Mascio
Browse files
prepared new version
parent
c93575cf1b02
Changes
3
Hide whitespace changes
Inline
Side-by-side
__pkginfo__.py
View file @
94a7f7de
...
...
@@ -6,7 +6,7 @@ __revision__ = "$Id: __pkginfo__.py,v 1.8 2006-03-29 14:41:37 syt Exp $"
distname
=
"erudi-sysinfo-appl"
modname
=
"erudi_sysinfo"
numversion
=
[
0
,
5
,
0
]
numversion
=
[
0
,
5
,
1
]
version
=
'.'
.
join
([
str
(
num
)
for
num
in
numversion
])
license
=
'LCL'
...
...
@@ -32,7 +32,7 @@ scripts = glob.glob(join('bin', 'sysinfo-*'))
web
,
ftp
=
''
,
''
pyversions
=
[
'2.
3
'
]
pyversions
=
[
'2.
4
'
]
orig_dir
=
'schemas'
TEMPLATES_DIR
=
join
(
'share'
,
'erudi'
,
'templates'
)
...
...
debian/changelog
View file @
94a7f7de
erudi-sysinfo-appl (0.5.1-1) unstable; urgency=low
* new upstream release
-- Adrien.DiMascio <Adrien.DiMascio@logilab.fr> Tue, 5 Sep 2006 18:48:55 +0200
erudi-sysinfo-appl (0.5.0-1) unstable; urgency=low
* new upstream release
...
...
debian/control
View file @
94a7f7de
...
...
@@ -2,12 +2,12 @@ Source: erudi-sysinfo-appl
Section: python
Priority: optional
Maintainer: Logilab <contact@logilab.fr>
Build-Depends: debhelper (>=
4
.0.
0
), python
2.3-dev, python
Standards-Version: 3.
6
.2
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-appl-server
Architecture: all
Depends: python
(>= 2.3), python (<<
2.4
)
, erudi-server (>= 2.
14
.0)
Depends: python2.4, erudi-server (>= 2.
23
.0)
Description: Erudi application tempalte for sysinfos
Erudi is a entities / relations bases knowledge management system
developped at Logilab.
...
...
@@ -22,7 +22,7 @@ Description: Erudi application tempalte for sysinfos
Package: erudi-sysinfo-appl-client
Architecture: all
Depends: python
(>= 2.3), python (<<
2.4
)
, erudi-web (>= 2.
14
.0)
Depends: python2.4, erudi-web (>= 2.
23
.0)
Description: Erudi application tempalte for sysinfos
Erudi is a entities / relations bases knowledge management system
developped at Logilab.
...
...
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