[lua-torch-trepl] 01/06: control: Update B-D to prevent build on unsupported architectures. Update Depends

Zhou Mo cdluminate-guest at moszumanska.debian.org
Sat Oct 28 14:09:37 UTC 2017


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

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

commit 83a45598eecbd3635fc4b160f1e670d35717d09f
Author: Mo Zhou <cdluminate at gmail.com>
Date:   Sat Oct 28 13:57:08 2017 +0000

    control: Update B-D to prevent build on unsupported architectures. Update Depends
---
 debian/control | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index e9afcee..28480a7 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends: cmake,
 # these lua-* packages are runtime dependencies
                lua-penlight,
                lua-torch-torch7,
+               libtorch-th-dev,
 Standards-Version: 4.0.0
 Homepage: https://github.com/torch/trepl
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/lua-torch-trepl.git
@@ -18,8 +19,14 @@ Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/lua-torch-t
 Package: lua-torch-trepl
 Architecture: any
 Multi-Arch: same
-Depends: lua-penlight, luajit | lua5.1, ${misc:Depends}, ${shlibs:Depends}
-Suggests: lua-torch-dok, lua-torch-sys, lua-torch-xlua
+Depends: lua-penlight,
+         lua-torch-sys,
+         lua-torch-xlua,
+         lua-torch-torch7,
+         luajit | lua5.1,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Suggests: lua-torch-dok,
 XB-Lua-Versions: ${lua:Versions}
 Description: REPL Package for Torch Framework
  A pure Lua REPL (Read,Eval,Print-Loop) for LuaJIT, with heavy

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



More information about the debian-science-commits mailing list