diff --git a/__pkginfo__.py b/__pkginfo__.py
index ed46d8983b40e06815467b654339909ce71e651f_X19wa2dpbmZvX18ucHk=..452a91b57e43f0fbb610a4501264b5b9aa5aa9c5_X19wa2dpbmZvX18ucHk= 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -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'
diff --git a/debian/changelog b/debian/changelog
index ed46d8983b40e06815467b654339909ce71e651f_ZGViaWFuL2NoYW5nZWxvZw==..452a91b57e43f0fbb610a4501264b5b9aa5aa9c5_ZGViaWFuL2NoYW5nZWxvZw== 100644
--- 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
index ed46d8983b40e06815467b654339909ce71e651f_ZGViaWFuL2NvbnRyb2w=..452a91b57e43f0fbb610a4501264b5b9aa5aa9c5_ZGViaWFuL2NvbnRyb2w= 100644
--- 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
index ed46d8983b40e06815467b654339909ce71e651f_ZGViaWFuL3J1bGVz..452a91b57e43f0fbb610a4501264b5b9aa5aa9c5_ZGViaWFuL3J1bGVz 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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