lua debian fixes
authoradam <adamansky@gmail.com>
Sat, 23 Mar 2013 13:43:38 +0000 (20:43 +0700)
committeradam <adamansky@gmail.com>
Sat, 23 Mar 2013 13:43:38 +0000 (20:43 +0700)
luaejdb/Makefile
luaejdb/debian/changelog
luaejdb/debian/control
luaejdb/luaejdb-1.0.1-5.rockspec

index 0f26bff..6fb5f95 100644 (file)
@@ -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
index c301cab..c0ab25f 100644 (file)
@@ -1,4 +1,4 @@
-lua-ejdb (1.0.1-2) unstable; urgency=low
+lua-ejdb (1.0.1-5) unstable; urgency=low
 
   * Initial release.
 
index da48240..68e2694 100644 (file)
@@ -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
index 32de007..b153b85 100644 (file)
@@ -1,5 +1,5 @@
 package = "luaejdb"
-version = "1.0.1-4"
+version = "1.0.1-5"
 source = {
   url = "https://github.com/Softmotions/ejdb.git"
 }