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
activitystream
Commits
e7fcada2d97a
Commit
f61fe595
authored
Aug 05, 2011
by
Nicolas Chauvat
Browse files
[packaging] prepare 0.1.0
parent
fe416ee3cf81
Changes
6
Hide whitespace changes
Inline
Side-by-side
__pkginfo__.py
View file @
e7fcada2
# pylint: disable-msg=W0622
"""cubicweb-astream application packaging information"""
"""cubicweb-a
ctivity
stream application packaging information"""
modname
=
'astream'
distname
=
'cubicweb-astream'
modname
=
'a
ctivity
stream'
distname
=
'cubicweb-a
ctivity
stream'
numversion
=
(
0
,
1
,
0
)
version
=
'.'
.
join
(
str
(
num
)
for
num
in
numversion
)
...
...
debian/changelog
View file @
e7fcada2
cubicweb-astream (0.1.0-1) unstable; urgency=low
cubicweb-a
ctivity
stream (0.1.0-1) unstable; urgency=low
* initial release
--
--
Nicolas Chauvat <nicolas.chauvat@logilab.fr> Fri, 05 Aug 2011 17:43:11 +0200
debian/control
View file @
e7fcada2
Source: cubicweb-astream
Source: cubicweb-a
ctivity
stream
Section: web
Priority: optional
Maintainer: LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr>
Build-Depends: debhelper (>= 5.0.37.1), python (>=2.4), python-dev (>=2.4)
Uploaders: Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Build-Depends: debhelper (>= 5.0.37.1), python (>= 2.4), python-dev (>= 2.4)
Standards-Version: 3.8.0
Homepage: http://www.cubicweb.org/project/cubicweb-activitystream
Package: cubicweb-astream
Package: cubicweb-activitystream
Architecture: all
Depends: cubicweb-common (>= 3.10.8)
Description: activity streams
...
...
@@ -15,4 +16,4 @@ Description: activity streams
activity streams
.
This package will install all the components you need to run the
cubicweb-astream application (cube :)..
cubicweb-a
ctivity
stream application (cube :)..
debian/rules
100644 → 100755
View file @
e7fcada2
File mode changed from 100644 to 100755
setup.py
View file @
e7fcada2
#!/usr/bin/env python
# pylint: disable=W0142,W0403,W0404,W0613,W0622,W0622,W0704,R0904,C0103,E0611
#
# copyright 2003-201
0
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# copyright 2003-201
1
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This file is part of CubicWeb tag cube.
...
...
test/pytestconf.py
View file @
e7fcada2
# copyright 2003-201
0
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# copyright 2003-201
1
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This file is part of CubicWeb.
...
...
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