From a4a7dd739a09c461399650ab385419afcae47192 Mon Sep 17 00:00:00 2001 From: Alexandre Erwin Ittner Date: Sun, 22 Apr 2007 18:06:06 +0000 Subject: [PATCH] Some fixes. Debian packeges still not working. git-svn-id: file:///var/svn/lua-iconv/trunk@42 9538949d-8f27-0410-946f-ce01ef448559 --- debian/Makefile.Debian.conf | 16 +++++++++++++++- debian/liblua5.1-iconv-dev.docs | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/debian/Makefile.Debian.conf b/debian/Makefile.Debian.conf index d912f68..5dcd3fb 100644 --- a/debian/Makefile.Debian.conf +++ b/debian/Makefile.Debian.conf @@ -7,7 +7,7 @@ CLIB_OBJS=iconv.lo VERSION_INFO=0:0:0 ### things relative to the lua library part -LUA_HEADER=iconv.h +LUA_HEADER= LUA_SOURCES= LUA_MODNAME=iconv LUA_TEST=test_iconv.lua @@ -18,3 +18,17 @@ PKG_LIBS_PRIVATE= PKG_URL=http://lua-iconv.luaforge.net/ PKG_REQUIRES= PKG_CONFLICTS= + +### In addition, to gather flexibility, you can set these hooks +### (called in this order) +pre-all-hook:: +post-all-hook:: +pre-test-hook:: +pre-lua-dynamic-test-hook:: +pre-dynamic-link-hook:: +pre-app-dynamic-test-hook:: +pre-static-link-hook:: +pre-app-static-test-hook:: +post-test-hook:: +pre-install-hook:: +post-install-hook:: diff --git a/debian/liblua5.1-iconv-dev.docs b/debian/liblua5.1-iconv-dev.docs index 27e57ed..e845566 100644 --- a/debian/liblua5.1-iconv-dev.docs +++ b/debian/liblua5.1-iconv-dev.docs @@ -1 +1 @@ -doc/us +README