[lua-torch-paths] 01/03: d/*: lua5.1|luajit only

Zhou Mo cdluminate-guest at moszumanska.debian.org
Wed Jun 22 04:35:36 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-paths.

commit 05837ba266fc1fbef97eb6404cfd53b063c2a631
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Wed Jun 22 04:30:00 2016 +0000

    d/*: lua5.1|luajit only
---
 debian/control            | 4 ++--
 debian/lua5.1.dh-lua.conf | 1 +
 debian/lua5.2.dh-lua.conf | 1 -
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 94eefc6..455f986 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/lua-torch-paths.
 Package: lua-torch-paths
 Architecture: any
 Multi-Arch: same
-Depends: ${misc:Depends}, ${shlibs:Depends}, lua5.1 | lua5.2
+Depends: ${misc:Depends}, ${shlibs:Depends}, lua5.1 | luajit
 XB-Lua-Versions: ${lua:Versions}
 Description: Filename Manipulation Package for Torch Framework
  This package provides portable functions and variables to manipulate
@@ -30,7 +30,7 @@ Package: lua-torch-paths-dev
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: ${misc:Depends}, ${shlibs:Depends}, lua5.1 | lua5.2,
+Depends: ${misc:Depends}, ${shlibs:Depends}, lua5.1 | luajit,
          lua-torch-paths (= ${binary:Version}),
 XB-Lua-Versions: ${lua:Versions}
 Description: Filename Manipulation Package for Torch Framework (dev)
diff --git a/debian/lua5.1.dh-lua.conf b/debian/lua5.1.dh-lua.conf
index 4ed7704..61ad2be 100644
--- a/debian/lua5.1.dh-lua.conf
+++ b/debian/lua5.1.dh-lua.conf
@@ -1,5 +1,6 @@
 PKG_NAME=torch-paths
 LUA_MODNAME=libpaths
+LUA_VERSION=5.1
 
 LUA_SOURCES=$(wildcard paths/*.lua)
 LUA_HEADER= paths.h
diff --git a/debian/lua5.2.dh-lua.conf b/debian/lua5.2.dh-lua.conf
deleted file mode 120000
index ba875b6..0000000
--- a/debian/lua5.2.dh-lua.conf
+++ /dev/null
@@ -1 +0,0 @@
-lua5.1.dh-lua.conf
\ No newline at end of file

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



More information about the debian-science-commits mailing list