[lua-torch-graph] 07/08: control: luajit takes priority
Zhou Mo
cdluminate-guest at moszumanska.debian.org
Wed Nov 16 08:10:38 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-graph.
commit 519822ed6b877144eaa434437239b0b4ed030379
Author: Zhou Mo <cdluminate at gmail.com>
Date: Wed Nov 16 08:09:21 2016 +0000
control: luajit takes priority
---
debian/changelog | 1 +
debian/control | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index fc53084..457c585 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ lua-torch-graph (0~20161027-g47afe90-1) UNRELEASED; urgency=medium
* Install test scripts as example.
* Override dh_auto_test to run upstream unittest test/test_graph.lua .
* Add luajit to B-D, which is used for dh_auto_test.
+ * Make luajit prior to lua5.1 in Dependency list.
-- Zhou Mo <cdluminate at gmail.com> Wed, 16 Nov 2016 08:00:43 +0000
diff --git a/debian/control b/debian/control
index b415f50..99ae045 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Package: lua-torch-graph
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends},
- lua5.1 | luajit,
+ luajit | lua5.1,
lua-torch-torch7,
XB-Lua-Versions: ${lua:Versions}
Suggests: graphviz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/lua-torch-graph.git
More information about the debian-science-commits
mailing list