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
5526f33e9606
Commit
57f5b75a
authored
Aug 13, 2007
by
Sylvain
Browse files
packaging fixes
parent
0bca88584427
Changes
3
Hide whitespace changes
Inline
Side-by-side
MANIFEST.in
View file @
5526f33e
...
...
@@ -4,5 +4,5 @@ include ChangeLog
recursive-include schema *.perms *.sql *.rel Include
recursive-include data *
recursive-include views *.py
recursive-include i18n *.pot *.po
*.mo
recursive-include i18n *.pot *.po
recursive-include migration *.sql *.py depends.map
__pkginfo__.py
View file @
5526f33e
# pylint: disable-msg=W0622
"""erudi-sysinfo packaging information"""
__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
,
1
]
numversion
=
[
0
,
6
,
0
]
version
=
'.'
.
join
([
str
(
num
)
for
num
in
numversion
])
license
=
'LCL'
...
...
@@ -18,7 +16,7 @@ author_email = "contact@logilab.fr"
short_desc
=
"Erudi application tempalte for sysinfos"
long_desc
=
"""Erudi is a entities / relations bases knowledge management system
develop
p
ed at Logilab.
developed at Logilab.
.
This package provides the "Sysinfo" application built on top of Erudi.
It manages users, documents, links, tasks, events, etc.
...
...
@@ -48,10 +46,6 @@ try:
[
join
(
TEMPLATES_DIR
,
'sysinfo'
,
'i18n'
),
[
join
(
'i18n'
,
fname
)
for
fname
in
listdir
(
'i18n'
)
if
fname
!=
'CVS'
and
not
isdir
(
join
(
'i18n'
,
fname
))]],
[
join
(
TEMPLATES_DIR
,
'sysinfo'
,
'i18n'
,
'en'
,
'LC_MESSAGES'
),
[
join
(
'i18n'
,
'en'
,
'LC_MESSAGES'
,
'erudi.mo'
)]],
[
join
(
TEMPLATES_DIR
,
'sysinfo'
,
'i18n'
,
'fr'
,
'LC_MESSAGES'
),
[
join
(
'i18n'
,
'fr'
,
'LC_MESSAGES'
,
'erudi.mo'
)]],
[
join
(
TEMPLATES_DIR
,
'sysinfo'
,
'views'
),
[
join
(
'views'
,
fname
)
for
fname
in
listdir
(
'views'
)
if
fname
!=
'CVS'
and
not
fname
.
endswith
(
'.pyc'
)]],
...
...
debian/control
View file @
5526f33e
...
...
@@ -10,7 +10,7 @@ Architecture: all
Depends: python2.4, erudi-server (>= 2.35.0)
Description: Erudi application tempalte for sysinfos
Erudi is a entities / relations bases knowledge management system
develop
p
ed at Logilab.
developed at Logilab.
.
This package provides the "Sysinfo" application built on top of Erudi.
It manages computers, printers, keyboards, etc.
...
...
@@ -25,7 +25,7 @@ Architecture: all
Depends: python2.4, erudi-web (>= 2.35.0)
Description: Erudi application tempalte for sysinfos
Erudi is a entities / relations bases knowledge management system
develop
p
ed at Logilab.
developed at Logilab.
.
This package provides the "Sysinfo" application built on top of Erudi.
It manages computers, printers, keyboards, etc.
...
...
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