[lua-torch-torch7] 04/10: dh-lua: remove junk from dh-lua config file

Zhou Mo cdluminate-guest at moszumanska.debian.org
Wed Jun 22 05:44:05 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-torch7.

commit f389ad6004e4292a6d9060f0f24f7583234896a7
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Wed Jun 22 05:39:08 2016 +0000

    dh-lua: remove junk from dh-lua config file
---
 debian/lua5.1.dh-lua.conf | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/debian/lua5.1.dh-lua.conf b/debian/lua5.1.dh-lua.conf
index bdc30c3..aa6aa37 100644
--- a/debian/lua5.1.dh-lua.conf
+++ b/debian/lua5.1.dh-lua.conf
@@ -3,18 +3,12 @@ LUA_MODNAME=libtorch
 LUA_VERSION=5.1
 
 # random.lua and TensorMath.lua are C code generators, don't install them
-#LUA_SOURCES=$(filter-out random.lua, $(filter-out TensorMath.lua, $(wildcard torch/*.lua))) $(wildcard torch/test/*.lua)
 LUA_SOURCES=$(foreach LUAFILE,CmdLine.lua File.lua Tensor.lua FFI.lua init.lua Tester.lua TestSuite.lua test/test.lua,torch/$(LUAFILE))
 LUA_SOURCES_MANGLER= sed 's@^torch/test at torch/@g'
-#LUA_HEADER=$(wildcard torch/*.h) $(wildcard generic/*)
 LUA_HEADER= torch.h
 
-
-#CLIB_OBJS=$(foreach P,$(filter-out .c,$(wildcard torch/*.c)),P.lo)
-#CLIB_OBJS= libtorch.lo
 CLIB_OBJS= DiskFile.lo File.lo MemoryFile.lo PipeFile.lo Storage.lo Tensor.lo Timer.lo utils.lo init.lo TensorOperator.lo TensorMath.lo random.lo Generator.lo
 
 CLIB_CFLAGS= -I$(shell pwd) -I$(shell pwd)/generic -I/usr/include/lua5.1 -I$(shell pwd)/lib/luaT -I$(shell pwd)/lib/TH -I$(shell pwd)/TH.build/
 CLIB_LDFLAGS= -L$(shell pwd)/TH.build -L$(shell pwd)/luaT.build -lTH -lluaT
-#CLIB_LDFLAGS= -undefined dynamic_lookup
 LUA_TEST=

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



More information about the debian-science-commits mailing list