# HG changeset patch # User sylvain.thenault@logilab.fr # Date 1242632392 -7200 # Mon May 18 09:39:52 2009 +0200 # Node ID 452a91b57e43f0fbb610a4501264b5b9aa5aa9c5 # Parent ed46d8983b40e06815467b654339909ce71e651f 0.3 diff --git a/__pkginfo__.py b/__pkginfo__.py --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -4,11 +4,11 @@ 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' -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' diff --git a/debian/changelog b/debian/changelog --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +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 diff --git a/debian/control b/debian/control --- a/debian/control +++ b/debian/control @@ -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 diff --git a/debian/rules b/debian/rules --- a/debian/rules +++ b/debian/rules @@ -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 @@ -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,13 +41,13 @@ 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