[lua-torch-cwrap] 01/03: control: luajit is prior to lua5.1
Zhou Mo
cdluminate-guest at moszumanska.debian.org
Mon Jan 9 12:58:36 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-cwrap.
commit 22a60fc3cf7508d122dd27f5d51a42b0b82203b0
Author: Zhou Mo <cdluminate at gmail.com>
Date: Mon Jan 9 12:55:26 2017 +0000
control: luajit is prior to lua5.1
---
debian/changelog | 6 ++++++
debian/control | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 7d21e53..ba904de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+lua-torch-cwrap (0~20160222-gdbd0a62-3) UNRELEASED; urgency=medium
+
+ * Depends: luajit is prior to lua5.1 .
+
+ -- Zhou Mo <cdluminate at gmail.com> Mon, 09 Jan 2017 12:55:00 +0000
+
lua-torch-cwrap (0~20160222-gdbd0a62-2) unstable; urgency=medium
* Add autopkgtest support -- require 'cwrap' to see if the package works.
diff --git a/debian/control b/debian/control
index f26e806..7ab337f 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/lua-torch-cwrap.
Package: lua-torch-cwrap
Architecture: all
Multi-Arch: foreign
-Depends: ${misc:Depends}, ${shlibs:Depends}, lua5.1 | luajit
+Depends: ${misc:Depends}, ${shlibs:Depends}, luajit | lua5.1
XB-Lua-Versions: ${lua:Versions}
Description: CWrap package for Torch Framework
The cwrap package helps you to automate the generation of Lua/C wrappers
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/lua-torch-cwrap.git
More information about the debian-science-commits
mailing list