# HG changeset patch # User Nicolas Chauvat # Date 1244056514 -7200 # Node ID 2d7d3062ca03d4b4144100013dc4ab7f9d9cb25e # Parent 68ee0ffb66a711a10233f72530bd3e8876726898 prepare 3.3.0 diff -r 68ee0ffb66a7 -r 2d7d3062ca03 __pkginfo__.py --- a/__pkginfo__.py Wed Jun 03 21:15:01 2009 +0200 +++ b/__pkginfo__.py Wed Jun 03 21:15:14 2009 +0200 @@ -7,7 +7,7 @@ distname = "cubicweb" modname = "cubicweb" -numversion = (3, 2, 3) +numversion = (3, 3, 0) version = '.'.join(str(num) for num in numversion) license = 'LGPL v2' diff -r 68ee0ffb66a7 -r 2d7d3062ca03 debian/changelog --- a/debian/changelog Wed Jun 03 21:15:01 2009 +0200 +++ b/debian/changelog Wed Jun 03 21:15:14 2009 +0200 @@ -1,3 +1,9 @@ +cubicweb (3.3.0-1) unstable; urgency=low + + * new upstream release + + -- Nicolas Chauvat Wed, 03 Jun 2009 19:52:37 +0200 + cubicweb (3.2.3-1) unstable; urgency=low * new upstream release diff -r 68ee0ffb66a7 -r 2d7d3062ca03 debian/control --- a/debian/control Wed Jun 03 21:15:01 2009 +0200 +++ b/debian/control Wed Jun 03 21:15:14 2009 +0200 @@ -4,7 +4,8 @@ Maintainer: Logilab S.A. Uploaders: Sylvain Thenault , Julien Jehannet , - Aurélien Campéas + Aurélien Campéas , + Nicolas Chauvat Build-Depends: debhelper (>= 7), python-dev (>=2.4), python-central (>= 0.5) Standards-Version: 3.8.0 Homepage: http://www.cubicweb.org