From d166f5317d1c49480669d1a17f0e4dc5f128848f Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 23 Mar 2013 20:43:38 +0700 Subject: [PATCH] lua debian fixes --- luaejdb/Makefile | 4 +++- luaejdb/debian/changelog | 2 +- luaejdb/debian/control | 3 ++- luaejdb/luaejdb-1.0.1-5.rockspec | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) 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" } -- 2.7.4