From: adam Date: Thu, 30 May 2013 13:53:49 +0000 (+0700) Subject: python3 build fixes X-Git-Tag: v1.2.12~276^2~37 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e77fdfba38b02d81ee3a33cc0e09876044bb3ddb;p=platform%2Fupstream%2Fejdb.git python3 build fixes --- diff --git a/pyejdb/Makefile b/pyejdb/Makefile index d10757f..3947ad2 100644 --- a/pyejdb/Makefile +++ b/pyejdb/Makefile @@ -1,6 +1,6 @@ all: - ./setup.py clean build sdist + python3 ./setup.py clean build sdist clean: - rm -f ./testdb* diff --git a/pyejdb/debian/changelog b/pyejdb/debian/changelog index d43eb1e..0d02767 100644 --- a/pyejdb/debian/changelog +++ b/pyejdb/debian/changelog @@ -1,4 +1,4 @@ -python-ejdb (1.0.11) testing; urgency=low +python-ejdb (1.0.11-1) testing; urgency=low * Unified 2.7.x & 3.x python binding