From: adam Date: Sat, 23 Mar 2013 13:43:38 +0000 (+0700) Subject: lua debian fixes X-Git-Tag: v1.2.12~363^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d166f5317d1c49480669d1a17f0e4dc5f128848f;p=platform%2Fupstream%2Fejdb.git lua debian fixes --- diff --git a/luaejdb/Makefile b/luaejdb/Makefile index 0f26bff..6fb5f95 100644 --- a/luaejdb/Makefile +++ b/luaejdb/Makefile @@ -9,7 +9,9 @@ build: build-dbg: umask $(UMASK) && luarocks --pack-binary-rock CFLAGS='-g -O0 -fPIC -std=c99 -Wall' make -check: build-dbg +check: ; + +check-binding: build-dbg make -C ./test check-valgrind: build-dbg diff --git a/luaejdb/debian/changelog b/luaejdb/debian/changelog index c301cab..c0ab25f 100644 --- a/luaejdb/debian/changelog +++ b/luaejdb/debian/changelog @@ -1,4 +1,4 @@ -lua-ejdb (1.0.1-2) unstable; urgency=low +lua-ejdb (1.0.1-5) unstable; urgency=low * Initial release. diff --git a/luaejdb/debian/control b/luaejdb/debian/control index da48240..68e2694 100644 --- a/luaejdb/debian/control +++ b/luaejdb/debian/control @@ -6,7 +6,8 @@ Build-Depends: debhelper (>= 9), libtcejdb9-dev (>= 1.0.68), luarocks (>= 2.0), - lua-penlight + lua-penlight, + lua-filesystem Standards-Version: 3.9.3 Homepage: http://ejdb.org Vcs-Browser: https://github.com/Softmotions/ejdb diff --git a/luaejdb/luaejdb-1.0.1-5.rockspec b/luaejdb/luaejdb-1.0.1-5.rockspec index 32de007..b153b85 100644 --- a/luaejdb/luaejdb-1.0.1-5.rockspec +++ b/luaejdb/luaejdb-1.0.1-5.rockspec @@ -1,5 +1,5 @@ package = "luaejdb" -version = "1.0.1-4" +version = "1.0.1-5" source = { url = "https://github.com/Softmotions/ejdb.git" }