[lua-cwrap] 01/01: lua-cwrap: fix install path ERROR
Zhou Mo
cdluminate-guest at moszumanska.debian.org
Fri Jun 3 16:16:19 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-cwrap.
commit d1ef27bab4eb5b479d0cd136c48f705a6e282991
Author: Zhou Mo <cdluminate at gmail.com>
Date: Fri Jun 3 16:14:17 2016 +0000
lua-cwrap: fix install path ERROR
---
debian/lua5.1.dh-lua.conf | 2 +-
debian/rules | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/lua5.1.dh-lua.conf b/debian/lua5.1.dh-lua.conf
index 20dfc69..f9dfc69 100644
--- a/debian/lua5.1.dh-lua.conf
+++ b/debian/lua5.1.dh-lua.conf
@@ -1,3 +1,3 @@
PKG_NAME=cwrap
LUA_MODNAME=cwrap
-LUA_SOURCES=$(wildcard *.lua)
+LUA_SOURCES=$(wildcard cwrap/*.lua)
diff --git a/debian/rules b/debian/rules
index 6d6aad2..5b169c4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,8 +9,8 @@
dh $@ --buildsystem=lua --with lua
override_dh_auto_clean:
- -$(RM) -rf 5.1-cwrap/ 5.2-cwrap/ debian/tmp/
+ -$(RM) -rf 5.1-cwrap/ 5.2-cwrap/ debian/tmp/ cwrap
-#override_dh_auto_configure:
-# dh_auto_configure -- \
-# -DCMAKE_LIBRARY_ARCHITECTURE="$(DEB_TARGET_MULTIARCH)"
+override_dh_auto_configure:
+ ln -s . cwrap
+ dh_auto_configure
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/lua-cwrap.git
More information about the debian-science-commits
mailing list