# HG changeset patch # User Nicolas Chauvat <nicolas.chauvat@logilab.fr> # Date 1259405598 -3600 # Node ID 0fc300eb4746e01f2755b9eefd986d58d8366ccf # Parent 2fbb79054a1a4b5032f47a3f7fd7caaac9b29f13 prepare 3.5.7 diff -r 2fbb79054a1a -r 0fc300eb4746 __pkginfo__.py --- a/__pkginfo__.py Sat Nov 28 11:42:37 2009 +0100 +++ b/__pkginfo__.py Sat Nov 28 11:53:18 2009 +0100 @@ -7,7 +7,7 @@ distname = "cubicweb" modname = "cubicweb" -numversion = (3, 5, 6) +numversion = (3, 5, 7) version = '.'.join(str(num) for num in numversion) license = 'LGPL' diff -r 2fbb79054a1a -r 0fc300eb4746 debian/changelog --- a/debian/changelog Sat Nov 28 11:42:37 2009 +0100 +++ b/debian/changelog Sat Nov 28 11:53:18 2009 +0100 @@ -1,3 +1,9 @@ +cubicweb (3.5.7-1) unstable; urgency=low + + * new upstream release + + -- Nicolas Chauvat <nicolas.chauvat@logilab.fr> Sat, 28 Nov 2009 11:50:08 +0100 + cubicweb (3.5.6-1) unstable; urgency=low * new upstream release diff -r 2fbb79054a1a -r 0fc300eb4746 debian/rules --- a/debian/rules Sat Nov 28 11:42:37 2009 +0100 +++ b/debian/rules Sat Nov 28 11:53:18 2009 +0100 @@ -8,7 +8,7 @@ PY_VERSION:=$(shell pyversions -d) build: build-stamp -build-stamp: +build-stamp: dh_testdir # XXX doesn't work if logilab-doctools, logilab-xml are not in build depends # and I can't get pbuilder find them in its chroot :( @@ -17,7 +17,7 @@ python setup.py build touch build-stamp -clean: +clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp @@ -81,6 +81,6 @@ binary-arch: -binary: binary-indep +binary: binary-indep .PHONY: build clean binary binary-indep binary-arch