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
intranet
Commits
2b6f8a67fa7a
Commit
633c9b77
authored
May 13, 2009
by
sylvain.thenault@logilab.fr
Browse files
0.16
parent
702f0324f94d
Changes
6
Hide whitespace changes
Inline
Side-by-side
__pkginfo__.py
View file @
2b6f8a67
...
...
@@ -4,11 +4,11 @@
distname
=
"cubicweb-intranet"
modname
=
distname
.
split
(
'-'
,
1
)[
1
]
numversion
=
(
0
,
1
5
,
0
)
numversion
=
(
0
,
1
6
,
0
)
version
=
'.'
.
join
(
str
(
num
)
for
num
in
numversion
)
license
=
'LCL'
copyright
=
'''Copyright (c) 2003-200
8
LOGILAB S.A. (Paris, FRANCE).
copyright
=
'''Copyright (c) 2003-200
9
LOGILAB S.A. (Paris, FRANCE).
http://www.logilab.fr/ -- mailto:contact@logilab.fr'''
author
=
"Logilab"
...
...
debian/changelog
View file @
2b6f8a67
cubicweb-intranet (0.16.0-1) unstable; urgency=low
* new upstream release
-- Sylvain Thénault <sylvain.thenault@logilab.fr> Wed, 13 May 2009 17:26:29 +0200
cubicweb-intranet (0.15.0-1) unstable; urgency=low
* Add book support.
...
...
debian/control
View file @
2b6f8a67
...
...
@@ -10,7 +10,7 @@ Package: cubicweb-intranet
Conflicts: erudi-intranet, erudi-intranet-appl-server, erudi-intranet-appl-client, erudi-intranet-appl
Replaces: erudi-intranet, erudi-intranet-appl-server, erudi-intranet-appl-client, erudi-intranet-appl
Architecture: all
Depends: cubicweb-common (>=
2.99
.0), cubicweb-blog, cubicweb-book, cubicweb-link, cubicweb-file, cubicweb-comment,
Depends: cubicweb-common (>=
3.2
.0), cubicweb-blog, cubicweb-book, cubicweb-link, cubicweb-file, cubicweb-comment,
cubicweb-task, cubicweb-event, cubicweb-tag, cubicweb-folder, cubicweb-card
Description: an intranet using the CubicWeb framework
CubicWeb is a semantic web application framework.
...
...
debian/rules
View file @
2b6f8a67
...
...
@@ -5,12 +5,12 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
build: build-stamp
build-stamp:
build-stamp:
dh_testdir
python setup.py -q build
touch build-stamp
clean:
clean:
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
...
...
@@ -25,6 +25,7 @@ install: build
dh_clean -k
dh_installdirs -i
python setup.py -q install --no-compile --prefix=debian/cubicweb-intranet/usr/
rm -rf debian/cubicweb-addressbook/usr/lib/python*
# Build architecture-independent files here.
...
...
@@ -40,13 +41,13 @@ binary-indep: build install
dh_compress -i -X.py -X.ini -X.xml -Xtest
dh_fixperms -i
dh_installdeb -i
dh_gencontrol -i
dh_gencontrol -i
dh_md5sums -i
dh_builddeb -i
# Build architecture-dependent files here.
binary-arch:
binary-arch:
binary: binary-indep
binary: binary-indep
.PHONY: build clean binary-arch binary-indep binary
i18n/en.po
View file @
2b6f8a67
...
...
@@ -11,21 +11,11 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
msgid "boxes_tagcloud_box"
msgstr ""
# add related box generated message
msgid "boxes_tagcloud_box_description"
msgstr ""
msgid "generic relation to link one entity to another"
msgstr ""
msgid "interested_in"
msgstr "interested in"
msgid "interested_in_object"
msgstr "has interest for"
msgid "see_also"
msgstr "see also"
#~
msgid "see_also"
#~
msgstr "see also"
i18n/fr.po
View file @
2b6f8a67
...
...
@@ -11,24 +11,17 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
msgid "boxes_tagcloud_box"
msgstr ""
# add related box generated message
msgid "boxes_tagcloud_box_description"
msgstr ""
msgid "generic relation to link one entity to another"
msgstr "relation générique permettant d'associer deux entités"
msgid "interested_in"
msgstr "intéressé par"
msgid "interested_in_object"
msgstr "intéresse"
msgid "
see_also
"
msgstr "
voir aussi
"
#~
msgid "
generic relation to link one entity to another
"
#~
msgstr "
relation générique permettant d'associer deux entités
"
#~ msgid "intranet application"
#~ msgstr "application intranet"
#~ msgid "see_also"
#~ msgstr "voir aussi"
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