--- 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'
--- 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
--- 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