[lua-torch-sundown] 03/03: control: luajit only

Zhou Mo cdluminate-guest at moszumanska.debian.org
Sat Oct 15 10:22:15 UTC 2016


This is an automated email from the git hooks/post-receive script.

cdluminate-guest pushed a commit to branch master
in repository lua-torch-sundown.

commit a10b8362c49c215d04ecba57ae390bd9baf2e871
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Sat Oct 15 10:22:02 2016 +0000

    control: luajit only
---
 debian/changelog | 2 ++
 debian/control   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index db79637..1b9a9d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ lua-torch-sundown (0~20160829-g17ea705-1) UNRELEASED; urgency=medium
   * Add autopkgtest support.
   * Add runtime dependency luajit as B-D.
   * Drop unused B-D cmake.
+  * Depends on "luajit" instead of "lua5.1 | luajit" -- lua5.1 lacks
+    ffi functionality so that it doesn't work with this package currently.
 
  -- Zhou Mo <cdluminate at gmail.com>  Sat, 15 Oct 2016 09:25:16 +0000
 
diff --git a/debian/control b/debian/control
index bada2d6..ead65f6 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/lua-torch-sundow
 Package: lua-torch-sundown
 Architecture: any
 Multi-Arch: same
-Depends: ${misc:Depends}, ${shlibs:Depends}, lua5.1 | luajit,
+Depends: ${misc:Depends}, ${shlibs:Depends}, luajit,
 XB-Lua-Versions: ${lua:Versions}
 Description: Sundown Library (a Markdown implementation) for Torch Framework
  This is a LuaJIT interface to the Sundown library (a Markdown implementation).

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/lua-torch-sundown.git



More information about the debian-science-commits mailing list