[meta-torch-core-free] 02/07: control: add runtime dependencies as B-D

Zhou Mo cdluminate-guest at moszumanska.debian.org
Thu Dec 15 01:51:03 UTC 2016


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

cdluminate-guest pushed a commit to branch master
in repository meta-torch-core-free.

commit 037cb13fe672a1b3cf9fc0a6b049f522b9f4f9e0
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Wed Nov 16 07:31:55 2016 +0000

    control: add runtime dependencies as B-D
---
 debian/changelog |  6 ++++++
 debian/control   | 26 +++++++++++++++++++++++++-
 2 files changed, 31 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7695363..b2117c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+meta-torch-core-free (1~exp2) UNRELEASED; urgency=medium
+
+  * Add run-time dependencies to Build-Dependencies. (Closes: #842082)
+
+ -- Zhou Mo <cdluminate at gmail.com>  Wed, 16 Nov 2016 07:29:15 +0000
+
 meta-torch-core-free (1~exp1) experimental; urgency=low
 
   * Initial release. (Closes: #794634)
diff --git a/debian/control b/debian/control
index ca8f4eb..4b3a97b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,31 @@ Section: science
 Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Zhou Mo <cdluminate at gmail.com>
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 9),
+# NOTE: the following dependencies are run-time dependencies.
+# luajit < 2.1.0 suffers from compatibility problem
+               luajit (>= 2.1.0~),
+# Extra Torch modules and community modules can be installed via luarocks.
+               luarocks,
+# normal lua dependency
+               lua-cjson,
+               lua-filesystem,
+               lua-penlight,
+# the following is core and *free* components of Torch Framework
+               lua-torch-cwrap,
+               lua-torch-paths,
+               lua-torch-sys,
+               lua-torch-xlua,
+               lua-torch-torch7,
+               lua-torch-nn,
+               lua-torch-graph,
+               lua-torch-nngraph,
+               lua-torch-optim,
+               lua-torch-sundown,
+               lua-torch-dok,
+               lua-torch-trepl,
+               lua-torch-image,
+
 Standards-Version: 3.9.8
 Homepage: http://torch.ch
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/meta-torch-core-free.git



More information about the debian-science-commits mailing list