Skip to content
Snippets Groups Projects
Commit 452a91b57e43 authored by sylvain thenault's avatar sylvain thenault
Browse files

0.3

parent ed46d8983b40
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
distname = 'cubicweb-fresh'
modname = distname.split('-', 1)[1]
numversion = (0, 2, 0)
numversion = (0, 3, 0)
version = '.'.join(str(num) for num in numversion)
license = 'LCL'
......@@ -8,7 +8,7 @@
version = '.'.join(str(num) for num in numversion)
license = 'LCL'
copyright = '''Copyright (c) 2008 LOGILAB S.A. (Paris, FRANCE).
copyright = '''Copyright (c) 2008-2009 LOGILAB S.A. (Paris, FRANCE).
http://www.logilab.fr/ -- mailto:contact@logilab.fr'''
author = 'Logilab'
......
cubicweb-fresh (0.3.0-1) unstable; urgency=low
* new upstream release
-- Sylvain Thénault <sylvain.thenault@logilab.fr> Wed, 13 May 2009 13:25:12 +0200
cubicweb-fresh (0.2.0-1) DISTRIBUTION; urgency=low
* cubification
......
......@@ -11,7 +11,7 @@
Architecture: all
Conflicts: cubicweb-fresh, erudi-fresh-client, erudi-fresh-server, erudi-fresh-comp
Replaces: cubicweb-fresh, erudi-fresh-client, erudi-fresh-server, erudi-fresh-comp
Depends: cubicweb-common (>= 2.99.0),
Depends: cubicweb-common (>= 3.2.0),
cubicweb-expense, cubicweb-workcase
Description: expense reporting application
CubicWeb is a entities / relations bases knowledge management system
......
......@@ -5,8 +5,8 @@
# 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
......@@ -9,8 +9,8 @@
dh_testdir
python setup.py -q build
touch build-stamp
clean:
clean:
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
......@@ -24,6 +24,8 @@
dh_clean -k
dh_installdirs -i
python setup.py -q install --no-compile --prefix=debian/cubicweb-fresh/usr/
# remove generated .egg-info file
rm -rf debian/cubicweb-comment/usr/lib/python*
# Build architecture-independent files here.
......@@ -39,9 +41,9 @@
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.
......@@ -43,7 +45,7 @@
dh_md5sums -i
dh_builddeb -i
# Build architecture-dependent files here.
binary-arch:
binary-arch:
......@@ -49,3 +51,3 @@
binary: binary-indep
binary: binary-indep
.PHONY: build clean binary-arch binary-indep binary
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment