~ubuntu-branches/ubuntu/utopic/lua-rexlib/utopic

« back to all changes in this revision

Viewing changes to debian/posix.Makefile.Debian.conf

  • Committer: Package Import Robot
  • Author(s): Enrico Tassi
  • Date: 2012-04-16 17:48:20 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120416174820-ed9fmpd97qwctkjr
Tags: 2.6.0-1
* New upstream release
* New backend: TRE, regex with approximated matching 
* Switch to dh-lua
* Packages renamed according to the new Lua policy
* Update Standards-Version to 3.9.3, no changes
* debian/compat set to 9 
* Update watch file 
* Update copyright file 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
### $Id: Makefile.Debian.conf.sample 902 2008-03-22 13:32:17Z gareuselesinge $
2
 
 
3
 
### mandatory fields
4
 
PKG_NAME=rex.posix
5
 
 
6
 
### things relative to the C library part
7
 
CLIB_CFLAGS=
8
 
CLIB_LDFLAGS=
9
 
CLIB_OBJS=src/common.lo src/posix/lposix.lo
10
 
VERSION_INFO=0:0:0
11
 
LUA_MODNAME_CPART=
12
 
 
13
 
### things relative to the lua library part
14
 
LUA_HEADER=
15
 
LUA_SOURCES=
16
 
LUA_MODNAME=rex_posix
17
 
LUA_TEST=runtest.lua -v posix
18
 
 
19
 
### this part is relative to pkg-config
20
 
PKG_VERSION=$(shell dpkg-parsechangelog|grep ^Ver|cut -d ' ' -f 2|cut -d '-' -f 1)
21
 
PKG_LIBS_PRIVATE=
22
 
PKG_URL=
23
 
PKG_REQUIRES=
24
 
PKG_CONFLICTS=
25
 
 
26
 
### this part is relative to debian libs naming policy
27
 
DEB_EXTRA_DASH=
28
 
 
29
 
### In addition, to gather flexibility, you can set these hooks
30
 
### (called in this order)
31
 
pre-all-hook::
32
 
post-all-hook::
33
 
pre-test-hook::
34
 
        ln -sf test/*.lua .
35
 
pre-lua-dynamic-test-hook::
36
 
pre-dynamic-link-hook::
37
 
pre-app-dynamic-test-hook::
38
 
pre-static-link-hook::
39
 
pre-app-static-test-hook::
40
 
pre-install-hook::
41
 
post-install-hook::
42
 
pre-clean-hook::
43
 
post-clean-hook::
44
 
        rm -f *.lua