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
43d97b350440
Commit
ccfd789e
authored
May 14, 2009
by
sylvain.thenault@logilab.fr
Browse files
0.10
parent
7078e89a9b37
Changes
5
Hide whitespace changes
Inline
Side-by-side
__pkginfo__.py
View file @
43d97b35
...
...
@@ -4,11 +4,11 @@
distname
=
"cubicweb-sysinfo"
modname
=
distname
.
split
(
'-'
,
1
)[
1
]
numversion
=
(
0
,
9
,
2
)
numversion
=
(
0
,
10
,
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 @
43d97b35
cubicweb-sysinfo (0.10.0-1) unstable; urgency=low
* new upstream release
-- Sylvain Thénault <sylvain.thenault@logilab.fr> Thu, 14 May 2009 11:14:27 +0200
cubicweb-sysinfo (0.9.1-1) unstable; urgency=low
* (re)fix packaging
...
...
debian/control
View file @
43d97b35
...
...
@@ -11,7 +11,7 @@ Package: cubicweb-sysinfo
Architecture: all
Conflicts: erudi-sysinfo, erudi-sysinfo-appl-server, erudi-sysinfo-appl-client, erudi-sysinfo-appl
Replaces: erudi-sysinfo, erudi-sysinfo-appl-server, erudi-sysinfo-appl-client, erudi-sysinfo-appl
Depends: cubicweb-common (>=
2.99
.0),
Depends: cubicweb-common (>=
3.2
.0),
cubicweb-zone, cubicweb-file, cubicweb-folder, cubicweb-comment
Description: CubicWeb component for computers inventory
CubicWeb is a knowledge management system.
...
...
debian/rules
View file @
43d97b35
...
...
@@ -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
...
...
@@ -26,6 +26,7 @@ install: build
dh_installdirs -i
# install data in the python lib package temporaly
python setup.py -q install --no-compile --prefix=debian/cubicweb-sysinfo/usr/
rm -rf debian/cubicweb-addressbook/usr/lib/python*
# Build architecture-independent files here.
binary-indep: build install
...
...
@@ -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
setup.py
View file @
43d97b35
...
...
@@ -32,12 +32,12 @@ try:
except
ImportError
:
include_dirs
=
[]
def
install
(
**
kwargs
):
"""setup entry point"""
#kwargs['distname'] = modname
return
setup
(
name
=
distname
,
version
=
version
,
license
=
license
,
license
=
license
,
description
=
short_desc
,
long_description
=
long_desc
,
author
=
author
,
...
...
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